ncgjiju
14th March 2007, 06:58
Hi,
can anyone tell me how to convert number into words in baancv.
regards,
Christy:confused:
mr_suleyman
14th March 2007, 08:03
Look at str$() command
G.Luck !
ncgjiju
14th March 2007, 08:30
hi Suleman,
Actually i want to convert 1 to $ one
regards,
Christy
george7a
14th March 2007, 09:32
Hi,
Check the following:
http://www.baanboard.com/baanboard/showthread.php?t=24213&highlight=thousand
Also didn't this old thread work for you:
http://www.baanboard.com/baanboard/showthread.php?t=24151
- George
ARijke
14th March 2007, 11:02
For Baan V and LN have a look into:
http://www.baanboard.com/baanboard/showthread.php?t=26405
Good luck
ncgjiju
15th March 2007, 08:54
what is the include function name. I tried to put #include "tcmcsdll0006" , the complier came with the message no source code found.
en@frrom
15th March 2007, 14:09
For functions you always have to add the letter "i" (stands for include) at the beginning of the function name. So for your case, write: #include "itcmcsdll0006"
Regards,
Eli Nager
ARijke
15th March 2007, 16:05
It is a dll, tcmcsdll0006, and not an include.
Use "#pragma used dll tcmcsdll0006"
en@frrom
15th March 2007, 16:13
Oops sorry, didn't look at the actual dll-name, just looked at the #include and figured you're referring to a function.