Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Query in combo box
Message
De
06/03/2006 16:01:41
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Query in combo box
Divers
Thread ID:
01101842
Message ID:
01101842
Vues:
40
What is the correct way to programmatically set the source of a combobox if the source is to be a sql select statement?
I have
thisform.cboStreet.RowSourceType = 3
thisform.cboStreet.RowSource = 'select distinct st_name from linkfile order by st_name'
but this produces a browse when the SELECT fires. Should it be selected into a cursor instead and use the ALIAS as the rowsource?

Thanks


Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform