Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fields in a listbox
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00870195
Message ID:
00870196
Vues:
14
>Hi,
>If a listbox has more than one field, how do I get the values of each field?
>I have a listbox with 5 fields?
>
>Is there something like ?
>thisfield = thisform.list1.field(1).Value
>Thanks
>Steve Elster


Use the listitem method

listitem(1,1) && field 1
listitem(1,2) && field 2
etc, etc.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform