when you tap the applications icon at the bottom it comes up with a > Fatal Error that says: > DataMgr.c, Line:7821, Index out of range > And then it crashes before I can select the Reset button in the error > dialog. > Now I'm closing all my databases properly (I believe), so why would this > occur? hi sean,
There are lots of reasons for getting this type of error. some of them are, Check array index out of bounds, and check wheather they are within bounds. check for illegal pointers. check for null pointer. check wheahter u are unlocking after locking. check wheather u are freeing after allocation. check wheather u are releasing the resource after getresource. check wheather all the forms are closed on quit. and the most possible reason is memory leaks or illegal removing of records from the database regards ram prasad.j -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
