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

lParameters cTableName
Use (cTableName)
With This.Mycombobox
.rowsourcetype=8
.Rowsource = cTableName
.sorted=.t.
Endwith



>***Form.Init event
>
>LPARAMETER cTablename
>Select (cTablename)
>With This.Mycombobox
> .rowsourcetype=0
> .sorted=.t.
> .clear
> For nLoop=1 to Fcount()
>  .additem(field(nLoop))
> Endfor
>Endwith
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform