Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     How to Call Fexes from ASP

Read-Only Read-Only Topic
Go
Search
Notify
Tools
How to Call Fexes from ASP
 Login/Join
 
<Socrates>
posted
I'm trying to figure out how to call fexes from within asp code. My intent is to keep all the asp functionality, i.e, dashboard, filters, logic, etc. and just display the report using fexes. Any help is greatly appreciated...thnks
 
Report This Post
Gold member
posted Hide Post
Basically you make a call to the WFSERVLET from your button click event on the asp page.
The servelet has certain fields that need to be filled from the asp page. IBIMR_DIR and IMIMR_domain and stuff... Just dont forget to set these variable to the crazy names that web focus gives them and not to the names displayed on the folder itself.


Or you can pass it as a herf.
href="http://svr99rvi/ibi_apps/WFServlet?IBIF_ex=facility"

This message has been edited. Last edited by: Erney,


WF 7.1.7- Windows XP
 
Posts: 63 | Registered: August 28, 2007Report This Post
Expert
posted Hide Post
Interesting you should ask...
Just yesterday an IBI guy told me 'no one did that anymore, everyone used dashboard'...ha!! could he be more wrong?

here's a quick example of an .asp page from developers studio on a local box, running 762.
Depending on your setup, (edit your profile for us, please), some of the bits may be a bit different.
<FORM name="form1" action="http://localhost/ibi_apps/WFServlet" TARGET="main"  method="get" >
<input type="hidden" name="IBIC_server" value="EDASERVE" />  

...this is the path on my box
<input type="hidden" name="IBIAPP_app" value="Inventory Inventory baseapp" />
 <input type="hidden" name="IBIF_ex"  value="invrep11">
 <input type="hidden" name="MYPARM1" value="MYVALUE1">
 <input type="hidden" name="MYPARM2" value="MYVALUE2">
 <input type="hidden" name="MYPARM3" value="MYPARM3"> 

... heres an example of a parameter visible to the user
 	<tr><td><select name="MYPARM4" size="1"   >
 	<option selected value="ALL">All VALUES OF WHATEVER</option>

... this bit includes a file of pre-made drop down values
 <!-- #include file="list_inv/list_SMT.txt" -->
	</select></td>
<INPUT TYPE="reset"  NAME="RESETbutton" VALUE="reset"   >
   <input type="submit" name="submitbutton" value=" GO "   ></td>
    </form>	


This message has been edited. Last edited by: susannah,




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
<Socrates>
posted
Thanks Erney, Susanah...Your posts were very helpful.
 
Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     How to Call Fexes from ASP

Copyright © 1996-2020 Information Builders