Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memory release.
Message
 
To
27/11/2000 15:47:27
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00445826
Message ID:
00445902
Views:
9
>I use SYS(1016) to show how much memory my app is using. But everytime a form gets released with THISFORM.release(), the memory count does not go back down to the amount it had before the form run. Why is that?
>This is in reference to an Out of Memory error I am working on.
>Please help,

After the form was released put a suspend in the code to go to the command window.

Then with the ACTIVATE WINDOW VIEW command see if the data session of your form is correctly released.

If not you have pending object references and your FORM/Datasession is not correctly released.


Marcel
Previous
Reply
Map
View

Click here to load this message in the networking platform