Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do you return more than one thing from combobox?
Message
 
To
22/03/2001 17:32:43
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00487803
Message ID:
00487888
Views:
9
Sandi,
How you do it depends on how the combo is populated. If it's a table or a cursor, than the record pointer will be at the selected record and you can easily see all the fields for that record. If it's an array, then you can use the Combo.ListItem value to find the selected row of the array and then use MyArray[nRowFound, nField] to get each field.

HTH
Barbara

>I have a combobox which shows three fields. I need to return two of them. How can I do this?
>
>TIA
>Sandi Cassidy
Barbara Paltiel, Paltiel Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform