PRB: Disabled ComboBox Item DisappearsLast reviewed: August 3, 1995Article ID: Q134243 |
The information in this article applies to:
SYMPTOMSDisabling a ComboBox list item by using the This.List(This.ListItemId)='\' method causes the disabled item to disappear when the RowSourceType is either STRUCTURE or VALUE.
RESOLUTIONUse the following statement, and ensure that the DisabledItemForeColor and DisabledItemBackColor properties display the item properly:
This.List(This.ListItemId)="\"+This.List(This.ListItemId) STATUSMicrosoft is researching this behavior and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce BehaviorExample One:
|
Additional reference words: 3.00 VFoxWin OOP
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |