FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour mouse moviment on xbrowse
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
mouse moviment on xbrowse
Posted: Mon Oct 26, 2009 04:44 PM

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
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: mouse moviment on xbrowse
Posted: Wed Nov 04, 2009 07:10 PM

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 | ... }

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion