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

hbeps
hbeps
Offline

Badges

Badges
3

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 hbeps
Customize the badges you want to showcase on your profile
Re: How do I set a value in a numeric field based on a checkbox field? - Adobe LiveCycle 27-10-2009
Thanks so much - obviously I am just learning!But I did have my language set correctly, it's only the == that caused the problem.

Views

113

Likes

0

Replies

0
How do I set a value in a numeric field based on a checkbox field? - Adobe LiveCycle 27-10-2009
I'm trying to get a numeric field to return a certain numeric value depending on the user's answer to a checkbox. Here's my code:if (CheckBox1[0].rawValue == 1) then $.rawValue == 969.00 else $.rawValue == "" endifWhen the form displays, the numeric field's value displays as $1.00 and if I check the box it changes to $0.00 - but I want it to return $969.00 when checked and be blank when not checked.Can anyone help me figure this out?

Views

786

Likes

0

Replies

2