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.
This is driving me crazy!! I create a report in Adobe with drill down, call the second focexec and view the report in Adobe which seems to be picking up a cached version of my code. As I'm making changes to the second focexec and saving them, I'm not seeing them in my PDF output (drilled down).
Anyone run into this?
Thanks, Carol
Posts: 428 | Location: Springfield, MA | Registered: May 07, 2003
When doing web development, you should always set your Internet Explorer Temporary Internet files setting to "Every visit to a page". Due to unexplainable idiosyncrasies with IE, you may sometimes have to empty the cache as well.
This is not necessary for the users however, as they will be running programs that are stable, not being changes and rerun immediately.
Well we ran into that problem for both developing and for our webserver(since every time a person clicked on a report, we wanted to update a counter and make sure IE didn't grab the cache) and this is the solution we came up with.
-SET &TIME = HHMMSS('A8');
then when running the report, pass the dummy &TIME variable as a parameter along to the next report. In your case a drilldown and it would work like:
That's odd... works here... and it just make sence since the URL of the call should be different every time by the Time variable. I never tried it in a PDF file but I know it works great with the HTML pages we have.