I have created a LiveCycle document that has repeatable subform entries as url linked below. My form has an error.
If the user deletes the [0] index entry and there are more indices remaining, an error occurs on the new [0] index. For example the user deletes the [0] index, but an index of [1], [2] and [3] for the subform still exists (meaning you started with 0,1,2,3 before deleting the [0] index). An up arrow will show on the new [0] when it is not possible to move this index higher.
I could use some help understanding why the script in the delete button "click" event does not fire the "Script Object" (named SObuttons) that was designed to re-evaluate the form to hide or show the correct buttons on the subform.
The only situation this error occurs in when the user deletes the [0] index and more indices remain. Thank you.