Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

using wordnum function for 3 decimal numbers .

Avatar

Level 1

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");

6 Replies

Avatar

Level 4

Could you please share the sample form.

Avatar

Level 1

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 .

test form.pdf - Google Drive

Avatar

Level 4

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

Avatar

Level 1

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 .

Avatar

Level 4

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.

Avatar

Level 1

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 .