Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Forms
Message
 
À
30/10/2000 14:30:33
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Forms
Divers
Thread ID:
00436020
Message ID:
00436164
Vues:
20
Jim,
If the second form is called from the first, you can pass a reference when you call the second form
do MyForm2 with Thisform
In the INIT() of the second form make sure you have a parameter and a form property to store it in
**INIT()
lparameter oCallingForm
thisform.oCallForm = oCallingForm
Now whenever you wish to access the first form's properties you just refer to the form property:
thisform.oCallForm.MyOwnProperty = "ABCDE"
HTH
Barbara

>Is there a way to access properties on a form from another form?
>
>Thanks
>
>Jim
Barbara Paltiel, Paltiel Inc.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform