Hi All
Am new to Java and have a form which asks if for a box to be checked if 'yes'. If this condition is met I want the value of 'Field1' to be a value taken from 'Field2' and multiplied by 10.
Sounds simple - but I cannot get it! Can anyone help please? Thanks!
if (this.getValue("CheckBox1").value=="Yes")
this.getField("Field1").value = this.getField("Field2").value * 10;
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com