Hi,

The following code is giving me this error "DataMgr.c, Line:9573, Index out
of range". Any idea why?

if ((recH = DmResizeRecord (dbRef, recIdx, currentSize + wordSize)) == NULL)
{
    ErrAlert (DmGetLastErr());
    return false;
}

Here currentSize = 91 and wordSize = 52.

Thanks a lot.

Jenni.

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to