I am using Professional 7.0 and Designer for the first time. I'm an avid Excel user and trying to convert to PDF forms. I am trying to create calculations (simple addition/subtraction/multiplication) and am having the worst time figuring it out. I have searched on here, Google and read the instructions and it's like reading Greek. I have a form where I have sub-total and total boxes. I need to pull the figures from another text/numeric field on the page to create the totals. How is the simple way to do this???
1. Select the "Sum" field with the mouse.
2. From the "Windows" menu select the "Scripting" window.
3. On the "Scripting" window select "Calculation" from the "Show" pulldown and make sure that "FormCalc" is selected for the language.
4. Enter the following code into the scripting window:
Arg1 + Arg2
That's it.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script