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

Anusha_priya
Anusha_priya
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 Anusha_priya
Customize the badges you want to showcase on your profile
Re: Hide/Unhide Iterative Rows - Adobe LiveCycle 05-12-2011
Hi,If the four elements are bound to objects in the table row, then something like this should work on the docReady event of the Row2:if (documentType.rawValue !== "INDIVIDUAL" && documentInclude.rawValue !== "Y") { this.presence = "hidden";}The script will know to reference the documentType and documentInclude in each instance of the Row2. A similar script would be used in Row3. If the data is imported after the form is opened, you should use the initialize event of both Row2 and Row3. Hope tha...

Views

94

Likes

0

Replies

0