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

msummers17
msummers17
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
4

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by msummers17
Customize the badges you want to showcase on your profile
Re: add instance help/repeatable data help - Adobe LiveCycle 16-07-2009
That code was exactly what I was looking for.  Thanks Varma!

Views

204

Likes

0

Replies

0
Re: add instance help/repeatable data help - Adobe LiveCycle 15-07-2009
Thanks for the help.  I'll give that a try.

Views

183

Likes

0

Replies

0
Re: add instance help/repeatable data help - Adobe LiveCycle 15-07-2009
Not quite... I should have explained it better. I need to have multiple tables, but the information in the first two columns will be the same in all of the tables. So, I'm looking for a way to repeat that information. The problem that I'm having is that each time the form is filled out, there will be a different number of rows, so I'm using the add instance script to add rows to the table. I need the data in table 1 row 1 column 1 to automatically appear in table 2 row 1 column1 and in table 3 r...

Views

187

Likes

0

Replies

0
add instance help - Adobe LiveCycle 14-07-2009
I'm trying to create a document that has 4 seperate tables in that the user will enter information for various materials. I have created a button to add another row in each of the 4 tables using the following JavaScript code:frmCredit4._Item.addInstance(1);frmCredit5._Item.addInstance(1);frmCredit6._Item.addInstance(1);frmCredit7._Item.addInstance(1);xfa.form.recalculate(true);All of the works fine so far, but I need to have the first column repeat in each of the 4 tables, which is where I get s...

Views

1.9K

Likes

0

Replies

7