It may mean you're attempting to access an array element that doesn't exist.
A likely suspect would be if you have a table or lilst  your displaying data
to, data arrays start from index 0 while a list or scroll bar will have an
index starting from 1.
Put some break points in your code and find the exact line that is causing
the error.

----- Original Message -----
From: "Madina" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Tuesday, August 28, 2001 5:58 AM
Subject: Index out of range


> Hi,
> Can anyone tell me what could be a possible cause of this message?
> "DataMgr.c, Line 8589, Index out of range"
> It comes up when the main form is to be displayed by tapping an exit
button
> from another form.  I am using CW Lite in Win Me and POSE 3.1.
> Thanks
> Madina
>
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/tech/support/forums/
>



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