DisplayFormat properties

edited 2:14AM 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 2:14AM
    Try this:
    [FormatFloat('###,###,###,##0.00##;-###,###,###,##0.00##;""', <qMaster."some_value">)]
  • edited 2:14AM
    thanks for reply

    i have solve problem,

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

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.