Focal Point
[CLOSED] PRINTPLUS, BORDERs, and FOOTINGs

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

July 11, 2013, 05:00 PM
Doug
[CLOSED] PRINTPLUS, BORDERs, and FOOTINGs
Consider the following code (run it with and without the "SET PRINTPLUS = ON").

Notice 2 things:
1) With it: The FOOTING is at the BOTTOM of the report and there is no bottom border on the last 11 columns (all but the last page. Remove the RECORDLIMIT to see more pages).
2) Without it: The FOOTING "floats" up from the bottom of the report and there is a bottom border on all columns.
-*SET PRINTPLUS = ON
TABLE FILE GGSALES
HEADING
"TABLE FILE GGSALES"
FOOTING BOTTOM
"Run on: &DATEMTDYY     <148 Page <TABPAGENO of <TABLASTPAGE"
PRINT CATEGORY PCD PRODUCT REGION ST CITY STCD DATE UNITS DOLLARS BUDUNITS BUDDOLLARS
WHERE RECORDLIMIT EQ 80
ON TABLE SET HTMLCSS ON
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET PAGE NOLEAD
ON TABLE SET STYLE *
ORIENTATION=LANDSCAPE, PAGESIZE=LETTER, FONT=ARIAL, SIZE=8, SQUEEZE=ON, $
TYPE=TITLE, STYLE=BOLD,  BACKCOLOR=RGB(244 244 244), JUSTIFY=CENTER, $
TYPE=HEADING, STYLE=BOLD,  BACKCOLOR=RGB(244 244 244), $
TYPE=FOOTING, STYLE=BOLD,  BACKCOLOR=RGB(244 244 244), BOTTOMGAP=.1,$
TYPE=REPORT, BORDER=LIGHT, $
ENDSTYLE
END

The question is: How do I get the FOOTING at the BOTTOM and the border under all columns?

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




   In FOCUS Since 1983 ~ from FOCUS to WebFOCUS.
   Current: WebFOCUS Administrator at FIS Worldpay | 8204, 8206
July 11, 2013, 05:12 PM
Francis Mariani
It appears this might be a bug in v7.6.11, because things appear to be correct in v7.7.03. Maybe there's a hotfix, I'd open a case.





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
July 11, 2013, 05:29 PM
Doug
Smiler Thanks Francis, that's what I (unfortunately) thought... We'll be going to WF8 soon enough and I think that well live with option 2 in favor of the bottom borders.
Frowner Unfortunately I cannot see those images.