Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ComboListBox
Message
From
30/07/1999 23:21:56
 
 
To
30/07/1999 12:17:55
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00247782
Message ID:
00248484
Views:
13
I tried your code and most of it worked for me. Here is my SQL:
SELECT USERS.Last_name,USERS.First_name,USERS.User_id;
FROM INVENTORY!USERS USERS;
ORDER BY USERS.Last_name,USERS.First_name;
INTO CURSOR MyCursor

It works right by bringing up the list of users (last name, first name, and id) in alphabetical order, and it is searchable. My problem is when I first pull up the record, the combo box displays the last name, not the user_id. Also after picking one of the records, it puts the last name in the field. I have the controlsource set to computers.user_id and the boundcolumn is set to 3.

This shouldn't be this difficult. Is there an easier way to populate a field with information from another database?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform