hi all,


I have an application with 3 forms, formA, formB and formC.
The startup form is formA. When i am in formA, i called FrmGotoForm(formB) 
to open up formB. When i am in formB, in order to go to formC i called 
FrmPopUpForm(formC).

>From formC back to formB, i called FrmReturnToForm(0).I got an error 
message, "no form to return to".

I noticed that formB is not in the stack. How do i know formB is not in the 
stack? When i  called FrmGetFirstForm(), it returned me NULL value.


But FrmReturnToForm() works for 2 forms. If i only got formA and formB.
When i am in formA and called FrmPopupForm(formB) to open up formB.
I called FrmReturnToForm(formA) to return to formA. There is no error 
message.


What is the problem with my application? FrmReturnToForm() only working for 
2 forms?


rgds,
ailee



rgds,
ailee

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


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

Reply via email to