Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing Variables from Object to Form?
Message
De
22/03/1998 17:13:59
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00085886
Message ID:
00086275
Vues:
18
there are a couple of ways. one way i use is to pass the current form to the called form as in.

frm=create("myform",this)

in the called form's init, i have something like this

lparameters owner
if type("OWNER")="O" and !isnull(owner)
this.owner=owner
endif

and any changes i make i can just modify a property in thisform.owner.

or you can do a

do form myform to x and send the return via the myform.unload.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform