is this standard behavior for TppDBText Display Format?
I have assigned the following display format to a tppDBText component as:
dbText.DisplayFormat := '$#,0.00;-$#,0.00';
When I run this report, it prints:
($19,206.94)
Instead of
-$19,206.94
The report is following the format specified under:
Regional and Language Options\Customize Regional Options\ Tab Numbers
'Negative number format'
Shouldn't the local display format override the global one?
Or is this a bug that will need to be reported?
Thanks
Temoc Navarro
Argos Software
dbText.DisplayFormat := '$#,0.00;-$#,0.00';
When I run this report, it prints:
($19,206.94)
Instead of
-$19,206.94
The report is following the format specified under:
Regional and Language Options\Customize Regional Options\ Tab Numbers
'Negative number format'
Shouldn't the local display format override the global one?
Or is this a bug that will need to be reported?
Thanks
Temoc Navarro
Argos Software
This discussion has been closed.