Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to reference object on a form from another form?
Message
From
23/04/1998 18:10:19
Ray Watson
A Certified Electronics Co
Knoxville, Tennessee, United States
 
 
To
23/04/1998 18:01:13
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00094514
Message ID:
00094521
Views:
21
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
Previous
Reply
Map
View

Click here to load this message in the networking platform