Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing data
Message
From
22/03/2001 19:25:48
 
 
To
22/03/2001 18:17:50
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00487817
Message ID:
00487838
Views:
11
>how do I access the data in the second column of a combobox?

Look at the List() property. To get the second column value of the currently selected row, I you would do something like:

lcValue = this.List(this.ListIndex, 2)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform