Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
An Easy question about comboboxes
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00159255
Message ID:
00159388
Views:
28
>I have a ComboBox with two columns (Client_Name, Client_ID). The BoundColumn is #1...I also need to know and use the value in column #2...
>
>How do I access the column 2 info?
>I know I could change the boundcolumn get This.Value and change the boundcloumn back...but that's dumb....
>
>What is the right way?
>
>TIA

Rick,

Try something like;
THISFORM.Combo1.List(THISFORM.Combo1.ListIndex,2)
Previous
Reply
Map
View

Click here to load this message in the networking platform