I made this xbrowse to make a selection of Wheels

for Now I can click only on first column to check , I wish click on second column to check first column
then I wish colorize with orange color the record selected
I made
:bClrSel := { || { ORANGE,CLR_WHITE } } but not run ok
and I wish no cursor on xbrowse , because at init I see the bx on first line I made also

oBrw:bLostFocus := { || oBrw:nMarqueeStyle := 0 }
oBrw:bGotFocus := { || oBrw:nMarqueeStyle := 2 }
but not run ok

WITH OBJECT :aCols[ 1]
       :SetCheck(, .t. )
       *:nHeadBmpNo   := 2
     ENDthen I wish colorize with orange color the record selected
I made
:bClrSel := { || { ORANGE,CLR_WHITE } } but not run ok
and I wish no cursor on xbrowse , because at init I see the bx on first line I made also

oBrw:bLostFocus := { || oBrw:nMarqueeStyle := 0 }
oBrw:bGotFocus := { || oBrw:nMarqueeStyle := 2 }
but not run ok
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com



