Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Clear listbox
Message
 
To
29/06/2009 00:49:22
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
01408995
Message ID:
01409002
Views:
48
Hi Jerry,

>now how can I clear the Listbox?

Clear(), as Naomi said. Since I just worked on the RowSource property yesterday: In VFP you can fill a listbox by changing the RowSource, but you can't clear it by clearing the RowSource:
This.RowSource = "a,b,c" && combobox show a,b,c
This.RowSource = "x,y" && combobox shows x and y
This.RowSource = "" && combobox still shows x and y
not that this was your question, but anyway... ;-)
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform