Hi all,
 
I am a bit confused (not unusual) when I am tracing an EEP when I am moving 
from 1 row to the next within a scrolling region.
If I am in a field that has an "ON EXIT" EEP, hitting the TAB key does just 
what I expect, it starts the EEP.
If I am in a field that has an "On Exit" EEP, and I hit the [F8] key, I don't 
think the EEP is supposed to fire, because I am not actually leaving the field, 
I am staying in the same field in the next row.
BUT, if I am in a field with a "On Key Prees" EEP, and I hit the [F8] key, 
nothing happens. The EEP fires when I hit an alpha numeric key, but not the 
[F8] key, nor the [F7] key, nor the arrow keys. 
My thought was that I might be able to make my EEP do certain things when I am 
moving from one row to the next by looking for a key press of [F8], but I can't 
figure out how to do that.
Is there a way of picking up a key stroke of [F7] or [F8] using the LASTKEY(x)) 
function within an EEP?
 
TIA,
 
Mike

Reply via email to