--- palm wrote: > > I'm debugging my app with POSE. > Upon closing my app i get the message: "Records left locked in closed > unprotected DB". > I'm not opening any database. > What does this message mean? Can i ignore it? >
Normally, it means that you opened a database, locked a record, then closed the database without unlocking the record. This can also happen if you don't call FrmCloseAllForms() before ending your app. There are many messages about this error in the archives. Look up "closed unprotected" at eScribe or eGroups. Do not ignore the message. It means you have done something wrong. __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
