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.
I am creating a HTML output. When I print the report I see 'WebFOCUS Report' on the top left most corner of the page and 'Page X of Y' on the top right most corner of the page. I am also getting my server URL on the bottom left corner and date on the bottom right corner. Is there a way to turn these things off.
Thanks in advance.This message has been edited. Last edited by: Kerry,
App Studio Version 8202 windows Platform SQL Server 2008/2012
Posts: 183 | Location: TX | Registered: January 22, 2007
I have learnt that the 'Header & Footer' on the Page SETUP in IE needs to be blank. Otherwise the code will display the unwanted header and footer info while printing the HTML output report to printer.This message has been edited. Last edited by: getit,
App Studio Version 8202 windows Platform SQL Server 2008/2012
Posts: 183 | Location: TX | Registered: January 22, 2007
To remove 'WebFOCUS Report' from the web browser window name:
TABLE FILE CAR
SUM
SALES
BY COUNTRY
ON TABLE HOLD AS H001 FORMAT HTMTABLE
END
-RUN
-HTMLFORM BEGIN
<HTML>
<HEAD>
<TITLE>.</TITLE>
</HEAD>
<BODY>
!IBI.FIL.H001;
</BODY>
</HTML>
It seems for IE, you need a non-blank character in the TITLE tag, so I'm using a . here. I don't know how you're getting 'Page' - I don't think I've ever seen it.
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