Focal Point
[SOLVED] Blanks Lines at the top of the report

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

May 22, 2009, 06:16 AM
Manish
[SOLVED] Blanks Lines at the top of the report
Hi,

I am working on a Web Focus Query and three Blank Lines are appreaing at the top of the Report. Please advice what should I have to do to remove these lines. Below is the syntax for the same:

SET LINES = 9999
TABLE FILE MAN_FUNCTION
ON TABLE SET PAGE-NUM OFF
SUM ADMITACCOUNTNUMBER AS ''
FWIDTH01 AS ''
LASTNAME AS ''
-*FWIDTH02 AS ''
FIRSTNAME AS ''
DCDSPLY AS ''
DTDSPLY AS ''
-*CNT.ADMITACCOUNTNUMBER/I3 AS ''
BY DTDSPLY NOPRINT BY ADMITACCOUNTNUMBER NOPRINT
WHERE (ADMINISTRATIONEVENTTYPEID EQ 1) AND (DCDATE EQ CMPDATE)
ON TABLE SET STYLE *
TYPE=REPORT, FONT=COURIER, GRID=OFF, $
ENDSTYLE
END

After reading old discussions, I add "ON TABLE SET PAGE NOLEAD" to the query and then again execute it. This time I am getting two blank lines instead of three.

I appreciate any help from any one.

Thanks,

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


7.1.6
Win XP
HTML
May 22, 2009, 10:42 AM
Doug
See if the addion of "ON TABLE SET HTMLCSS ON" within your "SET STYL *" helps. If not, duplicate the error using the CAR FILE and post the offending code.
Doug
May 29, 2009, 04:55 AM
Manish
Hi Doug,

Thanks for your help. But adding the "ON TABLE SET HTMLCSS" did not work. I am still getting blank at the top of the report.

Please advice. Confused


7.1.6
Win XP
HTML
May 29, 2009, 05:05 AM
Tony A
Also look at what SET PAGE = NOLEAD does and combine it with SET PRINTPLUS = ON.

Don't just use these commands though, look them up in a manual so that you actually understand what effect they will have.

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
June 03, 2009, 02:32 PM
Doug
Check out Tony's post at, http://forums.informationbuild...461062132#6461062132 ,for more information. I'm sure that it'll help. Thanks Tony (and ResiliEnt and Intersil too), it shed some additional light on the subject for me as well.
June 04, 2009, 05:14 AM
Kofi
I find old post helpful also, help me learn Webfocus. I not need ask question as search help find me question before I ask.

Doug, what you search to get link? I find v. helpful. Smiler

Kofi


Client Server 8.1.05: Apache; Tomcat;Windows Server 2012
Reporting Server 8.1.05; Oracle; MS SQL; Windows Server 2012
June 04, 2009, 05:27 AM
Tony A
Doug,

The thanks should be totally to the Guys from ResiliEnt and Intersil who gave the presentation and, of course, everyone who chipped in with their insight into what is a common problem.

Summit 09 - 3 days

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
June 04, 2009, 08:54 AM
Doug
Kofi,
I just did a search on "lines top report" and perused through the five pages of results till I found something that I thought was useful and tried a few till I found one that worked for me.
June 04, 2009, 08:56 AM
Doug
Tony,
You're right. Thanks to THEM for their presentation and thanks to YOU for posting it here... Keeping the WFF Great and informative.
June 04, 2009, 12:14 PM
Kofi
quote:
search on "lines top report"

Doug, many thanks for search you use Smiler

Kofi


Client Server 8.1.05: Apache; Tomcat;Windows Server 2012
Reporting Server 8.1.05; Oracle; MS SQL; Windows Server 2012
June 11, 2009, 12:43 AM
Manish
Thanks a lot for your help. My issue has been solved and now there is no blank lines showing in my report.

Thanks all for your help..


7.1.6
Win XP
HTML