Hi there, Have you tried FrmPopupForm() instead of FrmGotoForm()? FrmPopupForm() would not unload the form that was active before its invocation.
As for making controls on the previous form accessible while the new one is up, I don't know the answer off hand but have a (wrong?) feeling that it wouldn't be possible with either of these 2 calls. Good luck Alex --- "R�gis Daniel de Oliveira" <[EMAIL PROTECTED]> wrote: > Hy all! > > I'm developing an app that will fill a list with 3000 recs. I need > to put this list in a form, and this list will pass informations to > another form, using a global variable. But, each time that a call > this form that have this list, the list needs to be reloaded. > > Is there any way to load this list only on the first time that the > form is loaded and, after this, hide and show the form without > discharging the memory, avoiding, with this, the necessity to lose > time reload all the items again? > > Ps.: When the form is hide, i need to have access to all controls > of the back form. > > Thanks all! > R�gis Daniel > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
