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.
In WebFOCUS is there an alternative to the titletext styling attribute for pdf formats? I found this, but this still shows the webfocus tab title and only renames the pdf file that is opened.
Thanks in advance, JThis message has been edited. Last edited by: J,
WebFOCUS 7.7.03/8.0.08 Dev Studio 7.7.03/8.0.08 App Studio 8.0.08 Windows 7 ALL Outputs
Posts: 402 | Location: Upland, IN | Registered: June 08, 2012
I'm sorry, I was referring to the browser tab title. And when I said webfocus tab title, I meant the browser tab title that goes something like 'WebFOCUS Reporting...'
WebFOCUS 7.7.03/8.0.08 Dev Studio 7.7.03/8.0.08 App Studio 8.0.08 Windows 7 ALL Outputs
Posts: 402 | Location: Upland, IN | Registered: June 08, 2012
TABLE FILE IBISAMP/CAR
SUM RCOST
DCOST
BY COUNTRY
BY CAR
BY MODEL
ON TABLE SET PAGE NOLEAD
ON TABLE HOLD AS baseapp/mypdf FORMAT PDF
END
-RUN
SET HTMLFORMTYPE = TXT
-HTMLFORM BEGIN
<html>
<head>
<title>My new browser title</title>
</head>
<object type="application/pdf" data="http://localhost:8080/approot/baseapp/mypdf.pdf" style="width:100%; height:100%;"></object>
</html>
-HTMLFORM END
The downside is placing the file in a location accessible to the HTML page, but that may suit your purposes?
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, 2004
I am not sure we could do that because the files I am concerned about are from the MRE restricted to certain users...These files are the output at the end of a complicated app. However, this is useful for some of the other types of reports we have.
WebFOCUS 7.7.03/8.0.08 Dev Studio 7.7.03/8.0.08 App Studio 8.0.08 Windows 7 ALL Outputs
Posts: 402 | Location: Upland, IN | Registered: June 08, 2012
The pdf in particular has some sensitive info. Maybe I could call an html and display the pdf in a frame, but it doesn't seem like that would work. From the app, the user clicks on an icon to run the pdf report and parameters are then passed to the pdf fex.
WebFOCUS 7.7.03/8.0.08 Dev Studio 7.7.03/8.0.08 App Studio 8.0.08 Windows 7 ALL Outputs
Posts: 402 | Location: Upland, IN | Registered: June 08, 2012