Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parent form name
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00755730
Message ID:
00755732
Views:
9
>I am setting up a modeless form that can be called from a number of other forms in my application. What is the best way to find out what form called me? I want to know the parent form name so I can load a different set of default values from the registry depending on where I came from in the app.
>
>Comments always appreciated.

You can pass reference to the calling form as a parameter
DO myform WITH ThisForm
* or
DO myform WITH ThisForm.Name
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform