My problem that I'm having with my form is that I have a loop that goes
over each instance in a repeating subform. The intention is to do some
validation on it for the users so that if they fill in any of the fields
in a row the entire row becomes required. But my loop works great for
myself. In livecycle designer (ES4) and in the browser when deployed.
The problem is when our QA tester is testing it from her computer that
loop doesn't execute. It is failing on the first line calling .all. (see
...