> Hi All,
> In my application some times i am getting error as below.
> 
> "Emul 68K Common.c 
>  Line:1648,Index out of range"
> 
> It is not happening regurarly.But some times it is happening.
> I am useing Zire22 Palm.
> 
> Any suggestions are greately welcome.
> 
> Thanks,
> 
> Regards,
> Harsha
> 

This probably means you're getting an index out of range.

More to the point, this probably means that you're attempting to do a
DmQueryRecord() or DmGetRecord() call with a record number less than
zero or greater than the number of records in the database. 

This information should tell you what you need to know to solve this
problem in your application.

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

Reply via email to