Re: FrmReturnToForm(0) leaves values from previous form fields

2002-02-21 Thread Terry Dennis
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

FrmReturnToForm(0) leaves values from previous form fields

2002-02-17 Thread jamsden
When I use FrmReturnToForm(0) to dismiss a dialog and return to the previous form, the values from editable fields are not erased. Everything else on the form is, just not the values. Do I need to do something specific to erase the fields? To each field, or to the form that contains them?

Re: FrmReturnToForm(0) leaves values from previous form fields

2002-02-17 Thread Joe
--- [EMAIL PROTECTED] wrote: When I use FrmReturnToForm(0) to dismiss a dialog and return to the previous form, the values from editable fields are not erased. Are you expecting to clean up the editable fields when that form's event handler gets a frmCloseEvent? FrmReturnToForm() does not