Al Smith wrote:
But how exacly its the form going to go back to the previus form, and so on..I understand how to use FrmGotoForm somewhat from what you told me , but I can't seem to understand how does the form the the id of the previus form in memory..
You don't go back. No matter which form you're going to, use FrmGotoForm(). If A, B, C are forms and you do this:

A -> B -> C

and then you want to go back to B, you just use FrmGotoForm(B) and it goes back. The form deletion is handled correctly if you just ignore the frmCloseEvent.

matt


--
For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/


Reply via email to