can I change the status of :bClrStd on line and refresh the browse ?
I made :
@ 170, 5 CHECKBOX lpijama Prompt "Pijama effect" SIZE 80, 10 PIXEL OF oDlg ;
ON CHANGE;
( IIF( lpijama ,oBrowse:bClrStd := { || { CLR_BLACK, If(oBrowse:KeyNo % 2 == 0, RGB(193,221,255), RGB(221,245,255) ) } } ,;
oBrowse:bClrStd := {|| { CLR_BLACK, GetSysColor( COLOR_WINDOW )} }),;
oBrowse:refresh())
but when I clickthe checkbox it not change , I must close the oBrowse and reopen it ( I saved the config to an ini file)
I can change the line vertical and horizontal, put also the RecordSelector on line but Inot Know how show the pijama effect on line ....
Can help me please ?