I wanted to update my form without losing my info in the fields that was
entered by the user.  So, instead of recalling the from with FrmGoToForm, I
wanted to use FrmUpdateForm.

Well, reading in the manual and also in the news archives, it had said you
can modify the redrawing of the form if you set the handled to true when the
updateform event comes into your processing.  However, I still see my form
complete being redrawn when a FrmOpenEvent is somehow coming back into my
application which results in redrawing my form.

 Here's my code snippet when I want to just update the form:

FrmUpdateForm(FormID, frmRedrawUpdateCode);

Here's what it looks like in the eventhandler:

case frmUpdateEvent:

ShowLimits(form);
OutputRequests();

handled = true;

break;

****************

Has anyone seen this happen when using the FrmUpdateForm..also, is there
some other UpdateCode I can use? I couldn't find a list of those codes.

Thanks!!!

Jim


**************************************************
James P. Garozzo - Connectivity Engineer
White-Rodgers - Affton, MO
Phone: 314.577.5201   Fax: 314.577.5248
E-mail: [EMAIL PROTECTED]
**************************************************



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to