Expand my Community achievements bar.

Problem with Table in LiveCycle Designer 7.1

Avatar

Former Community Member
I'm working on Table to add row at runtime.

The following script throws exception when adding rows if the row across Page Break (ie. the Table expands to next page).



The script



console.println(form1.page1.Subform3.Table1.nodes.item(form1.page1.Subform3.Table1.nodes.length - 1).TableTextField1.rawValue);



The exception



TypeError: this.parent.parent.nodes.item(this.parent.parent.nodes.length - 1).Nature has no properties

9:XFA:form1[0].page1[0].Subform3[0].Table1[0].Row1[0].add[0]:click
0 Replies