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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Drill down link to create output in two frames

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Drill down link to create output in two frames
 Login/Join
 
Member
posted
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,
 
Posts: 2 | Registered: November 15, 2007Report This Post
Member
posted Hide Post
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,
 
Posts: 2 | Registered: November 15, 2007Report This Post
Expert
posted Hide Post
have your fex target the _parent
and completely replace all 3 frames.
use
-htmlform begin
..and rebuildyour entire frameset here

-htmlform end
You hated that answer , didn'tyou, so try this:

have your link use both an href with a target
AND an onclick with a frame reference.
like this:
<a  href="http://server/ibi_apps/WFServlet?IBIF_ex=fexname&PARM1=VALUE1"  TARGET=framename 
    OnClick="parent.banner.location='http://server/ibi_apps/WFServlet?_ex=fexname2&PARM2=VALUE2'" 
    CLICK HERE </a>

You can add a bunch more locations/value pairs to a single OnClick, just separate them with semicolons




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
Expert
posted Hide Post
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, 2004Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Drill down link to create output in two frames

Copyright © 1996-2020 Information Builders