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

richwilliams140
richwilliams140
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 richwilliams140
Customize the badges you want to showcase on your profile
Re: Bind repeating data to multiple fields - Adobe LiveCycle 27-04-2011
one way to do this is, in the Initialize event of the field in second repeating section, assign the rawValue from the first repeating section..For example..initialize event of Field2.. Field2.rawValue = Field1.rawValue;Other way is to read the XML tags and assign the value to the fields..You need to loop thru the group element and read each group item value and assign the value to the field..Field2.rawValue = xfa.resolveNode("$record.group.groupItem").value; //this command will only read the fir...

Views

75

Likes

0

Replies

0