Showing posts with label indian. Show all posts
Showing posts with label indian. Show all posts

Sunday, February 12, 2012

Convert Digit To Word (Indian Format)

in crystal repot how to convert a digit to words(indian formate)
ex:
if the digit is 10 then "ten"
if the digit is 100000 then "one lakh"( this is i just tell indian formate)
plz send me the answ:as soon as u possibleAre you using Visual Basic
If so, which version

AFAIK, Crystal Reports cannot do this on its own|||in crystal repot how to convert a digit to words(indian formate)
ex:
if the digit is 10 then "ten"
if the digit is 100000 then "one lakh"( this is i just tell indian formate)

plz send me the answ:as soon as u possible

yes dear it is possible with the in build function i.e towords() this is used to convert the digit to word. just create new formula write this function in it and you just have to pass the field containing digit.

For e.g table name is invoice and field name is invoice_amount and you wants to convert it in to digit you can use like this in formula editor

towords({invoice.invoice_amount})

this will convert digit to word.

enjoy and if have any other doubt please do ask me or email me at nkmomin2006@.yahoo.com