At 18:08 2002-10-7 -0700, you wrote: >I am already calling FrmCloseAllForms() in my AppStop >routine but it seems it behaves differently and does >not do cleanup when AppStop event is called. Whereas >when I jump one form to another it do clean up.
Make sure your frmCloseEvent handler does NOT return true. If it does, it will prevent Palm OS from doing its cleanup. -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead Palm OS programming help @ www.palmoswerks.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
