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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
Heading
 Login/Join
 
Gold member
posted
How to not print the heading info on every page but at every new record from the database.

Currently the heading prints on every page, but if a page full of data spans over to two page the heading will print on the second page which we do not want.

is there a way to do this. don't tell me to try subhead, because we tried it the problem is that subhead prints the subhead data after the field titles of of the report.
 
Posts: 61 | Location: New York City | Registered: July 20, 2006Report This Post
Master
posted Hide Post
I would print all the fields as '' which does not print the columns and then use the subhead like you said.




Scott

 
Posts: 865 | Registered: May 24, 2004Report This Post
Guru
posted Hide Post
Change the name of the column headings to blank using the AS phrase.

Then use SUBHEAD where the last line of the SUBHEAD contains the column headings.

The drawback is that you will have to play with the spacing to get column headings to line up with the data. If you change the order of the columns, you must remember to change the last line of the SUBHEAD.


Glenda

In FOCUS Since 1990
Production 8.2 Windows
 
Posts: 301 | Location: Galveston, Texas | Registered: July 07, 2004Report This Post
Gold member
posted Hide Post
That is the problem, I am doing that with the subhead, but what happening is that the subhead text heading does not align up with all the records, since the table width changes for each record.
 
Posts: 61 | Location: New York City | Registered: July 20, 2006Report This Post
Virtuoso
posted Hide Post
What if you set the lines to a high value and then do a page-break whenever you need it to break?
So, for instance SET LINES=9999 and in the request a BY BREAKFIELD PAGE-BREAK.

Hope this helps....


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
 
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007Report This Post
Master
posted Hide Post
If you set your output to always be PDF then you can position objects in the subhead over the columns.




Scott

 
Posts: 865 | Registered: May 24, 2004Report This Post
Expert
posted Hide Post
Have you looked into the WF stylesheet tag HEADALIGN=BODY?


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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Guru
posted Hide Post
Try

ON TABLE SET STYLE *
TYPE=REPORT, SQUEEZE=OFF, $
ENDSTYLE


Glenda

In FOCUS Since 1990
Production 8.2 Windows
 
Posts: 301 | Location: Galveston, Texas | Registered: July 07, 2004Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders