My best guess is that you're using FrmGotoForm instead of FrmPopupForm to go to your new form. FrmGotoForm closes the old form, whereas FrmPopupForm doesn't.
On Wed, 23 Feb 2005 14:26:08 -0000, ULStudent:Robert.Conlon <[EMAIL PROTECTED]> wrote: > I am new to palm development and having what maybe an easily fixed problem. > > When switching from one form to another another i keep getting an error > stating "object not in form" > This problem has only started to occur since i added code to access the > lists on one of the form's. > I am using FrmReturnToForm(MainForm); to return to my main form. > > Is this the correct function call? If someone could reply it would be > greatly appreciated as > i this is holding up my project. I could provide sample code if someone was > willing to look?? > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please > see http://www.palmos.com/dev/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
