Hi Wil,
you are right, after your last post I did better test with the order entry: the TAB key is trapped but it occours after field validation. I try to explain me better with the procedure that my users uses to input data. These are the steps:
- open order view
- select an existing order (I did my test with the order 105)
- Go to the order detail list and try to append a new detail. At this point my users are used to type into the first cell the first 2 or 3 characters of the Item ID, for example "ACE" then they press the TAB key to find the first and nearest Item ("ACE-2"). If you press the TAB you got an error; if you try to map your "myFind_GE" procedure with an On_Key Ctrl+Key_TAB send myFind_GE it works, but now you have to press 2 buttons instead of one.