PRB: Disabled ComboBox Item Disappears (134243)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
This article was previously published under Q134243 SYMPTOMS
Disabling 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.
RESOLUTION
Use the following statement, and ensure that the DisabledItemForeColor and
DisabledItemBackColor properties display the item properly:
This.List(This.ListItemId)="\"+This.List(This.ListItemId)
STATUS
Microsoft is researching this behavior and will post new information here
in the Microsoft Knowledge Base as it becomes available.
Modification Type: | Major | Last Reviewed: | 2/15/2000 |
---|
Keywords: | KB134243 kbAudDeveloper |
---|
|