Re: [Axapta-Knowledge-Village] how to convert Real value as a string?

2006-12-28 Thread kbi kbi
-Knowledge-Village@yahoogroups.com Sent: Wednesday, May 31, 2006 4:36:26 PM Subject: RE: [Axapta-Knowledge-Village] how to convert Real value as a string? Hi, For printing the paise just modified the numeralstotxt() as case 100 : { _test = _test MOD 100

RE: [Axapta-Knowledge-Village] how to convert Real value as a string?

2006-05-31 Thread Siva kumar
To: Axapta-Knowledge-Village@yahoogroups.com Subject: Re: [Axapta-Knowledge-Village] how to convert Real value as a string? hi, i hav altered the code what nihar said. but, it shows one lakh two hundred thousand and 50/100 for the value 120.50. but, i want to display as 12 lakhs and 50 paise. i

RE: [Axapta-Knowledge-Village] how to convert Real value as a string?

2006-05-30 Thread Nihar Ranjan Samal - Software Engineer \(Enterprise Solutions Practice\) - SIS
] how to convert Real value as a string? hi, i hav altered the code what nihar said. but, it shows one lakh two hundred thousand and 50/100 for the value 120.50. but, i want to display as 12 lakhs and 50 paise. i think to do this, i hav to change the entire code. how do i do? regs, Hema. S

RE: [Axapta-Knowledge-Village] how to convert Real value as a string?

2006-05-30 Thread hemamalinis
: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Tuesday, May 30, 2006 9:41 AM To: Axapta-Knowledge-Village@yahoogroups.com Subject: Re: [Axapta-Knowledge-Village] how to convert Real value as a string? hi, i hav altered the code what nihar said

Re: [Axapta-Knowledge-Village] how to convert Real value as a string?

2006-05-29 Thread vijay karthik
Hi sunil, Thanks for ur favourable response.it has working fine for 1200.00, but i have tried the same for 120.00 rs. The result as 'one Million two hundred thousand and 00/100'. but i want the result as indian standared, like 'twelve laksh only' how to get our(indian) standard.

Re: [Axapta-Knowledge-Village] how to convert Real value as a string?

2006-05-29 Thread somnath jana
Hi Vijay Karthik, Don't warry. Hi please do the following Str Text; Text = numeralsToTxt(1200.56); info(Text); This will help you. Thanks and regards Somnath Jana Kolkata, India vijay karthik [EMAIL PROTECTED] wrote: hi, i need for help regarding a real value as converted

RE: [Axapta-Knowledge-Village] how to convert Real value as a string?

2006-05-29 Thread Nihar Ranjan Samal - Software Engineer \(Enterprise Solutions Practice\) - SIS
will get the result . regards nihar -Original Message- From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] Behalf Of vijay karthik Sent: Monday, May 29, 2006 11:41 AM To: Axapta-Knowledge-Village@yahoogroups.com Subject: Re: [Axapta-Knowledge-Village] how to convert

Re: [Axapta-Knowledge-Village] how to convert Real value as a string?

2006-05-29 Thread Dhiraj yadav
NIhar is right . plz do as nihar said. comment millon and write crore at that position . if u will fail to do so i will give the entire code On 5/27/06, vijay karthik [EMAIL PROTECTED] wrote: hi, i need for help regarding a real value as converted into string. for example: real value :

Re: [Axapta-Knowledge-Village] how to convert Real value as a string?

2006-05-29 Thread vijay karthik
Hi, Thanks yaar. i did the same. regards, vijaykarthik.k Dhiraj yadav [EMAIL PROTECTED] wrote: NIhar is right . plz do as nihar said. comment millon and write crore at that position . if u will fail to do so i will give the entire code On 5/27/06, vijay karthik [EMAIL PROTECTED] wrote:

Re: [Axapta-Knowledge-Village] how to convert Real value as a string?

2006-05-29 Thread hemamalinis
hi, i hav altered the code what nihar said. but, it shows one lakh two hundred thousand and 50/100 for the value 120.50. but, i want to display as 12 lakhs and 50 paise. i think to do this, i hav to change the entire code. how do i do? regs, Hema. S Dhiraj yadav [EMAIL PROTECTED]

[Axapta-Knowledge-Village] how to convert Real value as a string?

2006-05-27 Thread vijay karthik
hi, i need for help regarding a real value as converted into string. for example: real value : 1200.00 rs, this value is converted in to 'One Thousand Two hundred'. Is there any inbuilt function in Axapta. help me... Thanks in advance.. regards, vijaykarthik.k Send instant messages

Re: [Axapta-Knowledge-Village] how to convert Real value as a string?

2006-05-27 Thread sunil padhy
Hi Vijay, You can use the Global Class - numerialstotxt() method for converting the real value : 1200.00 rs, to 'One Thousand Two hundred'. Thanks, Sunil Padhy --- vijay karthik [EMAIL PROTECTED] wrote: hi, i need for help regarding a real value as converted into string. for example: