> From: Philip D. Wasson [mailto:[EMAIL PROTECTED]]
> the user can switch back and forth between several forms (using
> FrmGotoForm). Switching to a form for the first time is OK, but
> switching back to one you've already seen generates a "form is
> already loaded" error when the application event handler calls
> FrmInitForm.
Do you have a handler from the frmClose event, and does this handler return
true to prevent the OS from handling the event? The OS default handler for
frmClose deletes the form object by calling FrmDeleteForm, which is the
desired behavior in this case. Just return false from your frmClose event
handler to let the OS handle the event as well.
-slj-
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/