Having gone through the same problems mit FrmPopupForm/FrmGotoForm and "freePtr" errors, I confirm Benoits analysis:
Do either of the two: 1. FrmGotoForm + FormGotoForm if you have "complex" forms with controls, event loops etc. 2. FrmPopupForm + FrmReturnToForm(0) if you have "simple" forms with an "OK" button only and no need for an event loop Better not mix the two. This works savely at least in my app. Harry -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
