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

  • Thread starter Thread starter dgd1212
  • Start date Start date
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?
 
Either design your form with tabs hidden or put code in the Item_Open event handler that invokes the Inspector.SetCurrentFormPage and HideFormPage methods.
 
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.
 
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
 
Back
Top