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

Any Way To Disable The Calculation When An Event Occurs

viperonecanada
Registered: Sep 17 2008
Posts: 1

I have a Button which I have created to activate a lock using javascript for specific fields. However, whenever the Button is pressed it creates an event that triggers a calculation script for a Combo Box I am using. Is there anyway to disable or prevent the Combo Box calculation script from running whenever the Button is pressed?

Thanks

My Product Information:
Acrobat Pro 9.0, Windows
George_Johnson
Expert
Registered: Jul 6 2008
Posts: 1876
Was the combo box created in Acrobat or LiveCycle Designer?

If Acrobat, the script should only get triggered if a field value changes (or the calculateNow method is used). Does pressing the button cause any field values to change?

You can turn off automatic calculations for an entire document by controlling the "calculate" document property, but that may not be what you want. You might want to provide more details about how things are set up and why you want to prevent the calculation from occurring.

George