Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting the values from multiple columns of a combobox
Message
From
19/05/1999 15:28:08
 
 
To
19/05/1999 15:22:17
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00220575
Message ID:
00220581
Views:
23
Thanks, that is exactly what I needed.




>To access the second column of the currently selected item in a combobox, you use this:
>
>MyCombo.List(MyCombo.ListIndex, 2)
>
>HTH
>
>>I have a combo box that I am building using the additem method. Each row has three columns which I need to be able to save to different fields in a table. How can I get the values of each column in the row? I can use the value property to get one and the display value for another, but how can I get the third. The values are built at runtime and I don't want to have to store them in an array or anything else since all the information I really need is now in the combobox.
Mark Johns
Previous
Reply
Map
View

Click here to load this message in the networking platform