Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I get rid of all forms from memory
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00443633
Message ID:
00443982
Views:
9
Thanks Charlie

it works but it falls over if the form designer window is open.


>This works for me.
>
>FOR i = _SCREEN.FORMCOUNT TO 1 STEP -1
> _SCREEN.FORMS[i].RELEASE()
>ENDFOR
Previous
Reply
Map
View

Click here to load this message in the networking platform