Disply negative -999 as (999)

sutonosutono Member Posts: 8
Hi guys

How to display -999 as (999) in Reports as well as Forms

Thank's

Comments

  • smcsmc Member Posts: 41
    Use Format option Format("your text",0,'<Sign><Integer><Decimals>') in source Expression
  • smcsmc Member Posts: 41
    Use Format option Format("your text",0,'<Sign><Integer><Decimals>') in source Expression
  • SavatageSavatage Member Posts: 7,142
    another way woul;d to go into Control Panel of your computer

    Then Regional & Language options.
    click the customize button

    you will see a setting called Negative Number Format
    change it from -1.1 to (1.1)
  • garakgarak Member Posts: 3,263
    Show negative values positive :?:
    Use NewVariable := ABS(YourNegativeDecimalOrIntegerVariable);
    Do you make it right, it works too!
Sign In or Register to comment.