Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox display question
Message
 
To
01/06/2001 10:44:18
John Deupree
Long Term Care Authority
Tulsa, Oklahoma, United States
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00513150
Message ID:
00513814
Views:
14
Well it's no big deal

Then I would need to return and re-split the data if I do it that way, I’ll just show the one and return 2 values separately

don't worry about it, it was just somehting I was wondering about

and I am talking about FoxPro2.6x (Dos) I don't think there is a "RowSourceType", in fact I am prettu sure that there is no RowSourceType

>You can always display more than one field by populating the combobox with an SQL statement (RowSourceType = 3 - SQL; RowSource = "Select Lname, Fname, cust_id from customer..." or "Select alltrim(Lname) + ', ' + Fname, cust_id...")
>This works well for listboxes where you are choosing from an existing list. The problem with a combobox is that it allows you to enter data. If you have multiple fields, which field is getting written to?
>
>John
>
>>Hello Everybody
>>
>>I have a short question
>>
>>in foxpro2.6x (dos) can I display more then one field in a dropdown combobox
>>
>>like vendor and vendor_id in the dropdown part, I don't care if the inactive dropdown box only shows one field, as long as the activate (opened) dropdown box shows more then one field
>>
>>list in visual foxpro all you have to say is columncount = 2, ya know??????
>>
>>Thanks
Stephen McLaughlin
"Sexy Steve Valenteno", "Blastmaster"
stephenmclaughlin@gmail.com
Previous
Reply
Map
View

Click here to load this message in the networking platform