DmDeleteRecord does not remove the record from the database, DmRemoveRecord does. If you don't need the desktop to backup the 'deleted' records, used DmRemoveRecord. If you need to sync the DB with the desktop and know which records have been deleted, stick with DmDeleteRecord and use the conduit to remove the marked records.
----- Original Message ----- From: "Todd Cary" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Monday, October 22, 2001 8:31 PM Subject: Deleting vs removing records > When I delete a record (DmDeleteRecord), I get an error when the Form is > > redrawn (TblRedrawTable(Table)). Can someone give me a suggestion as to > > what I may be doing incorrectly? > > Todd > > > > -- > Todd Cary > Ariste Software > [EMAIL PROTECTED] > > > > -- > 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/
