Hi,
I have 3 page of document, page 1 & 3 are static pages and page 2 is dynamic page, all pages with the number of pages. How can I create a blank text field in page 1 counting pages for page 2.?
Example: Every you add page in page 2... Text field in page 1 is counting every form you adding.
Please help me....
Thanks
I had a dynamic file and use
Page1.occur.max (5);
Page1.instanceManage.addInstance(1);
to add max 5 pages.
This problem I have is after adding the pages and saved the fiel, once I re-open the file, the added pages are not there.
Maybe, you can try my code in the Click event of the button and let me know your result.