Ahh..sorry, the frmupdateform worked great, i had an error in my case statement which had a FrmGotoForm which caused my weird behavior. Once that was fixed, the command worked great!
Jim -- ************************************************** James P. Garozzo - Connectivity Engineer White-Rodgers - Affton, MO Phone: 314.577.5201 Fax: 314.577.5248 E-mail: [EMAIL PROTECTED] ************************************************** "Jim Garozzo" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > 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/
