Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

HansHendrickx
HansHendrickx
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by HansHendrickx
Customize the badges you want to showcase on your profile
Re: Error execution in IF checkbox is 1 then Numeric Field is 1, else 0 - Adobe LiveCycle 10-08-2014
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...

Views

130

Likes

0

Replies

0
Error execution in IF checkbox is 1 then Numeric Field is 1, else 0 - Adobe LiveCycle 09-08-2014
form1.areaCalc1.Checkbox1::enter - (Javascript, client)if (this.rawValue = 1){ xfa.resolveNode("NumericField1[2]").rawValue = 1; } else { xfa.resolveNode("NumericField1[2]").rawValue =0; I have problem in execution. Check Syntax seems OK. Preview PDF does not alert error. Check Box is grey, Numeric Field white, read only. When I check the Checkbox the numeric field becomes 1. However the checkbox becomes white and looses the check mark.When i uncheck the checkbox the numeric field does not chang...

Views

382

Likes

0

Replies

2
Likes given to