Report Amount in words.

Hi,

I want to ask question about report format.I want amount on reports in words by which property i can do this.Please suggest me.

Regards

Nishtha

Look at the Cheque (Check) report.

Thanks for rpl,

I want to know after writing function we have to attach this function to field also by which property.

Regards

Nishtha

Hi Nishtha,

Refer following links:

http://dynamicsuser.net/forums/p/31054/162548.aspx#162548

http://dynamicsuser.net/forums/p/25217/137206.aspx#137206

Hi!

Use Global::numeral2text(field);

For Example:

global::numeral2text(custinvoicejour.invoiceamount);

Regards,

Raheel Khan

Does there exist numeral2text in NAV?