DecimalSeparator

edited 9:50PM in FastReport 3.0
If work in regional settings with DecimalSeparator=',' and ThousandSeparator='.' , I have a problem.

By setting in C++ program DecimalSeparator='.' and ThousandSeparator=',' , to work with number in format 10.44 example..ok

When work in fastreport, if i set for a memo DisplayFormat for number, with 2 zecimal.. from the number 2053.66 obtain ...205366.00..Work wiht FormatFloat with mask..the same result....work with separators fromm REGIONAL SETTINGS..

Please give me a solution to display well the values, without modifying tge regional settings

Leave a Comment