How to convert amount into words in crystal report
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, I am developing application in vb.net.In that,I used the crystal report. In that I want to convert amount like 140 to "One Hunderd fourty" how to convert that into crystal report? Swapnil Bhavsar
-
Hello, I am developing application in vb.net.In that,I used the crystal report. In that I want to convert amount like 140 to "One Hunderd fourty" how to convert that into crystal report? Swapnil Bhavsar
if your data comes from a database then write a user defined function that takes the amount as parameter and returns the amount in words. use the this function in the select statement for retrieving the data and then display it. May be you can write custom code in Crystal Reports, but I am not sure how to do that.