I get this error, "Records left locked in closed unprotected database.
" in POSE with my app.

Here is the code snippet from my AppStop function:

 FrmCloseAllForms();
    /* Close the databases. */
 if (gSRCatDB != 0)
  error = DmCloseDatabase(gSRCatDB);
 if (gSRWorkDB != 0)                       // <------ This is the line that the error 
is generated on


I can't see why I would have this problem...  is there something I am
missing here?

Thanks in advance.

Ed



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to