I see. I may have to look at all program they are running and release the variables.. The system had been designed in-house by not a programmer but someone who thought Rabse was good for his environment. Mostly he did well but here and there some strange symptoms are popping up. Unfortunately this made very bad impression about Rbase as a bad environment and they have been thinking of replacing with something. In the meantime, then need my assistance to get by day-today business transactions. There is no hope for them to upgrade it to higher version of Rbase at this moment.
Anyway, I have to keep going within v6.5 to make my clients' lives easier.

Thank you.

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


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