At 10:35 PM +0200 04/25/00, Jason Simpkins wrote:
>When I call DmResetRecordStates() on a Palm OS 3.5 its seems to work fine,
>however same code no changes on a Palm V running the PalmVDebug Rom causes a
>"bus error", WTFO? This is whats so friggin frustrating with this platform.
David's response was good, but he left out something important:
You probably should NOT be calling DmResetRecordStates! This is an OS only
call. It's normally called by the OS when you call DmOpenDatabase, so
you're probably wasting your time by calling it...
Or if you're calling it to unlock any locked records, then you're probably
working around some other weird design problem where you can't unlock a
record that you previous locked... and there are much better ways to solve
that problem.
--Bob
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html