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 have an HTML Composer page that references a procedure. The procedure takes WFFMT as one of its parameters, and permitted formats include PDF and HTML.
The procedure (A) contains a link to a second procedure (B). If I click A's link I successfully navigate to B (within the HTML iframe), but then I have no easy way of getting back to A unless I regenerate the original report.
If the output format is HTML then in certain browsers I can right-click and choose to navigate back within the iframe that wraps the output - this uses the browser's own cached copy of the output and displays fine. However, in PDF I don't have this option.
I thought I could get around this problem with a button that has an onclick action to navigate back through the iframe's history, e.g.
But this seems to request a fresh copy of the PDF, and as no POST parameters are provided I only get 'No query information to decode'.
I could link this 'back' button to the HTML page's main 'run' button, or include a link back to A within B, but I'm sure there should be a way to navigate back to the original report without regenerating it.
Any suggestions on this problem are very welcome.This message has been edited. Last edited by: Kerry,
WebFocus 7.7 Windows Server 2008 R2 HTML Reporting
Tom, before trying anything else, verify the following: Do you get the 'No query information to decode' message while running the report in MRE or B.I. Dashboard? In my experience, this only occurs when running the report from Dev Studio, which the end-user will not be doing.
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
Thanks for the suggestion, but while Firefox does behave as expected IE (9) still shows the 'No query information to decode' message. I think I was testing as you suggested, I went directly to the html page via URL so the browser shouldn't have any interaction with Developer Studio.