Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
4.50/5 (2 votes)
See more: , +
Hi,
I am developing one project in which i have bill (sales report). which contains items sold, price, VAT and below at the end Total. I want to show total in words as well in the report.
I have developed the code to convert amount to words. It works perfectly in form but doesn't work in crystal report.

ex.
==================================
Party name- || Bill no-
address- || Date-
==================================
TAX INVOICE
---------------------------------
Sr. | Item | Qty | Rate
---------------------------------
1 | Calculator | 20 | 200
2 | Note Book | 30 | 50

VAT 5% | | 12.5
==================================
Total | | 262.5
===================================
Two hundred and sixty two only.

Please help me to do this.




Thanks in advance.
Posted

 
Share this answer
 
v2
Hi,
Go through this-
Convert-Rupee-Value-Words-in-crystal-report.aspx[^]
Same question on CodeProject-
How to convert number to words in Crystal Reports [^]
go in
csharpinformation.net and find on it
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900