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

