Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dropdown DisplayValue
Message
From
21/07/1997 12:04:13
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00040934
Message ID:
00040943
Views:
28
>I have a dropdown with 2 columns - idcode and description. The idcode is the first column and description is the second. How can I make it show the description instead of just the idcode after a selection is made from the dropdown? I have fooled around with the BoundColumn, BoundTo, and DisplayValue, but haven't been able to find the right combination.

Combo.RowSourceType=6 && fields
Combo.RowSource="table1.description,idcode" && provide display of 'description
Combo.BoundColumn=2 && provide Value=idcode
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform