How do I lock out the Keyboard in a running program so user can not stop the program. I have tried Set escape off in the config.fpw it does not seem to work
YOU ADD THE CODE IN YOUR PRG OR IN A SUITABLE EVENT...
SET ESCAPE OFF
In all probabilities, you config.fpw is either ignored or the code is revised in your prgs. SO by adding the code at the right place, you can avoid the keyboard ESC.
Hope this helps you ramani :-9
(Subramanian.G),FoxAcc, ramani_g@yahoo.com
First, to verify, in your CONFIG.FPW you have: ESCAPE=OFF
You can only use SET ESCAPE OFF in a code file. Unless you make this your COMMAND statement in your CONFIG.FPW file - i.e.: COMMAND=SET ESCAPE OFF
Are you trying to prevent them from interrupting the processing, or are you trying to prevent them from closing your application?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.