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     HTML BACK UP button or link

Read-Only Read-Only Topic
Go
Search
Notify
Tools
HTML BACK UP button or link
 Login/Join
 
Master
posted
First I want to say thanks to everyone out there who has ever asked a question or provided input, your participation is what makes this a successful community of developers.

I have a resource layout page that shows 4 graphs 2 by 2. Three of the graphs drill-down to a report in the same iframe that the graph originally was show in. Here is what a user might do

1. the user drills down lets say on graph1 and see its detail report.
2. the user then drills down on graph3 and see its detail report

what the want it to be able to have a button or link that will allow them to backup.

Here is the issue
If I put a link or button on the resource layout page or then html page and use JavaScript to go back using history the is backs up graph3 and then graph1. The use wants ‘to be able to control what the backup . one backup button/link for each graph/report.

Any Ideas
Thanks in advance




Scott

 
Posts: 865 | Registered: May 24, 2004Report This Post
<Tim Howard_ABCBS>
posted
You should be able to use the following javascript code to go back:

javascript:history.go(-1)

You can do this in many ways. You can put a hyperlink in the header or footer of each report/graph. You can also insert an image with an onclick event or wrapped in anchor tags.

Hope this is what you are looking for.
 
Report This Post
Master
posted Hide Post
Tim, There is a problem with that. As I stated if I use history it backs up in order of the browsers history. that is to say if I drill down on graph 1 and then drill down on graph 3 and them click the back (history) of graph 1 I want graph 1 to go back and the browses will make graph 3 go back then if I click graph 1 again it will finally go back but only after graph 3 goes back. I how you can understand what I mean.




Scott

 
Posts: 865 | Registered: May 24, 2004Report This Post
Expert
posted Hide Post
Texas,

The biggest problem that you will have in pullingback historic pages, as you probably know, is knowing how to work out the number to use in the javascript history call to obtain an acurate call.

So instead of calling the reports from the graphs anew, how about using the function suggested by Paul Burridge in response to a question by Ryan Ferguson - this topic - such that each report is pre-created and only shown when required?

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
Member
posted Hide Post
Tim,thanks even we had the same problem. After using javascript:history.go(-1) it is working perfect.
our users wanted same thing to be done, if they closes the drilldown window accidently/
we want webfocus to goback to prev window instead of closing the window.

any suggestion woudl be greatly appreciated.
 
Posts: 5 | Registered: April 23, 2006Report 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     HTML BACK UP button or link

Copyright © 1996-2020 Information Builders