Turn on/off displaying page through vbscript

L

Long Nguyen

(Outlook 2002)
In Outlook form design mode we can turn on/off displaying a page through
Form /Display This Page menu option.

Just wonder if I can do this through vbscript code behind the form as well?
Basically I want to have a page which is not displayed by default but when
user click on a button I provide in the form the code for this button would
display the form.

Long
 
S

Sue Mosher [MVP-Outlook]

Yes, you can. Take a look at the Inspector.HideFormPage and ..ShowFormPage methods.
 
L

Long Nguyen

Thanks Sue.
Another question: The Message form has P.2 to P.6. Is it possible to create
more pages for the form? I guess it is not but would like to get a
confirmation from you.

Regards
Long


Yes, you can. Take a look at the Inspector.HideFormPage and .ShowFormPage
methods.
 
L

Long Nguyen

Thanks Sue..
Long
No, but you could put a multipage control on any of those pages.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top