ComboBox Change Event Does not fire when user changes selection 
Author Message
 ComboBox Change Event Does not fire when user changes selection

It appears as though the ComboBox change event does not fire when I change a
selection. i.e. Select a different item from the drop down list. This is an
unbound list of items with item data, pretty simple. I just want
notification when the user changes a selection, not types something new into
the text portion of the ComboBox. Is this possible? Right now I have a
command button "Apply" next to the box which is kind of cheesy
Dan


Sat, 04 Aug 2001 03:00:00 GMT  
 ComboBox Change Event Does not fire when user changes selection
Hi,

The work around for this bug is to call Combo_Change event in the
Combo_Click event.

Hope this help

Stphane



Quote:
>It appears as though the ComboBox change event does not fire when I change
a
>selection. i.e. Select a different item from the drop down list. This is an
>unbound list of items with item data, pretty simple. I just want
>notification when the user changes a selection, not types something new
into
>the text portion of the ComboBox. Is this possible? Right now I have a
>command button "Apply" next to the box which is kind of cheesy
>Dan



Sat, 04 Aug 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. VB6: ComboBox Change Event Not Firing

2. VB6 ActiveX Control -- Change Event Not Firing

3. combobox selection event fires twice?

4. VB5 : Key_Up Event does not fire when {TAB} is pressed in MSForms.Combobox

5. Combobox: Date changes to a serial number on selection

6. Detect selection change in combobox?

7. Event fired when DB Password changed?

8. FileSystemWatcher Changed Events Firing Twice

9. DB Combo doesn't fire Change event?

10. Terminate Event on ActiveX user control not firing

11. Label on MS Tabbed Dialog control prevents validate event firing when changing tabs

12. Multiline Windowless (Lightweight) text box: Change event won't fire

 

 
Powered by phpBB® Forum Software