Hi Bruce,Many thanks for your example PDF as it has highlighted an
interesting issue. It turns out that our scripts were functionally
identical, the only difference being that mine were written in FormCalc
and yours in JavaScript. With yours there is no division by zero error
reported, with mine there is! If I simply change my calculate event from
FormCalc to Javascript (and add a ; at the end of the calculation line)
then the zero error disappears and everything works as expected.
Evidently the...