auto check checkbox
hi,
i trying have check box auto checked if value in fields on 5000.
here script doesnt seem working.any appreciated.
var
var y =form1.mainarea_en_3.calc_2.rawvalue;
if
this.rawvalue=1;
}else{
this.rawvalue="";
}
thank you.
this works me, check javascript console see if error. event , field executing script.
if ((numericfield1.rawvalue > 5000) || (numericfield2.rawvalue == 1)) {
checkbox1.rawvalue = "1";
} else {
checkbox1.rawvalue = "";
}
More discussions in LiveCycle Designer
adobe
Comments
Post a Comment