Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Column data in a listbox
Message
From
02/06/1998 09:20:50
 
 
To
02/06/1998 06:57:03
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00103902
Message ID:
00103931
Views:
21
>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.
---------
Previous
Reply
Map
View

Click here to load this message in the networking platform