Skip to Content
4
Former Member
Jul 20, 2007 at 12:34 PM

Amount Conversion

34 Views

Hi All,

I have an amount field say NET_AMT. I want it to get converted according to the decimal notation of the system settings.

I have declared new_amt1 as type Char and have used

Write: NET_AMT to new_amt1.

This piece of code is written in the Smartform.

The system settings is in the format 1 234 567,89 but I do not get the amount converted accordingly.

What can I do?