Don't all answer at once! :)

I did the following and it seems to work:

on my stop application event, I added call to

frmSaveAllForms();

on my screen handler, I added:

else if (event->eType == frmSaveEvent)
{
        TblReleaseFocus (tablep);
}

This seemed to do the trick.

> ----------
> From:         Yu, Ken [IT]
> Reply To:     Palm Developer Forum
> Sent:         Friday, November 17, 2000 10:21 AM
> To:   Palm Developer Forum
> Subject:      "Record left locked" error using edit in place
> 
> I am receiving this error: "Record left locked in closed unprotected DB".
> 
> I have a form with a table.  One of the columns is an editable text field
> and is linked to a database record.  If I tab into this field and then tap
> on the Applications icon to exit the app, I get this error.  However, I do
> not get this error if I remove focus from the field (by tapping on some
> other control) and then exit the app.
> 
> Does any one know what I'm missing?
> 
> I am using POSE with OS3.5 color debug ROMs.
> 
> Thanks,
> Ken
> 
> -- 
> For information on using the Palm Developer Forums, or to unsubscribe,
> please see http://www.palmos.com/dev/tech/support/forums/
> 

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

Reply via email to