> hwg_SetDlgKey( oDialog, nExtKeyCode, nKeyCode, bBlock )
or SET KEY command, which is preprocessed into hwg_SetDlgKey() call,
the examples are in testget2.prg.
The simple SET KEY works in a current dialog window only, the SET KEY
GLOBAL ( or set the fifth parameter of hwg_SetDlgKey() to .T. ) works
elsewhere in an application.
Regards, Alexander.
|