Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Column data in a listbox
Message
De
02/06/1998 09:20:50
 
 
À
02/06/1998 06:57:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00103902
Message ID:
00103931
Vues:
19
>But, how can i know the data in the fourth column of any of the items in the listbox?
>
>Hi Carlos.
>
>How about something like this? The following loop will list the value of column 4 for each item in your list box:
>
>LOCAL lni
>
>FOR lni = 1 TO This.ListCount
> ? This.List[lni,4]
>ENDFOR
>Marcia

Whow!. That's exactly i was looking for. I've never tinked 'list' array property could be a more than one column array. Thanks a lot, Marcia.
Carlos.
Saludos,
A.G.P.
---------
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform