![]() |
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
|
|||
|
|||
![]()
As part of an application solution it is necessary to modify the appointment
form in ways not supported by VBA, the intent is to modify the Outlook appointment form at run time via an Add-In. The required modifications go beyond what is supported by VBA as it is required to modify the first and subsequent pages (which may or may not be populated at the time of modification). The Add-In modifies the pages by updating the forms data structure directly. The update procedures would be: Locate the default appointment form, then the first page. Navigate the forms data structure looking for the appropriate control then modify the control in some way (visible, enabled, caption etc...) Locate any page on the required form, Add controls to the forms data structure The control updating (modify or add) is totally under the control of the Add-In Questions Will the implementation strategy outlined above work for changing the appointment form in Outlook If so, then is there example code which demonstrates this (or similar) Is there any inherit difference in Outlook which restricts the implementation Is there an alternate method to achieve the same result -- Colin J Watts |
Ads |
#2
|
|||
|
|||
![]()
That's a really horrible way to do things. Expect at minimum that every item
will be one-offed, that Outlook will regularly crash and that things will get worse from there, if you can get this to work at all. If I were you I'd rethink your plan. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Colin Watts" wrote in message ... As part of an application solution it is necessary to modify the appointment form in ways not supported by VBA, the intent is to modify the Outlook appointment form at run time via an Add-In. The required modifications go beyond what is supported by VBA as it is required to modify the first and subsequent pages (which may or may not be populated at the time of modification). The Add-In modifies the pages by updating the forms data structure directly. The update procedures would be: Locate the default appointment form, then the first page. Navigate the forms data structure looking for the appropriate control then modify the control in some way (visible, enabled, caption etc...) Locate any page on the required form, Add controls to the forms data structure The control updating (modify or add) is totally under the control of the Add-In Questions Will the implementation strategy outlined above work for changing the appointment form in Outlook If so, then is there example code which demonstrates this (or similar) Is there any inherit difference in Outlook which restricts the implementation Is there an alternate method to achieve the same result -- Colin J Watts |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
VBA shortcut to open custom form in design mode? | Burma Jones | Outlook - Using Forms | 2 | March 6th 06 08:17 PM |
showing fields on the front appointment form | Hugh | Outlook - Using Forms | 1 | February 14th 06 04:08 PM |
resend email with form or from calendar appointment? | Mr . . | Outlook - Using Forms | 8 | January 29th 06 05:11 AM |
Need code for appointment form | Colin Coady | Outlook - Using Forms | 0 | January 18th 06 02:21 PM |
Running query from Access Form commmand using VBA code | Berny | Outlook and VBA | 4 | January 16th 06 03:12 PM |