BUG: Valid Method Does Not Fire in Combo BoxLast reviewed: April 25, 1997Article ID: Q149608 |
The information in this article applies to:
SYMPTOMSThe Valid method code of a combo box does not fire when the Style property is set to 2 - Dropdown List.
WORKAROUNDSet the Style property of the combo box to 0 - Dropdown Combo.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONSetting the Style property to 0 - Dropdown Combo is not always the best interface solution. Certain style features of the Dropdown List do not exist in the Dropdown Combo style. One major difference between these two styles is that the Dropdown List is read-only while the Dropdown Combo allows the user to type in the text area and possibly add new entries to the list. For the read-only feature, use the KeyPress event to trap for keys being pressed while the combo box object has the focus.
Steps to Reproduce Problem
|
KBCategory: kbprg kbbuglist
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |