Jump to content

I would like a stylesheet that has LIGHT black borders throu...


Todd Van Valkenburg

Recommended Posts

I would like a stylesheet that has LIGHT black borders throughout. Similar to a spreadsheet. But what I am seeing are some borders are darker than others. My preference would that all borders would be the same. Do you know if there is a way to fix this

Example report output:

 

Stylesheet:

*TABLE_STYLE

TYPE=REPORT,FONT='ARIAL',SIZE=9,COLOR='BLACK',BACKCOLOR='WHITE',SQUEEZE=ON,GRID=OFF,$

TYPE=DATA,BORDER=LIGHT,BORDER-COLOR='BLACK',STYLE=NORMAL,$

TYPE=TITLE,BORDER=LIGHT,BORDER-COLOR='BLACK',STYLE=NORMAL,$

TYPE=TABHEADING,SIZE=9,JUSTIFY=CENTER,BORDER=LIGHT,BORDER-COLOR='BLACK',$

TYPE=TABFOOTING,SIZE=9,JUSTIFY=CENTER,BORDER=LIGHT,BORDER-COLOR='BLACK',$

TYPE=HEADING,SIZE=9,JUSTIFY=CENTER,BORDER=LIGHT,BORDER-COLOR='BLACK',STYLE=NORMAL,$

TYPE=FOOTING,SIZE=9,JUSTIFY=CENTER,BORDER=LIGHT,BORDER-COLOR='BLACK',$

TYPE=SUBHEAD,BORDER=LIGHT,BORDER-COLOR='BLACK',STYLE=NORMAL,$

TYPE=SUBFOOT,BORDER=LIGHT,BORDER-COLOR='BLACK',STYLE=NORMAL,$

TYPE=SUBTOTAL,BORDER=LIGHT,BORDER-COLOR='BLACK',STYLE=NORMAL,$

TYPE=ACROSSVALUE,SIZE=9,STYLE=NORMAL,JUSTIFY=CENTER,BORDER=LIGHT,BORDER-COLOR='BLACK',$

TYPE=ACROSSTITLE,SIZE=9,STYLE=NORMAL,JUSTIFY=CENTER,BORDER=LIGHT,BORDER-COLOR='BLACK',$

TYPE=PAGENUM,SIZE=6,STYLE=ITALIC,JUSTIFY=RIGHT,$

TYPE=GRANDTOTAL,BORDER=LIGHT,BORDER-COLOR='BLACK',STYLE=NORMAL,$

 

Fex:

TABLE FILE ibisamp/car

SUM CAR.BODY.SALES/D12.2CM WITHIN CAR.CARREC.MODEL

BY CAR.CARREC.MODEL

ACROSS CAR.ORIGIN.COUNTRY

ON TABLE PCHOLD FORMAT HTML

ON TABLE NOTOTAL

ON TABLE SET CACHELINES 100

ON TABLE SET GRWIDTH 1

ON TABLE SET STYLE *

INCLUDE=IBFS:/WFC/Repository/ReportWriters/spreadsheet_style.sty,$

TYPE=REPORT, TITLETEXT=&WF_TITLE.QUOTEDSTRING, SUMMARY=&WF_SUMMARY.QUOTEDSTRING, $

ENDSTYLE

END

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...