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

ElaineFS
ElaineFS
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 ElaineFS
Customize the badges you want to showcase on your profile
Re: Copying and displaying user input value in repeatable table - Adobe LiveCycle 17-12-2013
You need to get the index (instance number) of the row you are trying to access.Try this on the layout:ready event of your sm field://get index of current rowvar i = this.parent.index;//if current index is greater than zero pull value from previous rowif (i > 0) { this.rawValue = this.resolveNode("Row1[" + (i - 1) + "].em").rawValue;}

Views

527

Likes

0

Replies

0