Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo Box
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00749860
Message ID:
00750374
Vues:
18
>Hi Wayne,
>
>Regarding to the disabling of the item in the combo box. If I have the combo box that I populated using the addItem function. How would I disable the item now? TIA

For example to disable 2nd item in combobox:
thisform.combo1.ListItem(2) = "\" + thisform.combo1.ListItem(2)
or
thisform.combo1.List(2) = "\" + thisform.combo1.List(2)
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform