Thanks for the tip. I think Durgesh's comment hit the mark, though - the program I'm maintaining opens new forms using FrmGotoForm, but afterwards it calls FrmInitForm.
I'm guessing that it mucks up the form structure, but my Clie (and the emulator) didn't seem to mind. On the Z22, after a few forms are opened, it looks like its choking if certain functions are called. Rearranging the order of function calls got rid of the crash, as a temporary fix, until I'm able to re-organize how the program manages its forms. Thanks again. Remi. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of P. Douglas Reeder Sent: April 23, 2007 3:37 PM To: Palm Developer Forum Subject: Re: form.c, Line: 6197, Bad form If you get an error on the Debug simulator when calling FrmSetTitle, make sure the string you're passing stays valid and never changes the whole time the form is in existence. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/ -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
