Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting the property from other form
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01659121
Message ID:
01659132
Views:
96
You could also call the form with your main form as parameter, especially if you need to do a bit more with your main form. Create a new property, ie. oCallingform in your childform and call it like this:
do form childform with thisform
In the init-event of your childform do this:
lParameters oForm
thisform.oCallingform = oForm
Then you can reference your mainforms.properties and methods.

Best regards

Thomas
Previous
Reply
Map
View

Click here to load this message in the networking platform