Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to reference object on a form from another form?
Message
De
23/04/1998 18:10:19
Ray Watson
A Certified Electronics Co
Knoxville, Tennessie, États-Unis
 
 
À
23/04/1998 18:01:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00094514
Message ID:
00094521
Vues:
22
Hi Ian,
Try running the password form with the calling form name as a parameter.

eg. DO FORM password WITH THISFORM

Then you can reference the calling forms controls using the passed parameter

eg:

Init.Method of Password form
PARAMETERS oCallingForm
x = oCallingForm.control.value
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform