Which line is generating the error, if its the first, how about posting some
more code.  I can't tell much from just two lines.  If the error is the
second line, I didn't think it was possible to move a record that just has
been deleted. Plus if the CurrentRecord is the last record, that could
generate an error (especially if you just deleted it)

-----Original Message-----
From: Kourosh Bodaghi - XPAND Corp 703.742.0900 <[EMAIL PROTECTED]>
To: Palm Programmer's ListServe <[EMAIL PROTECTED]>
Date: Monday, September 20, 1999 7:31 PM
Subject: problem w/ DmDeleteRecord


>this is my code:
>
> DmDeleteRecord( CTABDB, CurrentRecord );
> DmMoveRecord( CTABDB, CurrentRecord, DmNumRecords(CTABDB) );
>
>I am getting this fatal error:
>
> MemoryMgrNew.c
> Line:4128, Invalid handle
>
>anybody know what I am doing wrong?
>
>
>


Reply via email to