> From: Milan [mailto:[EMAIL PROTECTED]]
> Does anyone know what "deleting dm handle" error means? I keep getting it
> when I'm simply opening a new form using FrmGotoForm
The OS reports this when deleting a form that contains a field whose text
buffer lives in the storage heap instead of in the dynamic heap. This means
your own code had previously set a storage (or record) handle into the
field, such as for in-place editing of a database record. The OS source
code is very likely to show exactly what is going on here.
The fix is to fetch the field's handle, do something appropriate like
release the record, and then set a null handle into the field. Do this in a
frmClose event handler or before.
-slj-
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/