Focal Point
[CLOSED] HTML Report - Column Header Positioning

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

October 12, 2010, 09:29 AM
ColdWhiteMilk
[CLOSED] HTML Report - Column Header Positioning
I have a PDF report that I am converting to an HTML report that the only way I have been able to get the data to appear the way I want it in the PDF was to put all of the data in the report header.

Now that I am converting this report to HTML, I need to allign the columns in the HTML Report Header.

In an HTML report, is there a way to set the positioning of columns in the report header?

My current code:

TABLE FILE BASELINE1
BY FACILITY_NAME NOPRINT

HEADING
"<+0>Please provide the following numbers:*<+0>TS<+0>S<+0>C<+0>Uncleared<+0>TOTAL"

ON TABLE SET PAGE NOLEAD

ON TABLE SET STYLEMODE FIXED

ON TABLE SET STYLE *
UNITS=IN, ORIENTATION=PORTRAIT, TOPMARGIN=0,LEFTMARGIN=0,RIGHTMARGIN=0,$
TYPE=REPORT,FONT='ARIAL', GRID=ON, WIDTH=6.600,$

-*COLUMN HEADINGS
TYPE=HEADING, LINE=1, ITEM=1, SIZE=9,STYLE=BOLD, JUSTIFY=LEFT,$
TYPE=HEADING, LINE=1, ITEM=2, SIZE=9,STYLE=UNDERLINE+BOLD, JUSTIFY=LEFT, $
TYPE=HEADING, LINE=1, ITEM=3, SIZE=9,STYLE=UNDERLINE+BOLD, JUSTIFY=LEFT, $
TYPE=HEADING, LINE=1, ITEM=4, SIZE=9,STYLE=UNDERLINE+BOLD, JUSTIFY=LEFT, $
TYPE=HEADING, LINE=1, ITEM=5, SIZE=9,STYLE=UNDERLINE+BOLD, JUSTIFY=LEFT, $
TYPE=HEADING, LINE=1, ITEM=6, SIZE=9,STYLE=UNDERLINE+BOLD, JUSTIFY=LEFT, $

ENDSTYLE

ON TABLE PCHOLD FORMAT HTML
END
-EXIT

This message has been edited. Last edited by: Kerry,


Production - 7.6.4
Sandbox - 7.6.4
October 12, 2010, 09:49 AM
HÃ¥kan
Take a look at HEADALIGN, that should do it for you I think.


WebFOCUS DS 8.0.06/08 DS/AS
WebFOCUS RS 8.0.08 (Linux/IBM i)
WebFOCUS Client 8.0.06 (Linux)