Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Requery combo boxes
Message
 
À
08/05/2001 13:07:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00504831
Message ID:
00505350
Vues:
15
>select products.product from products into cursor lproducts order by product
>
>the control source is: m.product
>
>In my method I have a select sql statement:
>
>I pass it a value depending on what hotkey a user presses
>
>parameter m.hotter
>
>select hotlist.hotlistid, clients.clientname, grades.grade, products.product;
>from hotlist, clients, products, grades;
>where hotlist.hotlistid = hotter;
> and hotlist.client = clients.clientcode;
> and hotlist.prodcode = products.prodcode;
> and hotlist.gradecode = grades.gradecode;
>into cursor cltest
>

thisform.cbo.displayvalue = cltest.product
Eric Kleeman - EDS Consulting Services
MCP Visual FoxPro
MCSD C#.NET
Hua Hin Thailand
Los Angeles California
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform