![]() |
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
|
|||
|
|||
![]()
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? |
#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? |
#3
|
|||
|
|||
![]()
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 |
#4
|
|||
|
|||
![]()
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 |
#5
|
|||
|
|||
![]()
Thanks
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
main contact page to be the first page I see when I open outlook | JLebron | Outlook - General Queries | 1 | September 25th 06 07:40 PM |
program not responding | Linda C. Grijalva | Outlook Express | 1 | June 25th 06 03:53 PM |
OE Recovery Program | Jim | Outlook Express | 5 | June 6th 06 10:38 AM |
program not responding | thebrickdoctor | Outlook - Installation | 0 | April 24th 06 05:50 PM |
why can't you add a page to a form just like you can add a page to the property page | donald | Outlook - Using Forms | 2 | January 25th 06 11:50 AM |