U.R.Naga Kumar
11th June 2009, 06:26
Dear All,
Currently I am working on ERP LN. I have a small requirement of docode the amounts into words in my reports. I got the dll for decode amounts i.e tcmcsdll0006.
For example: 234.00 - Rupees two hundred and thirty four only.

The problem is how to use this dll, means what is the function inside this dll? what are the input parameters and output parameters? I don't have source code. Then how to use this dll? Please give any clue regarding this issue.

Please respond soon. It is a bit urgent, needs to deliver reports by today.

Thanks to all......

Thanks&Regards!

Naga Kumar.
nagakumar2009@hotmail.com

ashu2814
11th June 2009, 06:38
tcmcs.dll0006.decode(cisli205.amti, 0, am.word, decode1, decode2, decode3)

check this

loveubaan
11th June 2009, 07:16
tcmcs.dll0006.decode(A, B, C, D, E, F)
A = amount to be decoded(Input)
B = 0 - No decodeing of the numbers after decimal (Input)
= 1 - decodeing of the numbers after decimal

C, D, E, F --> Output from function ..... amount converted into words....

U.R.Naga Kumar
11th June 2009, 11:09
Hi,

Thank you very much for fast reply. Its working fine. Thanks......


Thanks & Regards!
Naga Kumar