![]() |
| 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: assigned, code, control, doesnt, field, quot_clickquot |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
I've got a form with code and all work fine, but when I send the form, the values are received empties (I need to assign a field) but then the code doesn't work. For example: Sub ComboBox_Click() Msgbox "Hello" End Sub If I assign a field in the properties of the control, suddenly the code doesn't work. Why? Which is the solution? |
| Ads |
|
#2
|
|||
|
|||
|
Use the CustomPropertyChange event instead of control_Click. See http://www.outlookcode.com/d/propsyntax.htm
-- 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 "Arturo" wrote in message ... Hi, I've got a form with code and all work fine, but when I send the form, the values are received empties (I need to assign a field) but then the code doesn't work. For example: Sub ComboBox_Click() Msgbox "Hello" End Sub If I assign a field in the properties of the control, suddenly the code doesn't work. Why? Which is the solution? |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Insert "subject" into the "first name" field of contact | Luc | Outlook - Using Forms | 1 | July 19th 06 11:31 PM |
| How to set holidays as "Out of office" in "Show time as" field? | TFS | Outlook - Calandaring | 0 | May 22nd 06 04:40 PM |
| DO NOT include field "Title" in the name column in "To" search | Rob G. | Outlook - Using Contacts | 7 | May 3rd 06 09:47 PM |
| Removing unwanted "Auto Complete" addresses from the "To:" field? | Pilgrim | Outlook - General Queries | 1 | May 1st 06 08:15 PM |
| "Percent" field changed to "Number" field | Vaughan | Outlook - Using Forms | 1 | March 14th 06 02:32 PM |