Focal Point
Rotation of column-header from horizontal to vertical

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

December 23, 2014, 08:45 AM
Trilochan
Rotation of column-header from horizontal to vertical
In Webfocus there is no option to rotate an ACROSS column header using GUI.

Can some one please help me.

Thanks in advance


WebFOCUS 7.6.1
Windows, All Outputs
December 24, 2014, 03:37 AM
Ram Prasad E
You can get this by adding CSS to your report.
Try below code.
TABLE FILE CAR
PRINT
SALES
BY CAR
ACROSS COUNTRY
ON TABLE HOLD AS ABC FORMAT HTMTABLE
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
TYPE=ACROSS,CLASS=TextColor, $
ENDSTYLE
END
-HTMLFORM BEGIN
<BODY>
<STYLE>
.TextColor {filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); height:50px; width:100px; }
</STYLE>
!IBI.FIL.ABC;
</BODY>
-HTMLFORM END



WebFOCUS 8.1.05
Windows
http://ibiwebfocus.wordpress.com
https://www.facebook.com/groups/ibi.webfocus/
December 29, 2014, 11:17 AM
mpbMDE
Will this work with all browsers? Safari, Crome, Firefox... We support all browsers in our 'shop'.
Thanks!


WebFOCUS 8.1.05 Windows 7, all output
December 29, 2014, 11:45 PM
Ram Prasad E
One used in above example will work only in IE. To include other browsers, there are browser specific CSS attributes that need to be included to .TextColor.

Thanks,
Ram


WebFOCUS 8.1.05
Windows
http://ibiwebfocus.wordpress.com
https://www.facebook.com/groups/ibi.webfocus/