cancel
Showing results for 
Search instead for 
Did you mean: 

Amount display in adobe form

Former Member
0 Kudos

Hi Dear All:

    The client want the output of the amount displayed not in digit pattern, for example: the amount is 619.84. we need the output is six hundred nineteen and 84/100. Can any one give me a hand. Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jay,

May i know how many field on form you need to convert to this form?

If there is only 1-2 fields, i will do the coding to process this as string and pass it to form.

For the round integer you can use FM SPELL_AMOUNT to get the words.

For the fraction value, perhaps you c an multiple by 100 to get the round value, and concat with '/100' into string?

Concat both words and strings should able to result the form you want.

Hope this helps.

regards,

Xiang Li

Former Member
0 Kudos

Hi Xiang Li:

    Thank you so much for your help. It works well now.

Thanks

Jay

Answers (0)