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

motoracer636
motoracer636
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 motoracer636
Customize the badges you want to showcase on your profile
Re: automatic entry from one repeating subform to another - Adobe LiveCycle 24-10-2011
That would work if the I had a single subform, however the subforms are repeating and each repeat has to have a different value. Golbal binding makes all repeated subforms have the same value.

Views

84

Likes

0

Replies

0
automatic entry from one repeating subform to another - Adobe LiveCycle 21-10-2011
I've got two subforms are repeating and they have the same number of repeats. What i want to be able to do is autmatically enter a value from subform1.text1 to subform2.text1. The trick is that each repeated subform has a new value and matching repeats in subform 1 and 2 need to have those same values.I've been playing with this bit of code to get it to workxfa.resolveNode("subform1[" + this.parent.index + "]").text1.rawValue = this.rawValue;Entry will always be made in subform 1 and that will n...

Views

535

Likes

0

Replies

2