Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Still release form question
Message
 
 
To
08/06/2001 12:21:44
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00516859
Message ID:
00517033
Views:
17
Hi Fernando,

Since I wrote this FAQ, this method is already mentioned there. I tried to show all available methods and give a warning about possible dangling reference. Just read this FAQ and even more on this problem in WiKi.

>Hi Nadya,
>
>They are all good ways of releasing all forms if the FAQs. The one I adopted (works better with my apps) was picked from there and is:
>
> Local nForms, I
>
> nForms = _Screen.FormCount
>
> For I = nForms to 1 Step -1
>    _Screen.Forms (I).Release
> EndFor
>
>
>Fernando
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform