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 page that was created in Dev Studio html layout painter. It has three frames. The first frame contains a graph. Frames 2 and 3 contain reports. I'd like to have a drilldown link in Report3 (frame3) that updates the output in the other report frame as well as the first frame containing the graph.
Is this possible?This message has been edited. Last edited by: Mark Lin,
Is it as simple as calling a single fex with a TABLE FILE and GRAPH FILE in it pointing to the appropriate frames? I just tried that. Only the report is output in the window. No graph.This message has been edited. Last edited by: Mark Lin,
If you don't have the knowledge to use Susannah's suggestion then just point your drill down to a JavScript routine that updates the SRC attributes of your frames -
function myfunction(param_to_pass) {
perent.framename1.src="/ibi_apps/WFServlet?IBIAPPS_apps=....etc.&myParam="+param_to_pass;
perent.framename2.src="/ibi_apps/WFServlet?IBIAPPS_apps=....etc.&myParam="+param_to_pass;
}
This way you are re-executing the fexes in both frames with the new param value.
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