Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fields in a listbox
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00870195
Message ID:
00870196
Views:
12
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform