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 created a launch page (2 frames) with two hyperlinks and some other control items (date boxes and dropdowns).
When I click on one of the hyperlinks, the report correctly loads in the content frame to the right. When I click on the other hyperlink l expect that report to overlay the report in the content frame from the first hyperlink.
Each hyperlink's properties box is coded: Target type and name: 'iframe39' (which is the name of the content frame).
I have been searching the 'Developing Reporting Applications' Manual and looking at Tech Support for any caveats re: multiple reports to a frame via hyperlinks - but I see no advisories about this
I have no problems getting the controls generated report to be overwritten by a hyperlink-generated report.
When I click on the other hyperlink l expect that report to overlay the report in the content frame from the first hyperlink.
You didn't mention what actually happens. Does it open a new window? From the description of your launch page, it sounds like it should work. Perhaps you have a typo? I'm not sure what you mean by
quote:
I have no problems getting the controls generated report to be overwritten by a hyperlink-generated report
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
I have created a launch page (2 frames). The frame page on the left contains two hyperlinks and control items (date boxes and dropdowns).
When I click on one of the hyperlinks or select parameters to be passed to a fex, the resulting report correctly loads in the content frame to the right.
When I click on the other hyperlink l expect that report triggered by the hyperlink to appear in the right side frame (thereby overlaying the (first) report which was generated by the selected control parameters.
Instead of seeing the new report loading into the frame, the new report appears in a new window.
I have gone back over my configuration coding, and I verified that each hyperlink's properties box is coded: "Target type and name: 'iframe39'" (which is the name of the content frame).
Whether I generate the initial report via selected control parameters or via clicking on the hyperlink...that initial report is loaded into the frame window. This is what I expect.
Then, when I want to generate a second (or next) report, it does not always load into the same frame...sometimes it loads into a new opened window.
I have rechecked my settings, and I am sure that I have coded each control(thru report layout painter) to load its report or URL into the frame page.
That is the problem. At best, its load performance is very inconsistent. Unless there is something missing, every report should always load into the right side frame.
If you need to see any other code, please let me know.
Unfortunately, I have no experience with the layout painter in v7 but I expect inconsistencies are to be expected! SOrry I can't help any further. Something that works sometimes and does not other times is very suspect. Perhaps you need the latest patches to Dev Studio or WF server.
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