Verstuurd vanaf mijn iPad
Op 11 aug. 2014 om 04:43 heeft "S,Candy" <forums_noreply@adobe.com> het volgende geschreven:
Error execution in IF checkbox is 1 then Numeric Field is 1, else 0
created by S,Candy in LiveCycle Designer - View the full discussion
Hi, 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("NumericField1[2]").rawValue =0;
}
S,Candy.
Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at
Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
Start a new discussion in LiveCycle Designer by email or at Adobe Community
For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.