Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Clearing Selected Items in A Listbox
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00592814
Message ID:
00592826
Vues:
15
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform