For numeric fields when developing reports, even i setting the proper format (1.234,45), when i load the report the format change and i get (1.234.45).
Basically, i just want to use comma as a decimal separator, instead of the character ".".
ReportBuilder uses the FormatFloat function to format numeric values which in turn uses the DecimalSeparator variable built into Delphi to determine what decimal separator to use according to your computer's regional settings. I believe if you change your Windows Regional Settings to have a comma "," as your decimal separator, the change will occur in RB.
Comments
ReportBuilder uses the FormatFloat function to format numeric values which
in turn uses the DecimalSeparator variable built into Delphi to determine
what decimal separator to use according to your computer's regional
settings. I believe if you change your Windows Regional Settings to have a
comma "," as your decimal separator, the change will occur in RB.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
i will check my customer Windows Regional Settings.