Message and Document tabs on Outlook Forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I create forms in Outlook for my company using Outlook 2000 on a Windows NT
PC. When users open my forms to fill them in, the form always opens with the
'Message' tab in the foreground and the 'Document' tab in the background;
hence, the user has to click the 'Document' tab to cause the document to come
to the forground. Question--Is there a way I can alter this so that when a
user chooses a form to fill out, it will open right to the Document page,
without the User having to click the 'Document' tab? (A user has asked for
this favor, and I am checking if this can be done.) Thank you.

B. Hill
 
If this is a published custom form, you can write code for the Item_Open event handler to use the Inspector.SetCurrentFormPage method to switch pages.
 
Back
Top