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.
Has anyone faced issues with WEBVIEWTARG in version 8207.18. I see that the both the below commands do not work at all in this version:
SET WEBVIEWTARG = _self
ON TABLE SET WEBVIEWTARG OFF
Handling this in Javascript is one option but please let me know if anyone has a workaround. Please note I need to open this in the same frame. You can take below code as example:
TABLE FILE CAR HEADING CENTER "Sample Drilldown Report" "for Car" PRINT COUNTRY CAR MODEL ON TABLE SET WEBVIEWER ON ON TABLE SET WEBVIEWTARG OFF ON TABLE PCHOLD FORMAT HTML END -RUN -EXIT
Thank you, PrajaktaThis message has been edited. Last edited by: FP Mod Chuck,
When you say don't work what do you mean? Do you get an error or is the report not displayed. Is this deployed in a portal?
I tried your code with 8.2.07-14 and I see the webviewer no matter what. Is that the issue? If so just change your code to ON TABLE SET WEBVIEWER OFFThis message has been edited. Last edited by: FP Mod Chuck,
Thank you for using Focal Point!
Chuck Wolff - Focal Point Moderator WebFOCUS 7x and 8x, Windows, Linux All output Formats
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005
Thank you for the response! The WEBVIEWTARG command opens a new frame and does not open it in the same window. This was working fine previously. But does not work in this version now. No doubt the code works but it opens a new window and not in the same window. It would be really great if you could help me in this topic.
Is this a drill down report that you want to see in the same window where the link is clicked? I'm not clear on it not opening in the same window. What is in the window before this report is run?
Thank you for using Focal Point!
Chuck Wolff - Focal Point Moderator WebFOCUS 7x and 8x, Windows, Linux All output Formats
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005
It is not a drilldown report. With drilldown it is easy to control I guess with target=blank in styling. However, if I run this code it opens the result in the new window and not in the same.
Please let me know if you have any further questions .
I guess I'm still not getting this. Where is the fex initiated from where it opens in a new window. Anytime I run a fex for the first time from the web inteface or app studio the output does display in a new window
Thank you for using Focal Point!
Chuck Wolff - Focal Point Moderator WebFOCUS 7x and 8x, Windows, Linux All output Formats
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005