Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ListBox Click
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00602388
Message ID:
00602438
Vues:
31
Eric,

Calling the Click event code does not cause a Click to occur, it only runs the code. To select an item in a list in code you need to look at the selected property of the Listbox. For example;
Thisform.List1.Selected(2) = .T.
will cause the second item in the listbox to be selected.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform