[Stackoverflow] [Progress OpenEdge ABL] How to avoid an event being overwritten by a general one?

Status
Not open for further replies.
D

Dominique

Guest
I have a main application, with following event:

Code:
ON ESCAPE ANYWHERE

I've just created a frame within a window, where I'd like to add an event:

Code:
ON ESCAPE ...

This, however, seems not to work as the main application already has an ON ESCAPE ANYWHERE. Is there something like ON ESCAPE OVERWRITES DEFAULT to create an event for my subwindow?

Thanks in advance

Continue reading...
 
Status
Not open for further replies.
Top