Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Outlook / Programming Forms / March 2008

Tip: Looking for answers? Try searching our database.

How to select a particular tab on an Outlook custom form on entry

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Charletonp - 04 Mar 2008 14:11 GMT
Hi guys....I have a multi-tab form.  As default, these all enter on the main
message tab, but as a workflow solution I would like to enter (on new read)
on a given tab depending on the completion status of previous tabs of the
same form as it passes from person to person.   Any ideas - I can't see a
SELECT capability on the VBSCRIPT.
Signature

Paul

Sue Mosher [MVP-Outlook] - 04 Mar 2008 14:37 GMT
The method you're looking for is Inspector.SetCurrentFormPage:

   Set myInsp = Item.GetInspector
   myInsp.SetCurrentFormPage "P.2"
   Set myInsp = Nothing

Signature

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

> Hi guys....I have a multi-tab form.  As default, these all enter on the main
> message tab, but as a workflow solution I would like to enter (on new read)
> on a given tab depending on the completion status of previous tabs of the
> same form as it passes from person to person.   Any ideas - I can't see a
> SELECT capability on the VBSCRIPT.
Charletonp - 04 Mar 2008 15:50 GMT
Thanks, will try and see where I land.
Signature

Paul

> The method you're looking for is Inspector.SetCurrentFormPage:
>
[quoted text clipped - 7 lines]
> > same form as it passes from person to person.   Any ideas - I can't see a
> > SELECT capability on the VBSCRIPT.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.