I have a (dynamic) form with two pages. When printing I would like that one page would not print, but after print I want to see both pages on the screen. This page should be the first page of the form, but if it is not possible, it can be the second page.
That will hide all the objects in the page, but the page will print blank. I don´t want to print the page.
I can make a removeInstance (to the second page), but then, after print I would like to have my page back (with the data on the objects). However, I can´t make a addinstance...