Conditional Formating or style


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 ...

Comments

  • edited 6:01AM
  • edited 6:01AM
    Hello Dear,

    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
  • edited 6:01AM
    Use the formatting like this:
    [FormatFloat('$#,##0.00;($#,##0.00);$0.00',1234.56)]

Leave a Comment