Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there any easy way to control ?
Message
De
23/04/2006 04:56:12
 
 
À
22/04/2006 23:39:17
Hee Lim Wang
Fantasy Software Enterprise
Malaisie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01115659
Message ID:
01115780
Vues:
8
>but my form will call the sub form and the sub form also will call
>the sub-sub form. so how to pass so many variables to sub-sub form and
>return those variables back to the top form ?

By subform, I guess you mean a page or a pageframe. Still thisform is the "master form". In the subform: this.parent.yourproperty or thisform.yourproperty. No reason to pass variables, you can always reach the properties of the main form using thisform. If that doesn't work for some reason, you can ALWAYS use properties of _SCREEN.
_screen.addproperty('yourproperty','yourvalue')
If you can do it with global variables, you can always do it with properties of _screen.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform