What is the best and easiest way to do Conditional Formating or style for Textbox ??
ex.. applying style depending on Conditional keyword
applying format numbers that less than zero and ...
Do you have any idea how to format a negative number to put it into a bracket?
For Example, number is: -1234.25 and should be display like: (1,234.25) means negative number in bracket without minus sign.
I am using fast reports 4.8 with VB6.
Please help, fastreport support people are not replying
Comments
Look at the following article:
http://fast-report.com/documentation/UserM...cthighlight.htm
Do you have any idea how to format a negative number to put it into a bracket?
For Example, number is: -1234.25 and should be display like: (1,234.25) means negative number in bracket without minus sign.
I am using fast reports 4.8 with VB6.
Please help, fastreport support people are not replying
Thanks,
Balbir Singh
[FormatFloat('$#,##0.00;($#,##0.00);$0.00',1234.56)]