"Joshua Richie" <[EMAIL PROTECTED]> wrote in message
news:56181@palm-dev-forum...
> I have a form with a table that allows editing of a number of fixed
> length text members in a database record.... However,
> after I edit my first data field, the entire database record has been
> resized, and the rest of the members are out of the bounds of the memory
> handle.
You're using a technique called "edit in place". This is designed for
variable-length strings, so it isn't appropriate for your situation. You
should use temporary strings (in the dynamic heap) for the fields (whether
they're in tables or not). You should copy the data out of the database
record to populate each field and copy the data back out when the user exits
the field.
--
Danny @ Palm
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/