These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Looking for an example of adding a record to a table

brandsxb
Registered: Jul 25 2008
Posts: 9

I have been having no luck with a simple Java script statement where a click (mouseup) on a button adds a record to a table in a subform.

Can someone direct me to an example? My current code is

Table1._Row1.addInstance(1);

Not much to it.

scottsheck
Registered: May 3 2007
Posts: 138
That's the correct command. You also need to make that table row a 'Repeating row', also save the form as a dynamic one. There are many explanations of this if you Search these forums.