Previous | Next | (P-PDF) What's Wrong with my PDF?
Topic: PDF document not calculating all fields
Conf: (P-PDF) What's Wrong with my PDF?, Msg: 142954
From: gkaiseril
Date: 11/20/2005 06:10 AM
At two of your columns have a chance of division by zero which results in a "NAN", Not a Number, result. You have to test to prevent these calculations or force a default value for the result.
You have a large number of fields being computed and Acrobat may not be calculating them in the order you expect. You should check the order of the form felid calculations and put them in the correct order or reduce the number of fields with calculations, you can have all the calculations for one row done by the far right field. Or create a document level function to calculate a row based on a passed row value and then loop through each row by calling the function in the last cell of the form.