Can any one tell me how to show or hide and entire page using the scripting. I want some pages to appear or disappear based on their selections on the form.
A similar question, is there a way to have a total of 5 pages, on the first page you simply have a header (master page) and (4) possible selections - if you choose selection #1, only page one is shown, if you select #1 and #2, then pages one and two show, and so forth? Can this be done with some scripting as well? If so, can I get a suggestion on how to do this?
Yes .....simply set the presence property of the page to hidden or visible to hide and show the appropriate page. All objects below the page level will adopt the property of its parent.