WilderLupo
New member
- Local time
- Today, 11:11
- Joined
- Nov 16, 2012
- Messages
- 5
Hello,
I have build a database with which I can create quite a lot of reports.
When creating them I run out of memory with run time error "2004".
When investigating I detected that a lot of memory is used when creating the reports in PrintPreview mode. When closing the reports the memory is not automatically freed.
Is there a way to enforce garbage collection?
Local variables of called routines I set to Nothing.
Can anybody please give me a hint
I have build a database with which I can create quite a lot of reports.
When creating them I run out of memory with run time error "2004".
When investigating I detected that a lot of memory is used when creating the reports in PrintPreview mode. When closing the reports the memory is not automatically freed.
Is there a way to enforce garbage collection?
Local variables of called routines I set to Nothing.
Can anybody please give me a hint