"Mark A. Peters" <[EMAIL PROTECTED]> wrote in message
news:8800@palm-dev-forum...
>     uniqueID = gAppPrefs.currentRecordID - 1;    // force not equal

Are you sure this isn't wrapping around? In other words, could
gAppPrefs.currentRecordID be zero? You could use ^1 instead of -1...

Unique IDs are only 24 bits; the remaining 8 bits are used for the
attributes (category, private flag, etc).
--
Danny Epstein
OS Engineer, Palm Inc.


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to