Hi All, When I fire an On Row Entry EEP using the F7 or F8 key from within a scrolling region, and the first line of the EEP is ... GETPROPERTY component_id TEXTVALUE varname I get the value from the field where the cursor was (where it started) when I hit the F7 or F8 key, not the value of the field where the cursor ends up. Is that the way it should be??? I expect that when I do an On Row Exit EEP, but I would not expect that with On Row Entry EEP. In fact, if I do both EEPS, they both fire, Exit first then Entry, as expected. I have this line in Both EEPs... GETPROPERTY component_id TEXTVALUE varname in both EEPs, The value of varname does not change. What am I doing wrong? TIA Mike

