Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo boxes
Message
De
14/12/1999 15:58:18
 
 
À
14/12/1999 13:53:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00303051
Message ID:
00303640
Vues:
19
>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

Formsets huh? Are these forms in the same form set? You can substitue LPARAMETERS tcTableName with lcTable = oOldForm.Combo1.Value or similar. If you use a DO FORM to get the other form up, use the WITH clause: DO FORM Search WITH This.Combo1.Value. Is this what you were looking for?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform