How to convert amount in words in Forms?
wyfwongDec 8 2007 — edited Dec 9 2007I wish to read a database item called AMOUNT from a table and display as a non-database display item on a Form.
e.g. AMOUNT: 1456.50
will diplay
ONE THOUSAN FIFTY SIX DOLLARS AND FIFTY CENTS ONLY
Is there any built-in functions like ToWords() function builtin in Crystal Reports to convert a number into word?
Any hints are welcome.