How to solve: Value is calculated at second run
Hello,
i have a huge form in a PDF file (Acrobat DC Pro) with multiple fields per page.
The values of the pages are calculated via javascript.
At the end i have to sum fields. The values of these sum fields are calculated via the inbuild Option
"Value is the [sum (+)] of the following fields:"
Unfortunatelly one of the two sum fields is getting calculated in the next run of the script.
I have sorted all the fields in the object list by their display and calculation order on the pages, and the second of the summary fields works great.
What i need to do du generally go sure that those calculations are still made in the first script run?
