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

Melissa22
Melissa22
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Melissa22
Customize the badges you want to showcase on your profile
Re: Linking 2 drops downs and having tables appear - Adobe LiveCycle 30-11-2013
Hi Melissa,In the change event of 2nd DropDown you can put the following code.var a = xfa.event.newTextif(a == 5) // Set the value that you want. { Table2.presence = "hidden"; } else { Table2.presence = "visible"; } Thanks,Bibhu.

Views

865

Likes

0

Replies

0