Page 1 of 1

changing color in xBrowse

PostPosted: Thu Apr 13, 2023 8:16 am
by mtajkov
how do i change the color of highlighted parts in xBrowse?
Image

Re: changing color in xBrowse

PostPosted: Sun Apr 16, 2023 5:32 am
by Jimmy
hi,
mtajkov wrote:how do i change the color of highlighted parts in xBrowse?

about your Question :

you can "switch OFF" that Column when use
Code: Select all  Expand view
  lRecordSelector := .F.

as "Selector" is in 1st Column : do "color" 1st Column
but i don´t know (yet) how to "color" a Column (or Cell) in XBROWSE under Fivewin ...

Re: changing color in xBrowse

PostPosted: Sun Apr 16, 2023 10:45 am
by nageswaragunupudi
bClrStd, bClrSelFocus

Re: changing color in xBrowse

PostPosted: Sun Apr 16, 2023 11:24 am
by leandro
Code: Select all  Expand view

oBrw:nRecSelColor := RGB( 255, 255, 255 )