Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo boxes
Message
De
14/12/1999 13:53:07
 
 
À
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:
00303536
Vues:
19
Your sample code, sir.

LPARAMETER cTablename
Select (cTablename)
With This.Mycombobox
.rowsourcetype=0
.sorted=.t.
.clear
For nLoop=1 to Fcount()
.additem(field(nLoop))
Endfor
Endwith

How does this work to pass a variable(lparameter cTablename) from a combo1.value on a previous form in a formset? Currently I just get the value of the 'pick a table' combo box. Referring to this box from my current form (Search form). How would this be passed
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform