Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Records from two tables
Message
 
 
À
03/07/2001 12:26:42
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00526363
Message ID:
00526372
Vues:
17
Hi!


You can use the SQL SELECT statement as a row source of the combobox, for example:
Select a.*, b.* from a inner join b on a.KeyField=b.KeyField into cursor ComboCursor

Or just prepare such cursor and than display it.
Or populate combobox manually using its AddItem or AddListItem methods in a scan loop.

HTH.

>I have two tables with a common field. I want a combo box to display the combined contents of these two table fields. Please help.
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform