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.
We have a few fex in MR that we want to be executable directly from a URL without the user having to log in to MR. I have scanned this forum about it, so I learned about setting the parameter IBMR_drill to 'RUNNID' or 'X,domain1/domain1.htm' in order to obtain that, but there is still a step missing due to the use of the HTML LAyout Painter. This is the scenario: we have built an html page with the painter and we have inserted it in a fex with the command -HTMLFORM; then we have built an URL that has IBMR_drill=X,...; when we launch this, no problem, we obtain the page without having to log in; but when we submit the fex, it asks us to log to MR; in the old version of the painter, it was easy to go in the html code, and add the parameter to the form that was created, but now(7.6.8) it creates an xml ibi_request and I don't know what to do about it. Is it still possible to modify the page created by the tool to add somewhere IBMR_drill, or maybe someone has some other suggestions to allow us to avoid to code the pages entirely from scratch?
Thank you.
Marco SirottiThis message has been edited. Last edited by: Kerry,
Webfocus 7.7.3 Oracle Windows Server 2003 Output: PDF, HTML(A), EXCEL
Posts: 25 | Location: Montreal | Registered: November 27, 2007
Typically MR Reports are made available by being able to "Publish" a report. As you've likely noted, this functionality does not extend to being able to publish an HTML Launch page (Which is essentially what you're doing even if you're using a -HTMLFORM).
If this is functionality that you're looking for, I'd open a case with Techsupport and ask them to create a New Feature Request.
This is functionality that a number of people have asked about. The more people that open a case and specifically request it, the more likely it will be considered as an addition to the product.
You can tell the Technician to RDUP the case to 52652516.
With this said, it is possible to work around this limitation by manually editing the launch page so that the proper values are loaded when the launch page is actually executed.
(e.g. Add hidden input controls that pass a value for IBIMR_drill)