Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Showing records in a list box
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Showing records in a list box
Divers
Thread ID:
00794498
Message ID:
00794498
Vues:
44
I have a text box (thisform.text1) in which I enter a number. When I click a button it shows a table of results based on the syntax:

SELECT modacad.key1, modacad.key2, modacad.key3, modacad.key4 ;
FROM "C:\Data\modacad" ;
WHERE thisform.text1.Value=modacad.key3 ;
into CURSOR result

But this shows a table with the results. How can I get those four fields in the select statement to show in a list box please?
Neil Lewis
IT R&D Manager
Velmore Ltd
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform