PDA

View Full Version : Programming pdf forms


dmk
11-18-2002, 11:00 PM
I have a file that I used to create a pdf form. The form has a column of numbers (currency) that needs to total at the bottom. However, each individual number is a separate field. (If the whole number is 12, the 1 is in its own field and the 2 is in its own field, etc.) It's this way so the finished form can be read through a scanner and I cannot change that. If I calculate a total, I can only get the total of one individual column of digits, not the total sum of each number.

In the field properties, I have the option of creating custom validation and custom calculation entries, using Java. There seems to be no Help associated. Can anyone help me with this?