![]() |
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'm creating a form based on the Appointment form that needs to refresh a
drop-down list every time the recipients list is modified, eg if someone is added or removed from the recipients (using the standard Scheduling tab), this needs to modify my list box. What is the best way of doing this? This list box is on a custom page; it doesn't actually need to be refreshed until the tab for this custom page is shown, however I understand that there isn't a page_open event... |
Ads |
#2
|
|||
|
|||
![]()
You could use the PropertyChange event to watch for changes in the RequiredAttendees, OptionalAttendees and Resources properties, but be warned that you will probably get that event firing multiple times for each change in recipient.
-- 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 "jondxs" wrote in message ... I'm creating a form based on the Appointment form that needs to refresh a drop-down list every time the recipients list is modified, eg if someone is added or removed from the recipients (using the standard Scheduling tab), this needs to modify my list box. What is the best way of doing this? This list box is on a custom page; it doesn't actually need to be refreshed until the tab for this custom page is shown, however I understand that there isn't a page_open event... |
#3
|
|||
|
|||
![]()
Hi Sue,
Looking on Google Groups I found a similar suggestion to do with customproperties_change, and found this event in MSDN online, thanks for the confirmation Jon "Sue Mosher [MVP-Outlook]" wrote: You could use the PropertyChange event to watch for changes in the RequiredAttendees, OptionalAttendees and Resources properties, but be warned that you will probably get that event firing multiple times for each change in recipient. -- 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 "jondxs" wrote in message ... I'm creating a form based on the Appointment form that needs to refresh a drop-down list every time the recipients list is modified, eg if someone is added or removed from the recipients (using the standard Scheduling tab), this needs to modify my list box. What is the best way of doing this? This list box is on a custom page; it doesn't actually need to be refreshed until the tab for this custom page is shown, however I understand that there isn't a page_open event... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Custom form tab name change | Richard Edwards | Outlook - Using Forms | 1 | February 22nd 06 02:24 PM |
How to copy a custom action | bowen | Outlook and VBA | 2 | February 22nd 06 01:12 AM |
How to copy a custom action | bowen | Outlook - Using Forms | 0 | February 20th 06 05:10 AM |
Custom Meeting Request Form | ML | Outlook - Using Forms | 5 | February 15th 06 04:23 PM |
Another question about custom Meeting Request form | ML | Outlook - Using Forms | 0 | February 11th 06 04:17 PM |