Amol.123
15th October 2010, 12:11
Hi ,
I am facing a problem , When i am trying to print amount field on report with domain as tfgld.amnt which is Double (15by4) using the display format %A095 which is having the format ZZZZZZZZZ9VD99 then the report is printing the amount with thousand sign.

But when i tried to print the amount with format ZZZZZZZZZZ9VD99 (with 1 additional Z) then it is not printing thousand sign.

Actual problem is that the amount value is very large and it was getting printed as ####### so I have changed format from %A075(ZZZZZZZZZ9VD99) to %A097 (ZZZZZZZZZZ9VD99) .

Can you please guide me so that amount will get printed with thousand sign.

Thanks In Advance

Sorry to disturb you by sending private message..

Thanks
Amol N

baan_fun
18th October 2010, 22:18
Hi,

You can manually define the Tousand sign in the Format : ZZZTZZZTZZ9VD99. Could be that the new format you chose has no tousand sign defined for the language

Regards