Bill: That's what I did as a workaround. There's a blank variable edit field located after the last input field. I told the user that she has to press [enter] after the last input field, then she can press ESC. No trapping of keypress needed.
However, I still trapped coming out of the form whether the last field variable is null, and if so I put up a dialog box asking for the value. Karen In a message dated 3/2/2012 1:06:05 PM Central Standard Time, [email protected] writes: > Would having a zero length variable edit field as the last field in the > form with your code in the On Field Enter EEP to trap the [ESC] work for you > ? > > Just a thought. > > Bill Eyring >

