Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pass Value back from Instantiated CreateObject
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Pass Value back from Instantiated CreateObject
Divers
Thread ID:
01262171
Message ID:
01262171
Vues:
64
Hey Gang!

In my code, I have one form creating another form with the code below....

*****************************************************************
CASE tnModule = 2
	Thisform.p_module = CREATEOBJECT("frmDoctorDefault",RECNO("nh_facility"),1)
*****************************************************************

Thisform.p_module is the property of the First Form ("Facility") that is the object reference to the second form ("frmDoctorDefault").

I want to be able to pass back to the first form ("Facility") the doctor_id found in the second form.

The frmDoctorDefault form has a grid in it, that has as its datasource the Doctor table. The user can browse the table and select the doctor manually. So, at this point, the user is looking and has selected the doctor.

Other than a global variable (yuk!), or a global property, how can I pass this info back to the calling form?

Thanks!!!
Tommy Tillman A+ NetWork+ MCP
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform