The code of ex_fglsvgcanvas_lab_6.4gl could be enhanced to support DBFORMAT/DBMONEY defining a decimal separator different from the ISO dot.
When building SVG components like the element with the SFMT() operator, decimal to string conversion occurs and DBFORMAT/DBMONEY applies. If this setting defines a comma as decimal separator (try with DBMONEY="F,") , the SFMT() call will produce numbers with comma as dec separator, and this is not valid SVG.
The code of ex_fglsvgcanvas_lab_6.4gl could be enhanced to support DBFORMAT/DBMONEY defining a decimal separator different from the ISO dot. When building SVG components like the element with the SFMT() operator, decimal to string conversion occurs and DBFORMAT/DBMONEY applies. If this setting defines a comma as decimal separator (try with DBMONEY="F,") , the SFMT() call will produce numbers with comma as dec separator, and this is not valid SVG.