Conversions

G

Guest

I would like to know the code for converting figures into words i.e 4000 has
to be converted into Four Thousand.

And also pls provide me the code for collection of fees: if a student total
amount is 5000 and he pays in installments, say 1000 and 4000, How do we
update his record.
 
G

Guest

thanks for your help. but how do i use that code....i mean the linking of the
figure fieild with this one. Pls
 
G

Guest

Thanks once again for your reply. I could initiate the code in my database
but a minor problem is that at the end of the conversion I am getting exactly
instead of only. can you rectify this problem. pls help
 
G

Guest

In the code, search for the word "exactly" and replace it with only

For example in the English function it say
Buf = Buf & " exactly"

Change to
Buf = Buf & " only"
 
G

Guest

Thanks once again for your prompt reply.
Ofer said:
In the code, search for the word "exactly" and replace it with only

For example in the English function it say
Buf = Buf & " exactly"

Change to
Buf = Buf & " only"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top