I have searched this forum extensively, but cannot seem to get anything to work. I am using the latest version of Acrobat 9.x for OS X. I have multiple fields on a form, some use simple calculations and some use custom javascript. I have an issue where a field on Page 1 (field A) of my form is using a simple calculation (product(B)) to get its value from a field (field B) on Page 2. This is updating correctly when I change the value on page 2. However, on page 1 I have another field (field C) that has a simple calculation ( sum A+other fields), and this field is not being updated when Field A changes. For some reason it appears the calculate event is not raised when the Field A is updated on page 1. I hope I am making sense. Any help would be appreciated. Thanks!
Jeff
what happens to field 'C' when you enter another value?
If it is updated based on the previously entered data, then you most likely have a calculation order issue.
George Kaiser