Subject |
Re: Escape Key cant be turned off |
From |
Akshat Kapoor <akshat.kapoor@kapoorsons.in> |
Date |
Fri, 8 Mar 2019 11:45:16 +0530 |
Newsgroups |
dbase.getting-started |
On 08/03/2019 07:53, Michael wrote:
> Hi Guys,
>
> I am trying to turn off the esc button. I set escape off but it seems to have no effect.
>
> My problem is that I have a timer running and when the escape is pressed, the timer still runs and is causing errors. I need to stop the escape button.
>
> Anyone?
>
> Michael.
>
Use the onClose event of the Form to switch of the timer once form
closes. This event will fire once the form closes.
The other alternative is canClose event.
this is in case you want escape to close the form.
If not then use the option suggested by Yiannis.
Regards
Akshat
|
|