I have a form with a repeatable subform. Let's call the subform <Five> since it has a maximum occurrence count of five. Within <Five> is a table with a repeatable body row that we'll call <Body>.
<Five> uses a script in the calculate event that refers out to a static set of check boxes to determine how many instances of itself the form should contain. <Body> contains no scripting except the LiveCycle-created action that allows the form user to delete the instance of <Body> the button is contained within.
<Five> works great at run time and initializes just fine. <Body> removes all but one row when the form is opened.
Any ideas about how I'm losing data and how to correct it?