Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sort order(combobox)
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00135554
Message ID:
00136692
Views:
25
>>>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform