Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form variable in combobox rowsource
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00936474
Message ID:
00936538
Vues:
27
In the rowsource of a combobox I have the following code:

Set up the RowSOurce of the Combo box using code in the form's Init like so:
lcRowSOurce = [SELECT descriptio, repertoire FROM pco ]
lcRowSOurce = lcRowSource + [WHERE pco.idper = ( thisform.cformid ) ]
lcRowSOurce = lcRowSource + [ORDER BY descriptio INTO CURSOR curFormul]
Thisform.MyCombo.RowSOurce = lcRowSOurce
Thisform.MyCombo.Requery()
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform