Focal Point
[SOLVED] Column Title with different border colors

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/308102743

January 20, 2010, 04:38 PM
atturhari
[SOLVED] Column Title with different border colors
Hi,

I want the Top border of the title in BLUE and the bottom in RED.
Any suggestions on this?

TABLE FILE CAR
PRINT COUNTRY AS 'TITLE WITH DIFFERENT BORDER COLORS'
ON TABLE SET PAGE-NUM OFF
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET STYLE *
TYPE=REPORT, FONT=ARIAL, LEFTMARGIN=0.02, RIGHTMARGIN=0.02, TOPMARGIN=0.5, BOTTOMMARGIN=0.5, ORIENTATION=LANDSCAPE,$
TYPE=TITLE, BORDER-TOP=LIGHT, BORDER-COLOR=BLUE,$
TYPE=TITLE, BORDER-BOTTOM=LIGHT, BORDER-COLOR=RED,$
ENDSTYLE
END

Thanks
Hari
WF-769

This message has been edited. Last edited by: Kerry,
January 20, 2010, 04:46 PM
Francis Mariani
TABLE FILE CAR
PRINT COUNTRY AS 'TITLE WITH DIFFERENT BORDER COLORS'
ON TABLE SET PAGE-NUM OFF
ON TABLE PCHOLD FORMAT PDF

ON TABLE SET STYLE *
TYPE=REPORT, FONT=ARIAL, ORIENTATION=LANDSCAPE,
LEFTMARGIN=0.02, RIGHTMARGIN=0.02, TOPMARGIN=0.5, BOTTOMMARGIN=0.5, $
TYPE=TITLE, BORDER-TOP=LIGHT, BORDER-TOP-COLOR=BLUE, BORDER-BOTTOM=LIGHT, BORDER-BOTTOM-COLOR=RED, $
ENDSTYLE
END



Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
January 20, 2010, 04:58 PM
atturhari
Thanks Francis. Learnt a new technique.

-Hari


WF 7.7.02 on Windows 7
Teradata
HTML,PDF,EXCEL,AHTML