Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo Box Question
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00151254
Message ID:
00151259
Views:
20
>Hi All...
>
>I have a combo box question. Is it possible for a combo box to
>display more than just the first column when it is in a "Non-Dropped Down" state?
>
>I normally get around this in other less elegant ways, but was wondering if there is a way to do this.
>
>My Combo Box has lets say Customer Name, Address, Phone and it bound by the Name Field. When it is Not-Dropped Down, it shows only the Name column...
>
>THanx...
>
>Bob

If Combo.Style=0 and Combo.Controlsource="" then you can set
this.displayvalue=table1.field1+"|"+table1.field2+"|"+table1.field3
in Combo.InteractiveChange event
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform