Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo box wont show source data
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00273070
Message ID:
00273085
Vues:
15
Gerard,

Keep this in the init and add one line to it;
THIS.icSource=;
"SELECT par_code,par_valx1 ;
FROM par ;
INTO CURSOR lookupcur;
ORDER BY par_code ;
WHERE par_type = THIS.icLookupKey"
THIS.RowSource = THIS.icSource
<strong>THIS.value = lookupcur.par_code</strong>
THIS.Requery()
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform