Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to release all active forms
Message
 
To
31/08/2000 10:40:57
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00411246
Message ID:
00411287
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

Yes, that's what I meant to write. Thanks Mike.
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform