... oBrw:nStretchCol := 2 oBrw:nRowHeight := 30 oBrw:nMarqueeStyle := 4 oBrw:nRowDividerStyle := 2 // color gris y fino la division de columnas oBrw:nColDividerStyle := 0 // color gris y fino la division de renglones oBrw:lColDividerComplete := .f. // la division de renglones es hasta donde hay datos ...
before set all :nColDividerStyle := LINESTYLE_LIGHTGRAY :nRowDividerStyle := LINESTYLE_LIGHTGRAY then If lShowlines FOR i := 1 TO (nRecords*5) STEP 5 oCol := ::oLbx:aCols[ i ] ColPenColor( ...
I resolved with FOR i := 1 TO 1 oCol := :aCols[ i ] oCol:nColDividerStyle := LINESTYLE_BLACK NEXT FOR i := 6 TO 56 STEP 5 oCol := :aCols[ i ] oCol:nColDividerStyle := LINESTYLE_BLACK NEXT But I not Know if it's Right https://i.postimg.cc/8PnXTLgf/mn.png
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", ...