Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Forms
Message
 
To
30/10/2000 14:30:33
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Forms
Miscellaneous
Thread ID:
00436020
Message ID:
00436164
Views:
19
Jim,
If the second form is called from the first, you can pass a reference when you call the second form
do MyForm2 with Thisform
In the INIT() of the second form make sure you have a parameter and a form property to store it in
**INIT()
lparameter oCallingForm
thisform.oCallForm = oCallingForm
Now whenever you wish to access the first form's properties you just refer to the form property:
thisform.oCallForm.MyOwnProperty = "ABCDE"
HTH
Barbara

>Is there a way to access properties on a form from another form?
>
>Thanks
>
>Jim
Barbara Paltiel, Paltiel Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform