Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disable Items in a List Box
Message
From
29/11/2000 13:02:32
Bill Drew
Independent Consultant
Chicago, Illinois, United States
 
 
To
29/11/2000 12:08:49
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00446832
Message ID:
00446888
Views:
12
>>Hi,
>>
>>any know how to disable some items from a list Box
>>
>>Thanks and Regards
>
>Add a "\" to beginning of the List(), e.g.
With thisform.Listbox1
>  .List(1)="\" + List(1)
>EndWith
To re-enable the item
thisform.Listbox1.List(1) = thisform.Listbox1.List(1)
The re-enable seems wrong to me. Wouldn't it be
thisform.Listbox1.List(1) = List(1) ?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform