I have the xbrowse with
oApp():bClrStd := { || { CLR_BLACK, If( oApp():KeyNo % 2 == 0, RGB(160,225,255), CLR_WHITE ) } }
this is the pijama effect
I need to colorize all columns but in different groups
I have these groups
how could I do to color the Columns in different colors depending on the group?
example from col 3 to col 7 light gray
oApp():bClrStd := { || { CLR_BLACK, If( oApp():KeyNo % 2 == 0, RGB(160,225,255), CLR_WHITE ) } }
this is the pijama effect
I need to colorize all columns but in different groups
I have these groups
: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 )how could I do to color the Columns in different colors depending on the group?
example from col 3 to col 7 light gray
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
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