> I need few urgent help. urgent = not a good word to use here.
> I have quite a big application. Now one problem which > i am facing with few forms is when i call > FrmGoToForm() > to switch to another forms previous forms controls > does not disappear. This too does not happen when i am > doing first time. Infact after performing certain > operations i save data. Then again when i navigate > these forms this problem occurrs. > Can there be any suggestions for this problem. > My device is SPT 1800 and OS is 4.0. Is there > something which is related to OS , or something which > is related to my code. has nothing to do with the unit you are using. you say you are saving data? this tells me you are most likely handling the frmCloseEvent event, and, not allowing the system to clean up the form. for example, you are returning true, when you should actually be returning false. that is just my educated guess tho :) --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
