You can handle mouse movement by assigning oBrw:bMMoved := { |nRow, nCol, nFlags| ( nRow, nCol, nFlags ) }
Within your function you can check if nRow < oBrw:nHeaderHeight to check if the mouse is on header.
↧