![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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. -- Paul |
Ads |
#2
|
|||
|
|||
![]()
The method you're looking for is Inspector.SetCurrentFormPage:
Set myInsp = Item.GetInspector myInsp.SetCurrentFormPage "P.2" Set myInsp = Nothing -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Charletonp" wrote in message ... 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. -- Paul |
#3
|
|||
|
|||
![]()
Thanks, will try and see where I land.
-- Paul "Sue Mosher [MVP-Outlook]" wrote: The method you're looking for is Inspector.SetCurrentFormPage: Set myInsp = Item.GetInspector myInsp.SetCurrentFormPage "P.2" Set myInsp = Nothing -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Charletonp" wrote in message ... 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. -- Paul |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook Calendar entry form not showing | Arcat36 | Outlook - Calandaring | 1 | February 11th 08 09:56 PM |
Using a custom form for business contact entry | jfeaz | Outlook - Using Forms | 1 | May 23rd 07 09:36 PM |
Outlook 2007: when selecting a new folder, the highlighted selection always resets to the top. OL2003 would select to last entry | Warrick Wilson | Outlook - General Queries | 2 | March 4th 07 01:19 PM |
Wishing to use Outlook form that catches duplicate contact entry. | Carol G | Outlook and VBA | 2 | November 9th 06 08:57 PM |
Is it possible to open the default Contact form with the Activities tab activated from a custom form? VSTO 2005, Outlook 2003 | David Webb | Outlook and VBA | 1 | June 20th 06 09:59 PM |