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

Click here to load this message in the networking platform