![]() |
| 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. |
|
|||||||
| Tags: advancedsearchcomplete, catch, event |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi
Does anyone know how to catch the AdvancedSearchComplete event in the VBScript (code-behind a custom form) for Outlook 2003? Thank you in advance. |
| Ads |
|
#2
|
|||
|
|||
|
That event can't be handled in form code. You'd need VBA code or a COM
addin. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Pavel Rosoi" wrote in message ... Hi Does anyone know how to catch the AdvancedSearchComplete event in the VBScript (code-behind a custom form) for Outlook 2003? Thank you in advance. |
|
#3
|
|||
|
|||
|
Thank you for your quick answer.
I don’t know VBA and it is not clear for me how the VBA code will be deployed. I like to know if there are any means to handle this event and avoid the code deployment to Outlook clients other than published custom forms. "Ken Slovak - [MVP - Outlook]" wrote: That event can't be handled in form code. You'd need VBA code or a COM addin. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Pavel Rosoi" wrote in message ... Hi Does anyone know how to catch the AdvancedSearchComplete event in the VBScript (code-behind a custom form) for Outlook 2003? Thank you in advance. |
|
#4
|
|||
|
|||
|
If you explain what you're trying to accomplish by using AdvancedSearch in the context of a custom form, maybe someone can suggest a solution. But with just the information you've provided, Ken's right -- an add-in deployed to each client would be the correct solution. (VBA would be appropriate only if it's for your personal use.)
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Pavel Rosoi" wrote in message ... Thank you for your quick answer. I don’t know VBA and it is not clear for me how the VBA code will be deployed. I like to know if there are any means to handle this event and avoid the code deployment to Outlook clients other than published custom forms. "Ken Slovak - [MVP - Outlook]" wrote: That event can't be handled in form code. You'd need VBA code or a COM addin. "Pavel Rosoi" wrote in message ... Does anyone know how to catch the AdvancedSearchComplete event in the VBScript (code-behind a custom form) for Outlook 2003? Thank you in advance. |
|
#5
|
|||
|
|||
|
Forms won't do it at all, so that's out. And for anything that's to be used
on more than just your own computer you obviously need to deploy your code somehow. For deployment the usual recommendation is not to use VBA code, but to use a COM addin. So in your case the recommendation, without knowing anything else about your project, would be to write a COM addin. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Pavel Rosoi" wrote in message ... Thank you for your quick answer. I don’t know VBA and it is not clear for me how the VBA code will be deployed. I like to know if there are any means to handle this event and avoid the code deployment to Outlook clients other than published custom forms. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Catch the “Find Now” corresponding event | Pavel Rosoi | Add-ins for Outlook | 0 | June 2nd 08 04:30 PM |
| Can I catch the event when the End Time comes on Appointment? | soworl | Outlook - Calandaring | 5 | January 18th 08 06:46 PM |
| how to catch delete event(appointments) in outlook2003 us c# | abdullah baig | Outlook - Using Forms | 0 | January 15th 08 08:37 AM |
| AdvancedSearchComplete event handler | nana | Outlook and VBA | 3 | June 30th 07 06:10 AM |
| catch the mail item on_focus event | john | Outlook and VBA | 1 | September 28th 06 12:33 PM |