Page 1 of 1

Format Number/Currency Programatically

Posted: Fri Aug 17, 2007 5:43 am
by WilliamCcy
Dear All,

Is there any way to change the number format which is able to pass the format mask from system instead of using pre-define Custom format mask?

Format Number/Currency Programatically

Posted: Fri Aug 17, 2007 11:44 pm
by Vital
Please call Format form, select Custom format, after then in FormatMask write: {VariableMask}. In VariableMask you need specify format mask for component.
Defined variable you can change before report rendering.

Thank you.

Format Number/Currency Programatically

Posted: Sat Aug 18, 2007 3:07 am
by WilliamCcy
The prob was solve base on your suggestion, thanks Vital.

:biggrin: