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.
But what if I want to link to a launch page called test.htm? Am I forced to have to create a procedure consisting of:
-HTMLFORM test.htm
And link to this?
Also, I am having trouble passing a variable from my launch page to the requested procedure. The following is the HTML for my launch page and was built in HTML Layout Painter (version 764). I want to pass the value of a hidden input in launch page to procedure and use as an amper variable. I know this is asking a lot but I’m stumped on these two items.
This message has been edited. Last edited by: CDC,
WebFOCUS 7.6.4 WebFOCUS Client is on Windows 2000 Server running Tomcat Application Server. WebFOCUS Reporting Server on iSeries V5R4 Excel, HTML and PDF
HTML pages are server from the client. You use the HTML Layout Painter to create the file and it will reside on the reporting server. Since you are on a split environment, you must then copy the html file from the Data Servers section of Developer Studio to the Web Applications section.
Yes, thanks GinnyJakes. I was able to copy htm file down to a directory I called launch under the "ibi_apps" section of the WebFOCUS Client on my web server. I am now able to link to:
I am still trying to work out passing a value from a hidden tag in the html launch page. I have found examples of straight html form submission, but have not been able to find information on the xml request tags HTML Layout Painter generated here.
WebFOCUS 7.6.4 WebFOCUS Client is on Windows 2000 Server running Tomcat Application Server. WebFOCUS Reporting Server on iSeries V5R4 Excel, HTML and PDF
I have found out to pass a hidden value from the posted HTML launch page to the requested procedure I needed to add the following tag to the html file:
This would allow &RPT_NUM in procedure to be populated with the value of RPT0001.
WebFOCUS 7.6.4 WebFOCUS Client is on Windows 2000 Server running Tomcat Application Server. WebFOCUS Reporting Server on iSeries V5R4 Excel, HTML and PDF