Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

conditional check box in acrobat 4.05

Status
Not open for further replies.

gleather

Programmer
Jul 11, 2002
4
US
I am constrained to Acrobat 4.05 and I need to know how to check a box based on the value of another field.
I tried
var myfield = this.getField("TextField");
var mybox = this.getField("CheckBox");
if (myfield.value == 'value') mybox.value = True;

and variations, but to no avail.
Please advise.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top