Consultor Eletrônico



Kbase P28278: how to disable a key on a browser
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

GOAL:

how to disable the F4 key on a browser

FIX:

Create the following procedure:

ON F4 OF <browser name> IN FRAME DEFAULT-FRAME
DO:
RETURN NO-APPLY.

END.