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
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!
Use Global::numeral2text(field);
For Example:
global::numeral2text(custinvoicejour.invoiceamount);
Regards,
Raheel Khan
Does there exist numeral2text in NAV?