Article ID: 181131 - Last Review: March 11, 2005 - Revision: 3.2 PRB: ComboBox Text Property Does Not Update ProperlyThis article was previously published under Q181131 On This PageSYMPTOMS
The ComboBox Text property is not updated until after the ComboBox Click
event is complete. This behavior may be a problem if the value of the Text
property is required during the ComboBox Click event.
RESOLUTION
The ListIndex property is updated as soon as the item is selected and can
be used to determine the text of that item. To work around this problem,
use the ListIndex property as follows:
STATUS
This behavior is by design.
MORE INFORMATIONSteps to Reproduce Behavior
| Article Translations
|

Back to the top
