Thanks for your reply Larry. I did use the SAVEROW in the EEP but it only resets the RBTI_DIRTY_FORM but not the RBTI_FORM_DIRTYVAR. Ajay
Lawrence Lustig <[email protected]> Sent by: [email protected] 02/26/2009 12:52 PM Please respond to [email protected] To [email protected] (RBASE-L Mailing List) cc Subject [RBASE-L] - Re: RBTI_FORM_DIRTYVAR << I am trapping the system var RBTI_FORM_DIRTYVAR and conditionally executing some code in my EEP. Is there a way to reset this variable in the EEP. I tried to use the regular "SET VAR RBTI_FORM_DIRTYVAR = 0" command but if a "RECALC VAR" command is issued the RBTI_FORM_DIRTYVAR variable is getting set back to 1 again. Is there a different way to reset these system variables. >> SAVEROW (or equivalent PROPERTY command) will reset the variable. If you don't actually save the row, then the form is still dirty, and R:Base is reporting that through the read-only variable RBTI_FORM_DIRTY. -- Larry P Please consider the environment before printing this e-mail. Thank you.

