Anular el uso de algunas teclas en dialogos.
Posted: Mon Jun 24, 2024 4:23 am
Hola nuevamente.
Como se puede hacer para inhabilitar teclas en un dialogo.
Gracias
Como se puede hacer para inhabilitar teclas en un dialogo.
Gracias
www.FiveTechSoft.com
https://forums.fivetechsupport.com/~fivetec1/forums/
https://forums.fivetechsupport.com/~fivetec1/forums/viewtopic.php?t=44633
Code: Select all | Expand
b:= SetKey(VK_XXX, nil)
Code: Select all | Expand
oDlg:bKeyDown := {|nKey| ActionKey( nKey ) }
FUNCTION RunKey( nKey )
? nKey
if nKey=25
MsgBeep()
endif
RETURN NIL