converting from numbers to words "Crystal reports"
-
You're going to have to write the code to parse up the number and generate the words. There is nothing in the .NET BCL that will do this for you, nor in Crystal Reports. Or you could Google for a class to do it for you. There are plenty of examples of this floating around. Even a few here in the Code Project articles. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
Insert a Unbound String Edit Formula There is a Function ToWords or You Can Find It In Function Trees
thank you for help accually i know this function but i need an algorithm to appaly this function as it is only used for english language and i want it for arabic so it must be done step by step and the main problem that crystal does't support recursion thank you again
-
thank you for help accually i know this function but i need an algorithm to appaly this function as it is only used for english language and i want it for arabic so it must be done step by step and the main problem that crystal does't support recursion thank you again
Modify this so its in arabic. :) Just replace all the words with the arabic equivalents. http://www.codeproject.com/KB/miscctrl/NumberToText.aspx
Please check out my articles: The ANZAC's articles