Focal Point
[Closed] Why the extra blank line?

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

March 09, 2009, 01:33 PM
ChannyS
[Closed] Why the extra blank line?
And is there any way to remove it?

In the FOCEXEC below, when you put in borders in PDF, you get an extra blank line between the page heading and the body. That doesn't happen in HTML.

Does anyone know how to get rid of it?

  
TABLE FILE CAR
PRINT 
     CAR
BY SALES
     
ON SALES PAGE-BREAK
HEADING
"SALES: <SALES"
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
GRID=ON,$
ENDSTYLE
END

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


Release: WebFOCUS 7.6.8
OS: Windows
Output formats: HTML, PDF, Excel, csv
March 09, 2009, 02:35 PM
Spence
only has grid on data and title, no grid on the heading. but no blank line
TABLE FILE CAR
PRINT
CAR
BY SALES
ON SALES PAGE-BREAK
HEADING
"SALES: ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
TYPE=DATA, GRID=ON,$
TYPE=TITLE, GRID=ON,$
ENDSTYLE
END


WF 8 version 8.2.04. Windows.
In focus since 1990.
March 09, 2009, 02:42 PM
ChannyS
OK - I might work with that. Thanks!


Release: WebFOCUS 7.6.8
OS: Windows
Output formats: HTML, PDF, Excel, csv
March 16, 2009, 05:17 AM
<reflection>
What if, someone wants colored border rather than black grid. While using borders it always leaves a blank line. Any idea how to remove that blank line while using borders ???
March 16, 2009, 09:13 AM
ChannyS
I opened a case with IBI. They said they will look into it...


Release: WebFOCUS 7.6.8
OS: Windows
Output formats: HTML, PDF, Excel, csv
March 16, 2009, 09:30 AM
RSquared
quote:
TABLE FILE CAR
PRINT
CAR
BY SALES
ON SALES PAGE-BREAK
HEADING
"SALES: ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
TYPE=DATA, GRID=ON,$
TYPE=TITLE, GRID=ON,$
ENDSTYLE
END

Try changing the HEADING to SUBHEAD

-* File ASOMPLETEST.fex
TABLE FILE CAR
PRINT
CAR
BY SALES

ON SALES PAGE-BREAK
ON TABLE SUBHEAD
"SALES: ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
GRID=ON,$
ENDSTYLE
END


WF 7.6.11
Oracle
WebSphere
Windows NT-5.2 x86 32bit
March 16, 2009, 09:31 AM
RSquared
-* File ASOMPLETEST.fex
TABLE FILE CAR
PRINT
CAR
BY SALES

ON SALES PAGE-BREAK
ON TABLE SUBHEAD
"SALES: ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
GRID=ON,$
ENDSTYLE
END

Sorry for the mis-copy on previous post.


WF 7.6.11
Oracle
WebSphere
Windows NT-5.2 x86 32bit