Sounds like you are doing "kind of modal" forms where you can still see the
"main" form in the background. FrmSetActiveForm (or at least
FrmGetActiveForm) doesn't work as expected with modal (popup) forms, see the
docs.

Perhaps you want to make your form look like new forms are opening, when in
reality, you are just changing the content of your "main" form.

Matt

----- Original Message -----
From: "George Bassili" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Wednesday, July 17, 2002 4:09 PM
Subject: Re: Re: Restoring bits incorrectly


> Hi Joe,
> thanks for your reply.
>
> I didn't use FrmGotoForm because that closes the currently active form,
> which i didn;t want to do.
> This is because i am building a folder tabbed screen.  So when you click
the
> folder tab it switches to another form.
> I obviosuly don't want the previous form closed because if they've entered
> something
> there i don;t want to free all the Text and settings they may have
entered.
>
> FrmPopupForm has the problem that it attempts to re-load a form that i
> potentially have already loaded.
>
> Do most folder tabbed screens just use FrmGotoForms and remember
everything
> until the user presses OK?
> I thought it would be easier and faster for the user to keep all the forms
> they have accessed in memory and then commit them to the database when
they
> press OK.




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

Reply via email to