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

newbie087
newbie087
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 newbie087
Customize the badges you want to showcase on your profile
Re: Creating a dropdown list which is depending on the selections from 2 other dropdown lists - Adobe LiveCycle 01-04-2013
Hi,here is an example for three dropdowns with dependencies.You have to copy this code in the change-event of the fist dd:Number and Letter are the entries in my example in the first dd. You have to adapt to your entries. Then you have your object names change in the script.DropdownListe2.addItem("123"); - this phrase you could use several times (in your example 5x for the second dd)switch (xfa.event.newText){ case "Number": DropdownListe2.clearItems(); DropdownListe3.clearItems(); DropdownListe...

Views

158

Likes

0

Replies

0