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

Tmoney
Tmoney
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 Tmoney
Customize the badges you want to showcase on your profile
Re: How to check to see if any Checkboxes within a subform are checked - Adobe LiveCycle 15-10-2013
It doesn't necessarily have to show which items are checked but it would be helpful. last night I started with this and it seems to work but I'm sure there is a better/more efficient way of doing it var BoxCount = TaxRegQ1.chkAL.rawValue + TaxRegQ1.chkAR.rawValue + TaxRegQ1.chkAZ.rawValueif (BoxCount>0){Checked.rawValue = "Yes";}else {Checked.rawValue = "No";}How do you upload to this forum? Sorry i'm new to posting to the Adobe forum and can't seem to find the option.

Views

94

Likes

0

Replies

0
How to check to see if any Checkboxes within a subform are checked - Adobe LiveCycle 14-10-2013
Hi everyone, I'm sure there is a way (possibly through JavaScript) to figure out if any checkboxes in a subform are checked but I can't seem to figure it out. I'll work on uploading my form so that it will be easier to see what I'm talking about but in the mean time here is a brief explanation of how the form is setup:my form's hierarchy is as follows:Form1 -(Master Pages) -TaxRegBusInfo -SubForm2 -Checkbox1 (it will show/hide the following subform based on if it's checked or not) -Q2SubForm1 -C...

Views

564

Likes

0

Replies

2