Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deselecting a list item in a list box
Message
From
02/10/1998 07:54:57
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00143155
Message ID:
00143163
Views:
24
>>How do you deselect a list item in a listbox?
>>
>
>
>If you want to deselect a particular item, you can set that item's Selected property to .F. as well. Example:
>
>
>FOR i = 1 TO MyListBox.ListCount
>   MyListBox.Selected(i) = .F.
>ENDFOR
>
That answer was comming without me asking for it, huh?
Danijel
Previous
Reply
Map
View

Click here to load this message in the networking platform