Dear Mr. Rao,
Can you please help me.
I try to change row colors.
With a button I do:
oBrw:bClrStd := {||{CLR_WHITE,rgb(240, 173, 78) }}
But if I look into the paint method of xBrowse, there are no changes:
METHOD Display() CLASS TXBrowse
local nSecs := SECONDS()
if !::lCreated
return nil
endif
fwlog Eval( ::bClrSel )
...
Can you please show me how I can change bClrStd.
Best regards,
Otto