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.
- OS 3.5 UIAppShell errors when exiting app Frank S. Fejes
- Re: OS 3.5 UIAppShell errors when exiting app Scott Maxwell
- Re: OS 3.5 UIAppShell errors when exiting app Paul Taylor
- Re: OS 3.5 UIAppShell errors when exiting app Frank S. Fejes
- Re: OS 3.5 UIAppShell errors when exiting app ron
- Re: OS 3.5 UIAppShell errors when exiting app Frank S. Fejes
- Re: OS 3.5 UIAppShell errors when exiting app David Fedor
- Re: OS 3.5 UIAppShell errors when exiting app Bob Ebert
- Re: OS 3.5 UIAppShell errors when exiting app David Fedor
- RE: OS 3.5 UIAppShell errors when exiting app Ronald Gouldner Jr
- Re: OS 3.5 UIAppShell errors when exiting app Frank S. Fejes
- RE: OS 3.5 UIAppShell errors when exiting app Roger Chaplin
