Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cal stack
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00204715
Message ID:
00204720
Views:
18
Kevin,

Pass the calling Window's reference to the new Form. In the INIT() pick it up and store it into a property of the new form.

You can pass the form's reference with DO FORM xxx WITH THISFORM or if you are creating the form with a class do:

o = CREATEOBJECT('classname',THISFORM)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform