Can i Know If the user move the mouse ?
I want insert it on a codeblock
type:
oGrid:bKeyDown :={|nKey| Val_nKey(nKey,oDlg)}
Best Regards, Saludos
Falconi Silvio
Falconi Silvio
Can i Know If the user move the mouse ?
I want insert it on a codeblock
type:
oGrid:bKeyDown :={|nKey| Val_nKey(nKey,oDlg)}
Silvio,
The codeblock bMMoved is the one to use to control the mouse movement events:
oControl:bMMoved = { | nRow, nCol, nFlags | ... }
oWnd:bMMoved = { | nRow, nCol, nFlags | ... }
oDlg:bMMoved = { | nRow, nCol, nFlags | ... }