- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Recheck your line:
this.resolveNode('form1.#subform._subForm2').removeInstance(this.paren t.index);
Replace this.parent.index with the name of the subform you are deleting. (ex: myParentTable.index);
or
Find how far down your delete button is in the hierarchy. For example if my delete button is wrapped in Subform1 and Subform1 is inside of TableToRemove then your syntax would have to be removeInstance(this.parent.parent.index) because the subform you want to remove is 2 parents up.
Kyle
Views
Replies
0 Likes
Total Likes