Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Clearing Selected Items in A Listbox
Message
From
11/12/2001 14:02:17
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00592814
Message ID:
00592836
Views:
16
Hi Kirk

>I'm sure this is an easy thing, but I have a listbox that allows for multiple selection. After the user selects the desired items and clicks the add button, I want to unselect the items they selected in the listbox. Is there an easy way?
for i = 1 to Thisform.list1.listcount
    Thisform.list1.selected(i)=.f.
endfor
Claudio
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Previous
Reply
Map
View

Click here to load this message in the networking platform