Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Need a continuous report without page breaks or blank lines in DHTML

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Need a continuous report without page breaks or blank lines in DHTML
 Login/Join
 
Member
posted
I need to create a continuous report without page breaks or extra blank lines in format DHTML. I tried SET LINES=999999, which works in format HTML, but that doesn't work for me in format DHTML. SET PAGE=NOPAGE also doesn't work. In DHTML I always get sets of blank lines, which I presume are page breaks, within the report output in the web browser. Does anyone know how to eliminate these blank lines in DHTML?


WebFOCUS Developer Studio version 7.6.1 on Windows, Oracle databases, output format DHTML
 
Posts: 1 | Registered: November 02, 2006Report This Post
Virtuoso
posted Hide Post
I'm not sure if this will help you...but I was reading about this the other day... see if playing with setting on and off
SET HTMLARCHIVE=OFF


In Focus since 1993. WebFOCUS 7.7.03 Win 2003
 
Posts: 1903 | Location: San Antonio | Registered: February 28, 2005Report This Post
Expert
posted Hide Post
Jerry,

I would suggest having a look through the source for your DHTML output, I guess that it is not what you would expect?

Each output row within the DHTML is enclosed within it's own DIV tags and these are then in turn enclosed within a DIV for each page of data.

The CSS included for each row of data output has the "position:absolute;" and this is where your problem will lie. Each page of data starts the data row positioning at 18pts from the top of the virtual page. If you were to remove the page break code within the BR tag (style="position:static; page-break-before:always;") then your pages of DHTML output would overlay each other.

Is there another format that you could use instead of DHTML? What is you target audience / process for the report output? Perhaps we could suggest alternatives for you to try?

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 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Need a continuous report without page breaks or blank lines in DHTML

Copyright © 1996-2020 Information Builders