Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Close all active form at one time
Message
 
To
11/12/2000 03:53:17
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00451494
Message ID:
00451509
Views:
32
>Justy,
>
>Try this one.
>
>
> FOR n = _Screen.FormCount TO 1
> _Screen.Forms[n].Release()
> ENDFOR
>
>Noel


Don't forget Step -1
so:
FOR n = _Screen.FormCount TO 1 Step -1
    _Screen.Forms[n].Release()
ENDFOR
Previous
Reply
Map
View

Click here to load this message in the networking platform