here is the crash message

____________________________________________________
testdb just read from memory location 0x0000324A
which is in Memory Manager data structures

These data structures include things like the headers preceding each
block in a heap, as well as the heap header itself. Such an access
usually means that an application allocated a buffer that wasn't large enough 
for it's purpose
Then the application then tries to write to the buffer, it writes off the end 
of the
buffer, accessing the start of the buffer following it in memory

Boolean handled = false;
        form = FrmGetActiveForm();
        FrmSetFocus(form, FrmGetObjectIndex(form, fldNewDesc));
        fldP = FrmGetObjectPtr(form, FrmGetObjectIndex(form, fldNewDesc)); 
> crashes here on the third time this is called
->      SysKeyboardDialog(0);
        FldDrawField(fldP);
-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to