DisplayFormat properties
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
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
[FormatFloat('###,###,###,##0.00##;-###,###,###,##0.00##;""', <qMaster."some_value">)]
i have solve problem,
i right click memo --> DisplayFormat --> Number --> change format from %2.2n --> %2.0n