From: "James Tu" <[EMAIL PROTECTED]>

> DataMgr.c, Line: 7025,
> DmWrite: DmWriteCheck failed
>
> What could be causing this problem?

Your code called DmWrite.  DmWrite called DmWriteCheck, which failed.  The
"Palm OS SDK Reference" says DmWrite can fail if the record handle is
invalid or you attempted to write beyond the bounds of the record.  If you
can't tell which from looking at your code, insert a call to DmWriteCheck
before you call DmWrite and test the return value.



-- 
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