Opening a message form so it opens on the renamed P.2 tab

D

dgd1212

What is involved in getting a created form to open directly to the renamed
P.2 tab? and how is it possible to have the tabs hidden so you do not see the
tabs when opened?
 
S

Sue Mosher [MVP-Outlook]

Either design your form with tabs hidden or put code in the Item_Open event handler that invokes the Inspector.SetCurrentFormPage and HideFormPage methods.
 
D

dgd1212

This being my first venture into forms design, how/where does one design a
form with hidden tabs? The code solution being more foreign to me i will need
to do more research on. Thanks.
 
S

Sue Mosher [MVP-Outlook]

In Outlook 2003 or earlier, toggle the Form | Display This Page command. Explore the menus in form design mode to find other helpful commands.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
 

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