- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
this.parent.index is trying to find the index of the row or subform the object is in so you can delete that particular row or subform.
If the object is more than one level below the row (it may be in another subform or more) you'll need to add more parents. So if your delete button is in a subform that is in a table row then you would need to use this.parent.parent.index.
If you look through the tutorials on the Assure Dynamics site Niall has some great examples of how this all works.
Views
Replies
0 Likes
Total Likes