Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to disable the list item in list box or combobox
Message
From
26/03/1998 13:59:45
 
 
To
26/03/1998 13:54:00
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00087403
Message ID:
00087406
Views:
35
>Hi, is there anybody can tell me how to disable the list item in the list box?
>
>Thanks!

***Combo(List).Init event
This.Rowsourcetype=0
This.Additem("item1")
This.Additem("\item2") && this is disabled item
This.Additem("item3")
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform