Consultor Eletrônico



Kbase 16080: CTRL-X (cut) is not a Progress event
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
CTRL-X (cut) is not a Progress event

CTRL-X is windows functionality that is only available if
the widget does not loose the focus. What will work is e.g.:
- typing 'CTRL-X' on the keyboard to cut highlighted characters
- trigger like:
ON key DO:
APPLY CTRL-X TO fill-in-name ...
END.

What will not work are triggers for other widgets, because they will
get the focus:
ON CHOOSE OF MENU-ITEM x | btn-1 | ... DO:
APPLY CTRL-X TO fill-in-name ...
END.

Progress Software Technical Support Note # 16080