Verstuurd vanaf mijn iPadOp 11 aug. 2014 om 04:43 heeft "S,Candy"
het volgende geschreven:Error execution in IF
checkbox is 1 then Numeric Field is 1, else 0created by S,Candy in
LiveCycle Designer - View the full discussionHi, Hans,,,,'=' which means
assigning a value to the field in the if statement..You must use '==' or
'==='. form1.areaCalc1.Checkbox1::enter - (Javascript, client)if
(this.rawValue == 1){ xfa.resolveNode("NumericField1[2]").rawValue = 1;
} else { xfa.resolveNode("NumericFiel...