using the addInstance function, I dynamically add an instance within a subform. However, when I click a button to hide the subform, it only hides the 1st instance. Not the 2nd, 3rd, 4th and so on.
Can I do this without wrapping the subform in another subform and hide the new subform.
Right now all I have is: subform.presence = "hidden"; //this hides the 1st instance, but not any additional ones I add dynamically. how can I contain all instances without wrapping in a subform.
use a loop for this.
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs