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.
I need some help here. I have an application was was built in Apps Studio 8009. I'm trying to convert it to our new version 8202M. When I click on a link that should open up an html file and pass a variable named account_number, I keep getting a FOC1517 error. Anyone seen this before? What can I do to get rid of it? Any help will be greatly appreciated. See error image below.
Also here's the section of code that creates the link. This file runs perfect at run time, its when I click the link that I get the error.
PS. this all worked perfectly in the 8009 version.
You're running an HTML file as if it were a FOCEXEC. No wonder the interpreter complains.
You probably should use URL= instead of FOCEXEC= in your drilldown.
That, or your HTML file also contains FOCUS code, in which case it should have a .fex extension and wrap the HTML inside -HTMLFORM BEGIN and END statements.
WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010 : Member of User Group Benelux :
Are you saying that in 8009 this drill down actually works? Was the FOCEXEC= hand coded? I don't think App Studio will allow you to set an HTM file to Execute Procedure from the GUI.
WebFOCUS 8206, Unix, Windows
Posts: 1853 | Location: New York City | Registered: December 30, 2015
Then 8009 was allowing a technique that's not quite legit. Sometimes, those back doors get locked without notice. Any possibility you'd consider changing your approach? Perhaps there's an easier way to accomplish the same thing that won't put you in an unsupported/undocumented technique. What does the HTM file accomplish? A drilldown usually passes a value to another report/chart.
WebFOCUS 8206, Unix, Windows
Posts: 1853 | Location: New York City | Registered: December 30, 2015