Benoît HERVIER wrote:
So you are saying that Palm OS destroy my program memory than i don't
freeed/released when my application exit ?
On Mon, 23 Apr 2007 09:50:16 -0000, "Durgesh Trivedi" <[EMAIL PROTECTED]> wrote:
Your pointer is actually destroy when u exit the application which is
actually a memory address and its exist only when your application is
running And when u use the FtrGet its pointing to the location which not
having any value.Thats why u r screen is not display ..
--
For information on using the ACCESS Developer Forums, or to unsubscribe,
please see http://www.access-company.com/developers/forums/
--
Benoît HERVIER
http://khertan.net/
What you will probably want to do is:
1. Check for the stream when your application starts back up.
2. If the stream exists then create a window and copy the contents of
the stream database into the new offscreen window.
2. When closing write the contents of the offscreen window into a stream
database.
Regards,
Donald C. Kirker
--
For information on using the ACCESS Developer Forums, or to unsubscribe, please
see http://www.access-company.com/developers/forums/