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

John_Dean_R3
John_Dean_R3
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 John_Dean_R3
Customize the badges you want to showcase on your profile
Re: Dependant drop down lists - Adobe LiveCycle 29-07-2009
Hi,Let's say you have XML data file like this: 0 John 854931 0 Paul 855198 1 Alex 855744 1 Agarkova Natalya 854983 1 Den 854683 You can take data by fg_code with this scripts:var userCode= Ref(xfa.resolveNodes(concat("$record.empls.empl.[fg_code==""",fgCode,"""].empl_code")))var userName= Ref(xfa.resolveNodes(concat("$record.empls.empl.[fg_code==""",fgCode,"""].empl_name")))after that you will have two lists with names and codes.Next you have to fill you drop down list with data, you c...

Views

162

Likes

0

Replies

0