Bernie: I didn't think about using the dirty flag. I was thinking of comparing a before/after version of the data, but I could just use the dirty flag as my indicator of a change, then store the before/after values in a table. Thanks for the reminder! Below is the code for 7.6.
Karen IF rbti_dirty_flag = 1 THEN PAUSE 2 USING '1 - DIRTY' SAVEROW ELSE PAUSE 2 USING 'NOT DIRTY' ENDIF In a message dated 4/20/2011 1:33:04 PM Central Daylight Time, [email protected] writes: > I vaguely remember something called DirtyFlag to see if a change has > been made. > But I can't find where it is defined. I thought it was a function. >

