I use the dmdelete function to delete the records in my database but i think that the records are only assigned to deleting becouse whem i navigate from the records i receive an error and my plam reset.
My question is.
When i finish to delete a record in my database i need to rebuild it of any way ?
This is well documented behavior of DmDeleteRecord(). Check the API documentation. Try DmRemoveRecord().
You're probably getting the error b/c you're not checking the record MemHandles for null that are returned by DmGetRecord() or DmQueryRecord()
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
