Turn on/off displaying page through vbscript

  • Thread starter Thread starter Long Nguyen
  • Start date Start date
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
 
Yes, you can. Take a look at the Inspector.HideFormPage and ..ShowFormPage methods.
 
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.
 
Back
Top