Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing data
Message
De
22/03/2001 19:25:48
 
 
À
22/03/2001 18:17:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00487817
Message ID:
00487838
Vues:
10
>how do I access the data in the second column of a combobox?

Look at the List() property. To get the second column value of the currently selected row, I you would do something like:

lcValue = this.List(this.ListIndex, 2)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform