Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How I can disabled an item in a combobox?
Message
From
01/05/1997 15:27:16
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00030498
Message ID:
00030500
Views:
55
>Hi,
> I have a combobox and I want to disabled the first and the third item in the list. Anybody can help me?
>
>Thanks.

Firstly, it can be done just for combobox with RowSource=0. This case you add item with "\":
***Combo.Init event
this.additem("\First")
this.additem("Second")
this.additem("\Third")
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform