![]() |
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
|
|||
|
|||
![]()
Hi,
I try to react on a change in a Textbox on a User Formregion in Outlook 2007. Strangely it does not fire. If I use the KeyDown event of the Textbox it works fine, but before and after update does noch work. Here is how I setup the event: txtAddress.AfterUpdate += new Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_ AfterUpdateEventHandler(adressChange); void adressChange() { contactModified = true; } I tried to use the Change event, but that does already fire when I initialized the Control before hooking up this event. Best Tom |
#2
|
|||
|
|||
![]()
Just found the reason: This event ONLY fires if a field is connected to the control. If you have just the control it does nothing.
Best Tom "escamoteur" schrieb im Newsbeitrag ... Hi, I try to react on a change in a Textbox on a User Formregion in Outlook 2007. Strangely it does not fire. If I use the KeyDown event of the Textbox it works fine, but before and after update does noch work. Here is how I setup the event: txtAddress.AfterUpdate += new Microsoft.Office.Interop.Outlook.OlkTextBoxEvents_ AfterUpdateEventHandler(adressChange); void adressChange() { contactModified = true; } I tried to use the Change event, but that does already fire when I initialized the Control before hooking up this event. Best Tom |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
OlkTextBox.AfterUpdate does not fire | escamoteur | Outlook and VBA | 1 | August 24th 09 07:54 PM |
Need Help for fire department | Matt Melton | Outlook and VBA | 3 | November 8th 08 07:47 PM |
Application_ItemSend Doesn't Fire | dch3 | Outlook and VBA | 2 | May 19th 07 08:48 PM |
FIRE WALL??? | ECHO FREEMAN | Outlook Express | 3 | April 13th 07 02:42 AM |
Rules Don't Automatically Fire | dln | Outlook - General Queries | 0 | January 2nd 07 09:01 PM |