From thomp's parts example http://www.acrobatusers.com/tutorials/2 … livecycle/ I want to add some math to the variable see below:
I want one of the selections from the dropdown to also do math so my question is can that be done for example; can the varialbe multiply to come up with a percentage. If I have a number between 75,000.01 and 100,000.00 (the actual number is in another cell) and want to know what 30% of that number is, can I have the math in the variable.
Percent:[ ["-","None"], ["75,000.01 - 100,000.00",.030*form1.#subform[0].Gross_GCA]]
Of course the way it is now does not work. I am hoping that you can help me with this.
Earl
0.030 * form1.MySubForm.Gross_GCA.rawValue
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/]http://www.adobe.com/devnet/acrobat/[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script