FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour different colors
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
different colors
Posted: Wed Mar 16, 2022 08:45 AM
I have this xbrowse




Is it possible to divide the columns into different colors? like the scheme I put below or just the outlines?

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: different colors
Posted: Wed Mar 16, 2022 10:24 AM

oBrw:bPainted

Regards



G. N. Rao.

Hyderabad, India
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
Re: different colors
Posted: Wed Mar 16, 2022 11:36 AM
nageswaragunupudi wrote:oBrw:bPainted


Nages, only the line
Now there is :nColDividerStyle := LINESTYLE_LIGHTGRAY
I wish change the Line at columns only the *

:SetGroupHeader( "Estrazione", 1, 2)
:SetGroupHeader( "Bari", 3, 7 ) *
:SetGroupHeader( "Cagliari", 8, 12 ) *
:SetGroupHeader( "Firenze", 13, 17 ) *
:SetGroupHeader( "Genova", 18, 22 ) *
:SetGroupHeader( "Milano", 23, 27 ) *
:SetGroupHeader( "Napoli", 28, 32 ) *
:SetGroupHeader( "Palermo", 33, 37 ) *
:SetGroupHeader( "Roma", 38, 42 ) *
:SetGroupHeader( "Torino", 43, 47 ) *
:SetGroupHeader( "Venezia", 48, 52 ) *
:SetGroupHeader( "Nazionale", 53, 57 ) *
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com

Continue the discussion