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
[CLOSED] Page Title
 Login/Join
 
Gold member
posted
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,
Nick

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


WebFOCUS 7.7.03 & 8.0.7
Windows
HTML, Excel, PDF, etc.
Also, using Maintain, etc.
 
Posts: 83 | Registered: February 26, 2009Report This Post
Gold member
posted Hide Post
Hi,
Page Title for Maintain SOLVED as follows:
Winform Show_Inactive form1;
Winform Set form1.TITLE TO "Time & Attendance System";

Still need technique for PDF and Excel reports that open in a new page. Currently, the URL is displayed.

Thank you,
Nick


WebFOCUS 7.7.03 & 8.0.7
Windows
HTML, Excel, PDF, etc.
Also, using Maintain, etc.
 
Posts: 83 | Registered: February 26, 2009Report This Post
Virtuoso
posted Hide Post
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, 2007Report This Post
Expert
posted Hide Post
You also have an option, for html output, of using ordinary HTML title tags, which can be useful for compound output
eg:
-HTMLFORM BEGIN
<HTML>
<TITLE>
Budget Variance &MYYEAR
</TITLE>
<STYLE>
a,a:visited {color:#456496 ; text-decoration:none}
a:hover, a:active{color:&RGBEXCEPTION ;  text-decoration:underline}
</STYLE>
<DIV ALIGN="CENTER">
!IBI.FIL.MYTAB;
</DIV>
</HTML>
-HTMLFORM END





In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders