Hi,
I have gone through the posts and found out how to trap the escape key (By using the Keydown event). However, I want to be able to disable escape key when processing .
The process includes the following:
Update status fields in the form --> Compose and send email --> Write audit trail --> Update table using query --> Finally display message to say processing is comeplete.
The whole thing runs really fast but one of the users had hit the escape button in the middle of the processing. So, what has happend is the status fields are updated but none of the other processing has happened. There is no rollback mechanism here. If I trap the escape key, the system does not resume processing. Iguess what I want is undisturbed processing. Is there a possibility to do this?
Thanks,
Priya:banghead:
I have gone through the posts and found out how to trap the escape key (By using the Keydown event). However, I want to be able to disable escape key when processing .
The process includes the following:
Update status fields in the form --> Compose and send email --> Write audit trail --> Update table using query --> Finally display message to say processing is comeplete.
The whole thing runs really fast but one of the users had hit the escape button in the middle of the processing. So, what has happend is the status fields are updated but none of the other processing has happened. There is no rollback mechanism here. If I trap the escape key, the system does not resume processing. Iguess what I want is undisturbed processing. Is there a possibility to do this?
Thanks,
Priya:banghead: