Answered
Hi,
I am designing a five page dynamic XFA form with five subforms, each of which can be cloned or added using the instance manager. I can add multiple versions of each and save as an .xdp file and reopen the form just fine.
What I really need to do next is to "hide" two of the five so that only three are available then the document first opens. I want to allow the user to add or make visible the hidden pages when needed via a button.
It this possible?
Thanks in advance.
When you want to hide pages at first opening the form you only have to set their presence to hidden in the object tab.
Later you can make them visible thru a button action
Formular1.Page1.presence="visible";
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs