Hi,
I'm a newbie at creating acrobat forms and need a little help if possible. I have created a form in Acrobat 8 Professional (MAC OS 10.4), the calculation is very simple and based on Qty (Field name: A1) x Unit Price (Field name: B1) = Amount (Field name: D1) there are 5 lines of this. The next calculation is the 5 'Amount' fields which = Total. I have used both the "Value is..." and the the "Simplified Field Notation" to create the calculations and they both work fine on my computer but once saved and reopened they stop functioning. I need to be able to create the calculation, save the file and send it to my client so they can use the functioning form complete with calculations in tact. Is this possible?
Thanks in advance for your help.
Kind regards
Bel.
All calculations are converted into JavaScript under the covers, so if the calculation are there and not working you can check the console window to see if there are any reported problems. Open the console from the "Advanced > Document Processing > JavaScript Debugger..." menu item.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/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script