Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to release all active forms
Message
From
31/08/2000 10:40:57
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00411246
Message ID:
00411276
Views:
9
>FOR n = _screen.formcount to 1
> _screen.forms[n].Release()
>ENDFOR

This will only fire if FormCount = 1 or 0, and causing an error if its zero. Try

for n = _screen.formcount to 1 step -1
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform