I need help
I have two field calculation but the result is roundering
sample: Field A = 47.43
Field B = 4.86
47.43+4.86=52.29, but it is showing 52.30. what can I do to make my form not roundering.
I desig my form and I am using Acrobat 9 pro.
I usen the calculate tab sum.
I hope I can get help.
J
If the values are from computations, the value used in the calculations maybe different from the displayed values, and you should be rounding the results of the computing being entered into the field as part of the calculation. You could increase the number of decimal places to see what the real values being used in the calculation are or write a custom script to open the console and display the values being used for the addition and the result of t he computation.
George Kaiser