Silvio wrote:How I can see the size of each header with a click ?
METHOD HeaderLButtonUp( nMRow, nMCol, nFlags ) CLASS TXBrwColumn
...
nCol := ::oBrw:MouseColPos( nMCol ) // if the column header was clicked... more than 0, was clicked!
IF nCol > 0 .AND. !lDragged && if not for swapping the column
oCol := ::oBrw:colAtPos( nCol ) // returns the object columns that was clicked
alert( oCol:nWidth )
ENDIF
RETURN
Silvio wrote:thanks
But I remember there was a xbrowse method made it
I remember of a utility of Otto made it and created the source od each column...
where i can found it ?
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 71 guests