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.
Hi, I'm looking for a technique to place the system name in the page title when a Maintain page or a Report output is displayed. For HTML forms the following code is used successfully: Time & Attendance System. Thank you, NickThis message has been edited. Last edited by: Kerry,
WebFOCUS 7.7.03 & 8.0.7 Windows HTML, Excel, PDF, etc. Also, using Maintain, etc.
I'm not sure what you mean by system name. It appears (from your second post) that you are just hardcoding a value to appear on the report. If so, you can just put them in a HEADING or ON TABLE SUBHEAD for a report heading. If you're talking about the window title, you can use TITLETEXT in your stylesheet. From the manual:
quote:
Syntax: How to Create a Custom Report Title Add the following declaration to your WebFOCUS StyleSheet:
TYPE=REPORT, TITLETEXT='title', $where:
title
Is the text for your title.
The maximum amount of characters for:
The worksheet tab name in an EXL2K report is 128. Any text that exceeds 128 characters will be truncated.
The browser title for an HTML report or graph is 95. This is a limit imposed by the browser.
Text specified in the title is placed in the file as is and is not encoded. Special characters, such as <, >, &, etc. should not be used since they have special meaning in HTML and may produce unpredictable results.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007