View Single Post
  #2  
Old October 18th 06, 01:24 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default If the control has a field assigned, the code "_click()" doesn't w

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?


Ads