Consultor Eletrônico



Kbase P26778: Dynamics: How to prevent closing the container when pressing
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/06/2003
Status: Unverified

GOAL:

Dynamics: How to prevent closing the container when pressing the ESC key

FACT(s) (Environment):

Dynamics 2.0A

FIX:

The easiest way to prevent ESC key causing the window close is
to create startup procedure that will override it:

/* myicfstart.p */

ON ESC BELL.
RUN icfstart.p .

/* end */

However, it is required to modify shortcuts to run this program instead
of icfstart.p (-p parameter.) After this, pressing the ESC key will not
cause the window close any more. Make sure that there is another key
mapped to the END-ERROR event as there might be other functionality
that requires it.