Bernie, is there some way to do the same thing using zip return?
Mike

At 08:46 PM 3/5/2007, you wrote:

Aiko,
Clear your variables after you no longer need them.
If you have a bunch of macros, clear var at the end of each one.
clear all var
clear all var except ........
clear var a,b,c    where a is your var name, same for b and c
If you have declare cursor loops, drop the cursor at the end of your usage.
This kind of housekeeping will reduce memory usage.

Bernie Lis
----- Original Message ----- From: "Aiko Ichimura" <[EMAIL PROTECTED]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Monday, March 05, 2007 8:18 PM
Subject: [RBASE-L] - Re: V 6.5


Dear all,

Lately my clients are having problem of running out of memory while they are going in an d out of the programs , forms , and reports.

Is there any thing I could do to manage their usage of memory, i. e. clearing out unused 'loaded memory' ? If any particular practice you can recommend within v6.5, I would be grateful and my clients would be happy campers.

Thank you.

Aiko Ichimura
[EMAIL PROTECTED]


Reply via email to