BUG: DBCombo Issues Click Event While Scrolling (142835)
The information in this article applies to:
- Microsoft Visual Basic Professional Edition, 16-bit, for Windows 4.0
- Microsoft Visual Basic Professional Edition, 32-bit, for Windows 4.0
- Microsoft Visual Basic Enterprise Edition, 16-bit, for Windows 4.0
- Microsoft Visual Basic Enterprise Edition, 32-bit, for Windows 4.0
This article was previously published under Q142835 SUMMARY
While using the mouse to scroll through items in the list of a DBCombo
control the DBCombo's Click event is fired for every row scrolled.
WORKAROUND
Do not rely upon the Click event of the DBCombo control to indicate when an
item has been selected. One possible workaround to detect when a user has
made a change would be to store the contents of the Text property of the
DBCombo in the DBCombo's GotFocus event, and then check to see whether this
had changed in the LostFocus event of the same control.
STATUS
Microsoft has confirmed this to be a issue in the Microsoft products listed
at the beginning of this article. Microsoft is researching this problem and
will post new information here in the Microsoft Knowledge Base as it
becomes available.
Modification Type: | Major | Last Reviewed: | 12/9/2003 |
---|
Keywords: | kbbug KB142835 |
---|
|