Code: Select all | Expand
WITH OBJECT :aCols[ 1]
:SetCheck(, .t. )
*:nHeadBmpNo := 2
END
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