i have something like that in my program.  i have a base form,  i set it to
save behind,... i popup a form,  then if desired by the user another popup
form.  i tried to go from form 2 straight to another form completely but
failed.  so what i did was just call frmreturntoform to the first,  folled
right after with a frmreturn for the first popup.  then the goto if need be.

but if this isn't a good way anyone,  please tell me another =)

-----Original Message-----
From: Qun Wang <[EMAIL PROTECTED]>
To: Palm Developers Forum List <[EMAIL PROTECTED]>
Date: Friday, November 19, 1999 2:22 PM
Subject: Question on FrmPopUpForm


>Hi,
>I just want to ask a question, is that true when you call FrmPopupform()
>in a form: form1,  you must set saveBehind attr as true for the form
>that will be Popped up : form2 , my problem is that  I have to go to
>another form : form3 after that, then form4, then  go back to form2,
>then return to form1. if I set saveBehind attr as true in form2, when
>calling to  go to form3, form4, that form1 is still behind scene with
>form3 or form4  , If I set  saveBehind attr as false in form2, after
>form1 call FrmPopupform() to popup form2, form1 is still visible behind
>the form2.  any suggestion for my problem?
>
>Thanks
>
>

Reply via email to