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     [CLOSED] Rerun/Refresh a Report Through Javascript

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Rerun/Refresh a Report Through Javascript
 Login/Join
 
Gold member
posted
I need to force my page to refresh from within a button click event when backend data has changed. Location.Refresh() doesn't do it. It just confuses WebFocus, "No Query Information Available."

This message has been edited. Last edited by: FP Mod Chuck,


WebFOCUS 8.2.04 (and climbing)
Windows 10, AppStudio
 
Posts: 84 | Registered: February 08, 2018Report This Post
Expert
posted Hide Post
I'm confused too. Do you want it to refresh on a button click or when the data changes? Or are you planning to trigger the button-click from something that detects a change in the data?
quote:
from within a button click event when backend data has changed
 
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005Report This Post
Gold member
posted Hide Post
On a button click. This is what I'm up to:

$(function() {
$.ajax({url: "http://aka-bi-webdev1.alaska.ihs.gov/RunPackage/RunPackage.aspx?package=AJAXTestJob",
success:function() {
alert("Success");
event.stopPropagation();
event.preventDefault();
IbComposer_triggerExecution('load', 1);
},
error: function (request, status, error) {
alert(request.responseText);
}),
dataType:"jsonp",
type:"get",
async:false
}
)})

This message has been edited. Last edited by: mbondr,


WebFOCUS 8.2.04 (and climbing)
Windows 10, AppStudio
 
Posts: 84 | Registered: February 08, 2018Report 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     [CLOSED] Rerun/Refresh a Report Through Javascript

Copyright © 1996-2020 Information Builders