Dear All,
I cannot define Header and Footer ::nColDividerStyle. I show different color from ::nColDividerStyle
This below is define for TXbrowse in the picture. How can I change Header and Footer?
Thanks in advance.

I cannot define Header and Footer ::nColDividerStyle. I show different color from ::nColDividerStyle
This below is define for TXbrowse in the picture. How can I change Header and Footer?
Thanks in advance.
oBrw:lMultiSelect := .F.
oBrw:nMarqueeStyle := MARQSTYLE_HIGHLROW
oBrw:nColDividerStyle := LINESTYLE_LIGHTGRAY
oBrw:lHScroll := .F.
oBrw:lVScroll := .T.
oBrw:nStretchCol := STRETCHCOL_LAST
oBrw:lAllowRowSizing := .F.
oBrw:lColDividerComplete:= .T.
oBrw:nRowDividerStyle := LINESTYLE_NOLINES
oBrw:nHeadDividerStyle := LINESTYLE_NOLINES
oBrw:nHeaderHeight := 30
oBrw:nRowHeight := 28
oBrw:lFullGrid := .T.
oBrw:SetStyle( 2015 )
oBrw:bClrStd := { ||{ FONTTHEME, nXBckGrd( oBrw ) }}
oBrw:bClrSel := oBrw:bClrStd // { ||{ CLR_WHITE, nRGB( 0, 123, 176 ) } } // nRGB( 80, 80, 80 )
oBrw:bClrSelFocus := { ||{ CLR_WHITE, GetSysColor( 13 ) } } // nRGB( 80, 80, 80 )
oBrw:lDrawBorder := .T.
oBrw:nClrBorder := CLR_HGRAY
oBrw:lFlatStyle := .T.
Regards,
Dutch
FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
Dutch
FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)