Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sort order(combobox)
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00135554
Message ID:
00136692
Vues:
26
>>>>Sure thing.
>>>another quest regarding comboboxes. How can you remove the values of a combo after the user has selected one. I had populated it by way of:
>>>thisform.mycombobox2.Additem("PHOTO")
>>>thisform.mycombobox2.Additem("GRAPHIC")
>>>etc.
>>>Thanks.
>>
>>Sorry for the interuppt. You would like to look at RemoveItem will work same as AddItem.
>>
>>Bye
>>Jayesh
>
>Can you do it globally or wildcard *.* ?

If you want to remove all item you don't have to iterate using REMOVEITEM().
Just Change the RowSourceType, This will distroy combo difinition.

Thisform.mycombobox2.RowSourceType = 1 (or any other valid upto 6)

Bye
Jayesh
- Jayesh
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform