Hi,
I am trying to convert three decimals numbers in to word that would display against the amount calculated on a Invoice form .
Currently i am using the below code for two decimal places however I have added a drop down for three decimal currencies like OMR & BHD Omani Rials & Bahraini Dinars respectively . They all have 3 decimals .Please help.
var Y;
Numberstoword.rawValue= WordNum(Grandtotal,2);
Y = Numberstoword.rawValue;
Y = Replace(Y,"Dollars","Currency"); // changed spellings here.
Y = Replace(Y,"Cents","Subcurrency");
Views
Replies
Total Likes
Could you please share the sample form.
Views
Replies
Total Likes
Hi Karan,
Please find the link below . I have scripted under the drop-down exit event of the Currency Selection.Except for First two rest all are working fine .
Views
Replies
Total Likes
Please see the fixed form at following link:
https://www.dropbox.com/s/uj83ixt672he50q/test_form_fixed.pdf?dl=0
If you want to conatct me directly then please visit to following link and also see my other posts.
http://createpdfform.blogspot.in/2015/02/pdf-guru-acrobat-and-lc-designer-forms.html
Its still the same , https://drive.google.com/open?id=0Bz1pcyYu7_5aUHFDWUtBemd3aTA
Instead of the converting the full number in words it just converts the number upto 2 decimals .
Views
Replies
Total Likes
I am not able to fix your form, but somewhat i have acheived the query in a sample form.
https://www.dropbox.com/s/dvn68wm3oybs43l/sampleNumToWord.pdf?dl=0
Please check if that helps you.
Thank you for your efforts , i have also tried exactly the same script before posting on the forum .,its fails miserably in the calculations part where the number ends with zero .Not very helpful.There has to be some alternative .
Thanks Again .
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies