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 a drilldown that is taking a long time to run. I want to display infomation to the requestor at the "Click" time and still run the report in the background. What I think I need to do is, drill to a fex that has embedded HTML form which has the infomation and image to be displayed. Then in javascript have an onLoad function that will run the report.
Does anyone have a sample of this or can give a sample of what they use for such a situation.
ThanksThis message has been edited. Last edited by: David Sibert,
dksib DC Tech Services Inc WF 8.2.1M
Posts: 117 | Location: US | Registered: February 09, 2004
i use a redirect. the drill runs a fex with an html with both a redirect fex and message that stays up until the redirected fex finishes. stay tuned a minute...i'll get you some code
so my launch page runs this fex (called bvm_spread_op_redirect), and this fex in turn redirects to whatever i've put in the variable &redirectfex, in this case something called 'bvm_spread_container.fex'.
See the CONTENT="0 ; That says wait 0 seconds before you execute this redirect fex. See the 'Running Budget Spread...' ? That bit stays visible as long as it needs to, until the browser delivers the report. You can put more parms in, display the parms selected, display the images you mention above, caution the user not to click the Run button a second time, etc.This message has been edited. Last edited by: susannah,
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003