Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Clearing Selected Items in A Listbox
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00592814
Message ID:
00592826
Views:
16
This message has been marked as a message which has helped to the initial question of the thread.
>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?
>
>Thanks
>Kirk
*   If a method in the listbox:

FOR X = 1 TO THIS.ListCount
   IF THIS.Selected [X]
      THIS.Selected [X] = .F.
   ENDIF
ENDFOR
Jay
Previous
Reply
Map
View

Click here to load this message in the networking platform