windows error

Kenneth Brody kenbrody at bestweb.net
Thu Jan 20 11:50:25 PST 2005


charles day wrote:
> 
> Nancy Palmquist wrote:
[...]
> > If you have variables that are undefined, using aa instead of aa(8,.0)
> > for example.  Each record that needs to assign a value to aa will use
> > a new memory location.  So eventually you will exceed the memory
> > available.  This is noticed on a report where it crashes at about the
> > same number of records but not a specific record.  Or a long data
> > entry session that is never closed and does this kind of thing.
> >
> Nancy,  Thanks.
> 
> If in this case, undefined variables are eating memory, then you have
> hit the jackpot with your suggestion. I have 18 in the input table and
[...]

Assigning a new value to an uncast dummy field will not eat up all available
memory.  If new memory needs to be allocated to hold the field, the old
memory is freed and can be reused.

-- 
+-------------------------+--------------------+-----------------------------+
| Kenneth J. Brody        | www.hvcomputer.com |                             |
| kenbrody/at\spamcop.net | www.fptech.com     | #include <std_disclaimer.h> |
+-------------------------+--------------------+-----------------------------+
Don't e-mail me at: <mailto:ThisIsASpamTrap at gmail.com>



More information about the Filepro-list mailing list