Answered
HI,
Is it possible that when a user types in percentage values into various fields, that all the values in a group of fields when calculated can be no more than 100%.
Is it possible to have a warning pop up.
thanks
Paul Horsley
Yes. You only need to test the value to see if the value is larger than 1.00 and then you write some JavaScript to display an alert. Acrobat form fields have a validation tab with which one can write a custom JavaScript to validate the value of the field.
George Kaiser