Expand my Community achievements bar.

Dynamic Tables in LiveCycle

Avatar

Level 1

Greetings,

I have a form that I am creating that is using dynamic tables with an Add Row button as well as a Delete Row Button.  The form looks normal when it is opened in LiveCycle Designer and Acrobat.  The issue is when the form is saved using the Save As function.  When the Save As function is used, the table adds a blank row.  And every subsequent Save As adds another blank row.  I am using the following JavaScript functions for my Add/Delete buttons.  Thank you in advance for your help!

Add -  Table2.Row1.instanceManager.addInstance();

Delete - Table2.Row1.instanceManager.removeInstance(this.parent.parent.index);

SaveAs.png

Save AS

DesignerDesigner.pngAcrobatAcrobat.png

0 Replies