How do I display a text field based on the sum of several combo box tools?
I set several combo boxes with two values, PASS (export value = 0) and FAIL (export value = 1). I have summed these values to another text box and set it to hidden. I would like another text box to appear only if the sum of the combo box values > 0 (meaning that one of the combo boxes resulted in a FAIL).
This is probably insanely simple, but I have no JavaScript experience.
Thanks,
JM
In a Designer form the Field's "presense" property is used to control visibility and in AcroForms it's the "display" property.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script