FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Change Color of xBrowse Column Headers and Footers
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: Change Color of xBrowse Column Headers and Footers
Posted: Wed Jan 18, 2017 10:31 AM

Hi Marc, Uwe
Thanks a lot. Solved.

Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Change Color of xBrowse Column Headers and Footers
Posted: Fri Jan 20, 2017 12:40 AM

About header colors:

bClrHeader should return an array of length 2 or 3.
1st element is used as Text Color.

When oBrw:l2007 is false or when oBrw:lFatStyle is true,
2nd element is used as back color
If Array length is 3, then 3rd element is used for line color in the header, other wise text color is used for lines.

When oBrw:l2007 is true, 2nd and 3rd elements are ignored and oBrw:bClrGrad is used for header back.

Regards



G. N. Rao.

Hyderabad, India

Continue the discussion