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.
The call that you are making is for the older form of Managed Reporting - which is now the Repository of course.
You may wish to use the newer call where the URL would be like the following -
"/ibi_apps/rs/ibfs/WFC/Repository/Public/Procedure.fex?IBIRS_action=run"
or from an application folder -
"/ibi_apps/rs/ibfs/EDA/EDASERVE/ibisamp/carinst.fex?IBIRS_action=run"
I think that you should be able to work out how you need to change your HTML form obects.
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
Tony - Thank you. just had to add the ID and Password and it worked.
Since business does not want the ID/password every where had to make additional changes.
-SET &LOADING=1;
-HTMLFORM BEGIN
<HTML>
<HEAD>
<SCRIPT TYPE="text/javascript">
function load(){
document.frm1.submit()
}
</script>
<TITLE> Loading </TITLE>
</HEAD>
<BODY BGCOLOR="WHITE" onload="load()">
<form name="frm1" id="frm1" action="/ibi_apps/run.bip" method="get">
<input type="hidden" name="BIP_REQUEST_TYPE" value="BIP_RUN">
<input type="hidden" name="BIP_folder" value="IBFS:/WFC/Repository/tester1/Hidden_Content">
<input type="hidden" name="BIP_item" value="&LOAD_FEXNAME">
<input type="hidden" name="GRP_NR" value="&Group_Num">
<input type="hidden" name="LOADING" value="&LOADING">
<BR>
<BR>
<BR>
<BR>
<BR>
<FONT COLOR=BLACK><CENTER>
Per your selection, this report may take up to 5 minutes to complete.
</CENTER>
</FORM>
</BODY>
</HTML>
-HTMLFORM END
-RUN
Now I can make this a generic Please Wait after I add all of the different hidden criteria for the application. I have not tested it to run an object outside of the current domain/Repository folder yet.
dksib DC Tech Services Inc WF 8.2.1M
Posts: 117 | Location: US | Registered: February 09, 2004