From: "Stephan" <[EMAIL PROTECTED]>
> Hi all!
> I am implementing a database with a list and edit tables similar to the
address example. My problem is after entering text in the second field in my
dataColumn I receive an error (also attached) that my program is reading
from a location in the memory manager’s data structures. Any help will be
appreciated!!
>
And an excellent error message it is.  The last sentence about writing
past the end of the buffer says it all.  Check the logic that limits
the amount of data written and the size of the buffers allocated.

Chris Tutty


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

Reply via email to