Help ...
I'm sort of new with Adobe LiveCycle and am having issues creating instances of a subform. I need to add instances of a position, but can't seem to get the code to work properly. I have a feeling it's a property somewhere that I have set incorrectly. My code in the add instance button looks like this:
_Position.addInstance(0);
I have created the subform within a flowed subform container. But something just isn't right,
Thanks