
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