Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo boxes
Message
 
À
13/12/1999 18:17:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00303051
Message ID:
00303059
Vues:
22
Tom,

You pass a parameter to the fomr that contains the combobox. The form receives the parameter in its Init event, you need a PARAMETERS or LPARAMETERS statement in the form's Init. If the parameter you pass is the name of the alias to populate the combo you can do something like this in the Init of the form;
* Form's Init
LPARAMETERS pcAliasForCombo
Thisform.Combo1.RowSource = pcAliasForCombo
Thisform.Combo1.Requery()
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform