I want to change the Rec-Select-Color at runtime.
It seems, there is a problem.
The background-color of the pointer changes.
- Code: Select all Expand view
oLbx20:bLClicked := { | nRow, nCol | ROW_POS6 := oLbx20:nRowSel, ;
SELCOLOR := NEW_SELCOL(), ; // new selected color
oLbx0:SetBackGround( ), ; // tested erase background ( doesn't help )
oLbx0:nRecSelColor := SELCOLOR, ; // new Color for record select
oLbx0:Refresh() }
Regards
Uwe