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     PDF Drill Down Report and changed code

Read-Only Read-Only Topic
Go
Search
Notify
Tools
PDF Drill Down Report and changed code
 Login/Join
 
Guru
posted
Win2K/WebFocus 5.2.4/Adobe 6

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, 2003Report This Post
Virtuoso
posted Hide Post
The url of the drilldown doesn't change, so IE will just go to its cache for the result, if you've clicked there before.

Try:

clear cache in IE

drill-down from a fresh instance (a cell you didn't exercise before)
 
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005Report This Post
Guru
posted Hide Post
Jack,
Do I have to do this every time I make a change to the code?

Thanks for your help,
Carol
 
Posts: 428 | Location: Springfield, MA | Registered: May 07, 2003Report This Post
Virtuoso
posted Hide Post
Yes, when you are changing the results expected from a hyperlink in a static document, clearing the cache* should be second nature.

*In IE 6: Tools | Internet options | General tab, Temporary Internet files section, Delete files... | OK
 
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005Report This Post
Guru
posted Hide Post
Jack,
Thanks for your help and input. At least now I know I can't fix it permanently, and will continue to do it manually each time I make a change.

Have a grea weekend, Focal Point is always so helpful.
Carol
 
Posts: 428 | Location: Springfield, MA | Registered: May 07, 2003Report This Post
<Pietro De Santis>
posted
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.
 
Report This Post
Gold member
posted Hide Post
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:

TYPE=DATA,COLUMN=N1, FOCEXEC=PROGRAM2 (TI=&TIME),$

this would make every call different because the time would be different and would never use a cache version.

Leo
 
Posts: 96 | Location: Winnipeg, Manitoba, Canada | Registered: January 22, 2004Report This Post
Guru
posted Hide Post
Leo,
What a cool technique, I'll try that!

Thank you for answering this post.
Carol
 
Posts: 428 | Location: Springfield, MA | Registered: May 07, 2003Report This Post
Guru
posted Hide Post
Oh rats, this didn't pick up the changed focexec.
Like Pietro said, this only happens while in development, just have to get used to it.
 
Posts: 428 | Location: Springfield, MA | Registered: May 07, 2003Report This Post
Gold member
posted Hide Post
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.

Leo
 
Posts: 96 | Location: Winnipeg, Manitoba, Canada | Registered: January 22, 2004Report This Post
Guru
posted Hide Post
Hi LeoL
That may be our disconnect here, it does work with HTML but it doesn't work with PDF.
I think your idea is very clever however!

Thanks again,
Carol
 
Posts: 428 | Location: Springfield, MA | Registered: May 07, 2003Report 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     PDF Drill Down Report and changed code

Copyright © 1996-2020 Information Builders