These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Scripting

mdm5873
Registered: Nov 4 2007
Posts: 2

Well, I am a newbie. I am working with Acrobat 8 and I have been trying for several weeks to get a script to work with out success. I have a field (A)that adds up some other fields and is in dollar format. It works fine. What I want to do is: In an other field (B)that is in dollar format I want to have a certain dollar amount show up depending on what dollar amount is in field (A). Example: If field (A) is at least $100,000 but less than $101,000.00 then field (B) is equal to $350.00 but if field (A) is at least $101,000.00 but less than $102,000.00 then field (B) is equal to $360.00 and so on for a bunch of these. What can I do. Thank you so much.
 
Mark

My Product Information:
Acrobat Pro 8, Windows
pddesigner
Registered: Jul 9 2006
Posts: 858
Review this Acrobat Javascript manual. It should help solve the issue.


Developing Acrobat Applications Using JavaScript - Pages 76 and 84

[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]

My favorite quote - "Success is the ability to go from one failure to another with no loss of enthusiasm.