Here is the scenario:

Most of the time, I have only one form displayed, let's call it MainForm. I
can select different menu items and each will display a modal form.
If I select OK, I want to get rid of the new modal form and redraw the
MainForm again  (some data will be updated).
If I select cancel, I want to get rid of the new modal form and go back to
the old MainForm. I don't need to redraw it again.

Now, I got confused, what should be used: FrmGotoForm or FrmDoDialog.
Do I have to earse and delete the form, before drawing the other one.
I get the error: Form already loaded at some points.
Which should be used?

Thanks
Manal


-- 
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