>FrmCloseEvent will get rid of all the memory >automatically allocated by the OS relating for >forms and other things. You are only responsible >for getting rid of things that you explicitly allocate.
And not even always exactly that. If you allocate memory for a field entry and pass it to the field with FldSetTextHandle, then that memory will be automatically deallocated when the form is closed. In fact, this can sometimes screw you up if you really want to retain that memory, but forget to call FldSetTextHandle with a NULL pointer before closing the form (DAMHIK). Doug Gordon GHCS Software -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
