The beauty about Global is that you don't even have to
instantiate it, just use the functions as in:
static void numberToWords(Args
_args)
{
print numeralsToTxt_ES(12121.39);
print num2Text(12121.39);
pause;
{
print numeralsToTxt_ES(12121.39);
print num2Text(12121.39);
pause;
}
From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ricardo Cortés
Sent: Monday, September 05, 2005 10:19 AM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: Re: [Axapta-Knowledge-Village] Invoice amount number to letter, printed in the invoice !!!!!!!!!!!
Thanks Girish for the tip
Ricardo Cortes
Girish Bhatkal <[EMAIL PROTECTED]> escribió:
Girish Bhatkal <[EMAIL PROTECTED]> escribió:
Hi Ricardo,
you may have to write a display method
here below is a job which is used to print number to
text. use the code in the display method ...
static void numberToWords(Args _args)
{
global global = new global();
print global::numeralsToTxt_ES(12121.39);
print global::num2Text(12121.39);
pause;
}
hope this would help.
cheers,
Girish
--- Ricardo Cortés <[EMAIL PROTECTED]>
wrote:
> Hi everybody
>
> Does anymone know, how to translate the invoice
> amount to letter and print it in the invoice?
>
> Thanks in advance
>
> Ricardo Cortés
>
>
>
> __________________________________________________
> Correo Yahoo!
> Espacio para todos tus mensajes, antivirus y
> antispam ¡gratis!
> Regístrate ya - http://correo.yahoo.com.mx/
___________________________________________________________
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yahoo.com
Do You Yahoo!? La mejor conexión a Internet y 2GB extra a tu correo por $100 al mes. http://net.yahoo.com.mx
Sharing the knowledge on Axapta.
SPONSORED LINKS
Axapta | Business finance course | Business finance online course |
Business finance class | Business finance schools | Business finances |
YAHOO! GROUPS LINKS
- Visit your group "Axapta-Knowledge-Village" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.