Hello,
I want to change the Rec-Select-Color at runtime.
It seems, there is a problem.
The background-color of the pointer changes.

Regards
Uwe
I want to change the Rec-Select-Color at runtime.
It seems, there is a problem.
The background-color of the pointer changes.
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
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.


