Click here to Skip to main content
15,884,425 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i am using function towords() to convert amount to words. the amount which is coming is dynamically (sum of 4 values) i have to use these sum values into towords() function but its giving error,

i tried like this

1.towords(sum{view_Frm_LocalPurchaseOrder.Value},0)
Posted
Updated 19-Mar-13 0:51am
v2

1 solution

towords((sum{view_Frm_LocalPurchaseOrder.Value}),0)

its working now
 
Share this answer
 
Comments
gvprabu 19-Mar-13 7:09am    
what man..... If you know the answer then why are u asking Questions here?
Umapathi K 20-Mar-13 5:38am    
its not like that mr.prabhu i tried myself after i posted here i got the ans so i given answer plz think its an knowledge sharing nothing else..

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