Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Outlook - Using Forms (http://www.outlookbanter.com/outlook-using-forms/)
-   -   program page 2 (http://www.outlookbanter.com/outlook-using-forms/31945-program-page-2-a.html)

armando November 3rd 06 10:05 PM

program page 2
 
I create a form with 2 pages and I wuold to have abilitate the second
page only on the receiver form and not in both!Can i do it?


Sue Mosher [MVP-Outlook] November 4th 06 12:14 AM

program page 2
 
Sorry, but your post has too many typos in it to be intelligible. Please take a little more time to explain what you're trying to do.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"armando" wrote in message oups.com...
I create a form with 2 pages and I wuold to have abilitate the second
page only on the receiver form and not in both!Can i do it?


armando November 4th 06 10:05 AM

program page 2
 
my form has two pages, in one there is the classical textbox (To,
object....); in the second i would put some custom function in
buttonns, but i wont to use this buttons only in the page of reading.
excuse me for my languages but i'm italian


Sue Mosher [MVP-Outlook] November 4th 06 03:09 PM

program page 2
 
Design the form so that page 2 is hidden, then put code in the Item_Open event handler to show page 2 when a saved item is opened:

Function Item_Open()
If Item.Size 0 Then
Item.GetInspector.ShowFormPage "Page 2"
End If
End Function
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"armando" wrote in message ups.com...
my form has two pages, in one there is the classical textbox (To,
object....); in the second i would put some custom function in
buttonns, but i wont to use this buttons only in the page of reading.
excuse me for my languages but i'm italian


armando November 4th 06 07:42 PM

program page 2
 
Thanks



All times are GMT +1. The time now is 08:02 AM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com