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.
Hi, How to call WebFOCUS Procedures(.fex) in Flex Development. And How to Convert (.fex) into (.SWC) only SWC procedures can we import into Flex Developer. Please give me Suggestions.
Thanks, Swarna MuraliThis message has been edited. Last edited by: Kerry,
WebFOCUS 7.6.1, Windows 2003 Server, HTML, PDF,EXL2K
I recently started using Webfocus enable for flex. I am following the user guide and I am struck at data binding using ibidatagrid. I am setting URL of WebFOCUS procedure which is on localhost but data is not being displayed. This is the URL and procedure is in baseapp folder. fex name is flex_enable and output is in XML format.
probably would be better to open a new thread as this is a separate question (that shows solved) but here's how I do it (my procedures exist inside of MRE):
A couple of functions to set up the URL string:
// Public Variables
public var fex:String;
public var fex1:String = "http://servername/ibi_apps/WFServletIBIMR_action=MR_RUN_FEX&IBIMR_sub_action=MR_STD_REPORT&IBIMR_drill=RUNNID&IBIWF_action=WF_SIGNON&IBIC_user=userid&IBIC_pass=userpass";
public var fex2:String = "&IBIMR_domain=domain/domain.htm&IBIMR_fex=app/fexname.fex&IBIF_ex=app/fexname.fex&IBIMR_flags=&IBIMR_folder=#dashboardque&IBIMR_random=";
// Get data for policy
public function getFex():String {
var fex0:String = fex1 + fex2;
return fex0;
}
Then on the ibidatagrid:
<ibi:ibiDataGrid x="0" y="36" id="mainGrid" seturl="{getFex[)}"
visible="false" ibiAddRandom="true" left="10" width="1216" height="600" ibiUseFiltered="true" ibiCopyData="true"/>
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007