ESC key closes ABL window when embedded in .NET form

Posted by MBeynon on 30-Apr-2013 03:33

Has anyone else experienced this?

According to progress its a known fault:

Issue Number: OE00183907
     ESC key exits application when OE window is embedded in .Net frm

     When an OpenEdge window is embedded in a .Net form, typing the ESC key may
     cause the application to exit.

If there is a way to work around this issue I'd be very grateful if someone could let me know?!

Thankyou,

Mark.

All Replies

Posted by cverbiest on 30-Apr-2013 03:54

Hi Mark,

Is this with

ON END-ERROR OF W-Win /* Window */
OR ENDKEY OF {&WINDOW-NAME} ANYWHERE DO:
    /* This case occurs when the user presses the "Esc" key.
     In a persistently run window, just ignore this.  If we did not, the
     application would exit. */
    if this-procedure:persistent then return no-apply.
END.

in you ABL window code ?

Posted by MBeynon on 08-May-2013 02:27

No, this code does not exist in my ABL window.

Thanks,

Mark.

This thread is closed