Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Outlook Forms

Status
Not open for further replies.

Nwobut

Programmer
Joined
Jun 13, 2002
Messages
1
Location
HK
Hi,

I'm currently using VBScript to create an Outlook form. My question is whether there is a way to map a multipage control?
For example, this would be the code to map a textbox named LoggedInUse
Set oDefaultPage = Item.GetInspector.ModifiedFormPages("IFC")
Set oLoggedInUse = oDefaultPage.Controls("LoggedInUse")

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top