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     [SOLVED] submit multi reports in different iframes thru drilldown

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] submit multi reports in different iframes thru drilldown
 Login/Join
 
Platinum Member
posted
I have a HTML page (built with the composer) with three iframes. By starting report_1 is loaded in iframe1.
Is it possible from report_1 thru drilldown (not a multi) to start report_2 in iframe2 and at the same time report_3 in iframe3.
How should that be done?

This message has been edited. Last edited by: Kerry,
 
Posts: 103 | Registered: March 18, 2008Report This Post
Expert
posted Hide Post
Javascript or possibly using TARGET, depending on the browser.... I think.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Virtuoso
posted Hide Post
i have done this on a microsoft internet page




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

 
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006Report This Post
Master
posted Hide Post
Using FOCEXEC along with TARGET command will allow only one drill report.

Since you need to load 2 reports in 2 different iframes, you have to use javascript. On click of the text in first report, pass the value and reload the iframe by reassigning value to iframe.src property of iframe_2 and iframe_3.
Refer below sample snippet
onclick_event(){
iframe_2.src="www.google.com"; /*you need to direct this to WF procedure
iframe_3.src="www.yahoo.com"; /*you need to direct this to WF procedure
}


Hope this helps.
 
Posts: 542 | Location: Dearborn, MI | Registered: June 03, 2009Report This Post
Gold member
posted Hide Post
Hi MrM,

If you do not really need a site composed of 3 iframes, you could also try creating 2 pages each with two iframes. The first page contains report1 in frame1 and drilldown-page (page 2) in frame2. You can drilldown to an HTML page from report1 as well.
This 2nd page may contain your 2 drill-down target reports and will also forward the necessary variables to reports 2 & 3.
Nevertheless there is one limitation (AFAIK): there seems to be a bug with passing on multi selection variables to a HTML page (only the first variable will be read by the page - noticed in 7.6.10, still there in 7.7.0.1) - a case is opened for this one with IBI but I was told that this is not regarded an error - for some reason whatsoever.

Regards
Linne


WebFOCUS 7.7.03
 
Posts: 67 | Registered: January 05, 2011Report This Post
Platinum Member
posted Hide Post
I'm just back on the job, thanks for all the replies. I will try all the different options.
 
Posts: 103 | Registered: March 18, 2008Report This Post
Virtuoso
posted Hide Post
Right-click on each frame, select Frame Properties, and set the Hyperlink Properties to execute the appropriate external report procedure. If you want the reports to run automatically when the page opens, change Auto Execute from false to true in the Properties dialog box for each frame. If you want all three to run when a button is pushed, right-click the button, select Hyperlink Properties, and add all three external report procedures as actions with the Target Name for each set to the appropriate frame. No need to write any JavaScript in these cases.

This message has been edited. Last edited by: Dan Satchell,


WebFOCUS 7.7.05
 
Posts: 1213 | Location: Seattle, Washington - USA | Registered: October 22, 2007Report This Post
Platinum Member
posted Hide Post
Dan,

Thanks for your reply it was a great help.
 
Posts: 103 | Registered: March 18, 2008Report 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     [SOLVED] submit multi reports in different iframes thru drilldown

Copyright © 1996-2020 Information Builders