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

allison_bsd
allison_bsd
Offline

Badges

Badges
3

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 allison_bsd
Customize the badges you want to showcase on your profile
Re: javascript is deleting wrong row in table - Adobe LiveCycle 07-10-2010
Thanks, Niall!

Views

207

Likes

0

Replies

0
javascript is deleting wrong row in table - Adobe LiveCycle 07-10-2010
I created a table in livecycle es 8.2. I have buttons to add and delete rows. The add button works fine, but the delete button is deleting the wrong row. For instance, in the PDF preview mode, if I add three rows and try to delete the third, the second is deleted.To add a row, I am using the code:usertable._Row1.addInstance(1);To delete a row, I am using the code:usertable._Row1.removeInstance(1);I've tried a lot of variations that I found online, include (this.parent.index) and (true). I don't ...

Views

1.2K

Likes

0

Replies

2