In article <[EMAIL PROTECTED]>, "tut.by" <[EMAIL PROTECTED]> wrote:
> method Goto send a frmCloseEvent to the current form. if crash this > mean you have not a current form. in that case use GotoForm method. Well, I definitely have a form. It's nonmodal. The Goto method seems to send a frmCloseEvent. Deeper still, that actually adds the form to a list to delete later. That works. But after my event handler it tries to actually delete the form and crashes. I think that maybe something else is deleting the form before the event handler returns, but I haven't been able to figure out what. I assume it's in my code somewhere, or one of my returns is wrong, but I can't find how I'm supposed to deal with OnClose anywhere... -- Steven Fisher; [EMAIL PROTECTED] "Morituri Nolumus Mori." -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
