HiI'm trying to get RemoveInstance to work properly. I want to create a
button in a subform that will delete that specific subform. Right now
when I hit the delete button on the bottom most subform, the first one
deletes instead.Here is the button code I've been using, from what my
searches turned up it should
work.form1.MeetingMinutesForm.Project.ProjectInfo.Delete::click -
(JavaScript,
client)_Project.removeInstance(this.parent.index);xfa.form.recalculate(1);Many
thanksMike