Skip to main content
Known Participant
October 3, 2022
Answered

Shortcut to recalculate

  • October 3, 2022
  • 2 replies
  • 739 views

Microsoft Excel has a shortcut key F9 to recalculate all calculations. I cannot find this information anywhere so does Adobe Acrobat Forms have such a key to recalculate?

 

I have the setting to Autocalculate checked, but I am using an Android Tablet to enter the information into the form but not all JavaScript is working. Once the form is transfered to a PC I have to do something like uncheck a field and check it again to get the JavaScript to update or recalculate.

 

I was hoping to use the Action Wizard to go through all the forms to recalculate everyrhing.

This topic has been closed for replies.
Correct answer Bernd Alheit

You can use following script:
this.calculateNow();

2 replies

try67
Community Expert
Community Expert
October 3, 2022

Don't expect any scripts to work on a mobile device, especially not if you use Reader.

Known Participant
October 5, 2022

You say, not if you use Reader.

Is there another app for Android or iPad that will allow JaveScripts to work with Adobe forms?

try67
Community Expert
Community Expert
October 5, 2022

I don't think so.

Bernd Alheit
Community Expert
Bernd AlheitCommunity ExpertCorrect answer
Community Expert
October 3, 2022

You can use following script:
this.calculateNow();