Hello!
I would like to assign a custom functionality to the ESCAPE key to apply only when there are no user-defined-forms/windows visible in the application. In other words, want to run a small procedure on _SCREEN.KeyPress.
I want to avoid using "ON KEY LABEL ESC" or "ON ESCAPE" commands; prefer to achieve this through OOP.
Can anyone help me with this?
Thanks!
Kenneth Tamayo
San Juan, Puerto Rico - USA
I would like to assign a custom functionality to the ESCAPE key to apply only when there are no user-defined-forms/windows visible in the application. In other words, want to run a small procedure on _SCREEN.KeyPress.
I want to avoid using "ON KEY LABEL ESC" or "ON ESCAPE" commands; prefer to achieve this through OOP.
Can anyone help me with this?
Thanks!
Kenneth Tamayo
San Juan, Puerto Rico - USA