Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How I can disabled an item in a combobox?
Message
De
01/05/1997 15:27:16
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00030498
Message ID:
00030500
Vues:
53
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform