hello dear forum users...
i have generated a dynamic form with LiveCyle. I used some script for adding instances.
It is working fine with Adobe Acrobat Pro.
But if i want to extend funtions in Adobe reader (so that Adobe Reader users can fill in and save the form) something happens to my form automatically.
The pages which should be dublicated by clicking on a button, are multiplied in the form when opening the form with Reader.
so the form is grown to 37 pages from originally 20 pages.
i am using this code for javascript:
xfa.resolveNode("topmostSubform.Page13.matrixx").instanceManager.addInstance(true);
the same problem with
xfa.resolveNode("topmostSubform.Page13.matrixx").instanceManager.addInstance(1);
Thank you for your advices..