New instance of table section
i have 2 table rows (row 2 , 3) combined section. when use following script, livecycle creates new instance of row 3 instead of creating new instance of section (both rows 2 , 3). doing wrong? (the section named 'actionitem1 in table1)
this.resolvenode('table1._actionitem1').addinstance(1);
if (xfa.host.version < 8) {
xfa.form.recalculate(1);
}
hi,
you need addinstance() method call other row, in case rows not next each other. actionitem1 rows , whatrever called other row. may better off using repeating subform give more control of layout of "table".
regards
bruce
More discussions in LiveCycle Designer
adobe
Comments
Post a Comment