"Madina" <[EMAIL PROTECTED]> wrote in message
news:61041@palm-dev-forum...
 >
 > Hi,
 > I have exhausted my little knowledge on this error.  And i thought may be
 > you need more explanation on the application to help me.
 > The error "DataMgr.c, Line 8589, Index out of range" comes up when the main
 > form is to be displayed from tapping an exit button from the Display form.
 > The application has three forms: Main, Edit and Display.  Main has a table
 > listing text. When the tblSelectEvent is fired, the Display form is supposed
 > to be displayed with the data from the selected row in the table which can
 > not be changed.  And then the exit button in this form should bring the Main
 > form back with its table.  The Display form also does not display the data
 > as i was expecting it to, from the selected row in the table.

This is an error sent by the OS. It means that you've tried to get a
database record that it beyond the end of your database table.  The
likely cause is that you've corrupted the index values you stored in
your table.


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