FrmReturnToForm doesn't immediately exit to the previous form.  All it does
is erase the current form, then set the active form to the previous one.
Your application continues to execute until you return to the Palm OS event
handler.

I wouldn't be surprised to find out that your code mistakenly executes some
post-FrmReturnToForm logic that redraws the field values.

You should be able to detect this in POSER.  Just put a breakpoint on the
FrmReturnToForm, run until you hit it, then step past it.  If you don't have
a blank area where your form used to be, then there's a Palm OS bug.  If
it's blank, but later has values on it when your previous form gets control,
then you did yourself in.

Regards,

Terry



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