Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form Manager classes
Message
 
To
01/10/1998 16:32:38
Tim Hockin
Illinois State U - Residential Computing
Normal, Illinois, United States
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00142934
Message ID:
00143055
Views:
29
>>>How have any of you implemented form manager classes? or how do you manage forms and form references across scopes?
>>
>>What specific questions do you have?
>
>Just curious as to what functionality might be included, and if there are ways to use it I am missing. I obviously see teh use for it, to cleanly shutdown forms, and to handle references. But I also see how those can be done with _SCREEN.Forms[].
>
>I like to see what other clever ideas people have had. UT has been a source of great ideas for me ;)

If you're going to use a top-level form, create an array of form object references in your app class. That's how I'm handling it. You can reference any form desired within the array. In the app's .DoForm() method, it loads a reference to the array, in the app's .ReleaseForm() method, it removes it.

Steve
Previous
Reply
Map
View

Click here to load this message in the networking platform