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

martynd54407871
martynd54407871
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 martynd54407871
Customize the badges you want to showcase on your profile
Re: Trying to copy table row from one table to another using button. - Adobe LiveCycle 14-12-2017
Hi,You need to reference the correct instance in the table.Even though the table will physically have two rows when you look at it, the second row will be an instance of Row1. It is still called Row1 but with the instance specified.The first repeating row instance will be - form1.Pg1.Table1.Row1[0].itemDescription.rawValuethenform1.Pg1.Table1.Row1[1].itemDescription.rawValue //row 2form1.Pg1.Table1.Row1[2].itemDescription.rawValue //row 3 and so onI have highlighted the difference above. The sam...

Views

372

Likes

0

Replies

0