Hello all, I have a form with a scrolling region. As I move from row to row within the same field, I would like to capture the value of the field that I am going to. If I use the On Row Entry EEP, and I move from one row to the next using my mouse, the EEP seems to work just fine. BUT if I use the [F7] or [F8] key to move from one row to the next, the On Row Entry EEP captures the value of the field I am leaving. The On Row Entry EEP I have is pretty simple... GETPROPERTY component_id TEXTVALUE varname RETURN Is there a way to capture the value of the field I am going to using the [F7] or [F8] key? Should there be a difference between jumping from one row to another using a mouse click vs the [F7] or [F8] key? Thanks Mike

