Avatar

Level 3

Thank you Magus. This helped a lot. For those who are interested, the code I had in the click event of the Remove Row button in table 1 was:

for (i = 0; i < Table_1._Row1.count; i++) {

    if (this.parent.parent.index === i) {

        this.resolveNode('form1.Subform1.Simple_disposition_table.Table_2._Row1').removeInstance(i);       

    }

}

this.resolveNode('form1.Subform1.Large_sig_disposition_table.Table_1._Row1').removeInstance(this.parent.parent.index);