Display Format 2,5990
Hi,
I want to format a number 2,5990 with always 4 decimal numbers with %2.4f but get the result 2,599.
For 3,60 with %2.2f I get the expected result: 3,60.
Is this a bug?
Brigitte
I want to format a number 2,5990 with always 4 decimal numbers with %2.4f but get the result 2,599.
For 3,60 with %2.2f I get the expected result: 3,60.
Is this a bug?
Brigitte
Comments
I'm using 5.3.13
DecimalSeparator: ,
FormatStr: %2.4f
Kind: fkNumeric
ThousandSeparator:
ExpressionDelimiters: [,]
With 2,6090 I get 2,609 in the Report.
Please help!
Brigitte
FormatStr: %2.4n
Same wrong result: 2,609 not 2,6090 what I want.
Brigitte
It seems immposible [img]style_emoticons/<#EMO_DIR#>/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> Have a look at the small example I attached ...[/img]
In onafterdata event I set the fields .text property to <Data.'price'>
This doesn't work.