Answered
Hi, I'm new to LiveCycle and can't seem to get the addInstance() method to work. Although I'm pretty sure I have the script written correctly I'd appreciate it if anyone could look at this and tell me why it doesn't work.
The form is named 'form1', the page is named 'page1, the table is named 'Table1' and there is one row named 'Row1' as well as a button to add new rows.
Using javascript in the 'click' event for the button I have:
xfa.form.form1.page1.Table1.Row1.instanceManager.addInstance(1);
When I click the button nothing happens. Can anyone tell me why?
Thanks,
-gr