On Wed, Jan 26, 2000 at 02:34:38PM +0000, [EMAIL PROTECTED] wrote:
> You need to add a FrmCloseAllForms() before exiting your app
> and this error will go away.

     As I wrote in my initial email, here is my StopApplication ()
function:

static void StopApplication (void)
{
        close_db();
        FrmSaveAllForms();
        FrmCloseAllForms();
}

     That is how all our apps close and only our large app generates
this pose error.

--frank

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html.

Reply via email to