main logo
Subject: RE: When do classlibs need to be compiled?
Author: "J. Chad Bourque"
Posted: 2003/03/31 15:40:00
 
View Entire Thread
New Search


Paul,

Just a thought, but can you get all memory variables and objects you
deal with into a few references? As in have everything hang off of an
app object or maybe a few app objects. If so, you can do a
_Screen.AddProperty() (or AddObject() if you prefer)to hold references
to your stuff. Then, you can issue CLEAR ALL ad nauseam and it won't
affect anything on the _Screen object (including what you add to it).
Then, at the end of your program, just remove the properties/objects
(good programmer) or let VFP just not add them back on next restart (BAD
programmer <s>).

HTH,

J. Chad Bourque, MCP
Fort=E9 Incorporated
chad /AT/ teche DOT net=20

> -----Original Message-----
> From: profox-admin@leafe.com [mailto:profox-admin /AT/ leafe DOT com]=20
> On Behalf Of Paul McNett
>=20
> Paul McNett writes:
>=20

[snip a whole bunch of good stuff he's trying to do <s>]




 
©2003 J. Chad Bourque
<-- Prior Message New Search Next Message -->