DisplayFormat properties

edited 3:28AM in FastReport 3.0
i using memo, it content numeric : 1500400.
i set DisplayFormat property : ###.###.###,## so result be 1.500.400.
But when it's zero (0), it will be blank.

i check hidezero properties it's False value.

So what i mistake ?

i don't want to convert numeric like $1.000,00 but only 1.000

Thanks for attention

Comments

  • edited 3:28AM
    Try this:
    [FormatFloat('###,###,###,##0.00##;-###,###,###,##0.00##;""', <qMaster."some_value">)]
  • edited 3:28AM
    thanks for reply

    i have solve problem,

    i right click memo --> DisplayFormat --> Number --> change format from %2.2n --> %2.0n

Leave a Comment