Hello,I made my first steps with LiveCycle Designer ES2 and tried to
create a form containing some tables and nested tables. In the
"standard" tables I managed to add lines using Java Script in this way:
Formular1.TF_Liste.tbl_Listendaten.Zeile1.formAddRem.btnAdd::click -
(JavaScript, client)rowNum = this.parent.parent.index +
1;this.parent.parent.instanceManager.insertInstance(rowNum);xfa.form.recalculate(1);I
also managed to remove them in a similar way. The button "btnAdd" is
inside a form in...