Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Preselecing t Items in a ListBox
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Preselecing t Items in a ListBox
Divers
Thread ID:
00393757
Message ID:
00393757
Vues:
53
How can I preselect Items in a ListBox on a form to display as Selected when the Form Loads

The Following does NOT work

nCount = THISFORM.LstID.ListCount
FOR n = 1 TO nCount
THISFORM.LstID.Selected(n) = .T.
NEXT

Note : THISFORM.LstID.RowSourceType = 2 Alias
and THISFORM.LstID.MultiSelect = .T.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform