Did you call DmFindRecordByID()? It is *supposed* to return an error if the UID is invalid and not produce fatal error. It returns a valid error# in all cases except if the first byte is non-zero. Pass the UID by &-ing with 0x00FFFFFF and you will get a sensible error code back. I use a macro UID() with does this '&-ing' part.
"Mauricio Tavares" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > What does > > DataMgr.c, Line:5262 > Invalid uniquID passed. > > mean? That is an error that does not occur all the time, so it is getting > a bit fun to find out the cause... > > > -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
