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.
Is it possible to pass a variable along with the focexec ARHC0130S in this example? The code was generated in developer studio. The html is run from a focexec that sets the variable that I need to pass.
Do you have an parent and a child fex? If so you probably have a line of code that executes the fex. You can put some variables in that line something like (VAR1=N1 VAR2=N2)
Frank
prod: WF 7.6.10 platform Windows, databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7 test: WF 7.6.10 on the same platform and databases,IE7
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006
the code is being run from an asp page. the asp page captures the active directory userid and then calls the focexec. the focexec sets the ad username to a variable. the focexec then does -htmlform begin and populates drop down boxes and executes a report from a button. i would like to be able to pass the ad variable along with focexec that gets executed. that is the line of code shown above.
i don't think it can be done this way.
WF 8 version 8.2.04. Windows. In focus since 1990.
Posts: 189 | Location: pgh pa | Registered: October 06, 2004
Originally I was using DevStudio. Today as I like to have full control of code plus use corporate styles. Therefore, I am doing html manually.
May be I am too dummy, but I have not find any way how to pass HTML variables to fex. So, I am writing manually INPUT_CONTROL part (i.e. to fill drill downs, other controls) and I am writing manually VARIABLES part to pass values to variable in FEX.
Is there any better way to do things without DevStudio?
I know - it is possible to use ajax to fill controls and kind of '/ibi_apps/WFServlet?IBIF_ex=procedure.fex&PARAM1=' technique to pass variables. Is it the only way? Any place to read about alternatives in internet?
The trouble with trying to use a hybrid HTML page is that the control code within the "composed" source will have a certain way that the parameters are gathered and included within the called URL.
There are basically three components to the "newer" (relatively speaking) composer creation that, unless you are fully conversant with it, can cause you many headaches (just ask Francis ).
My advice can be clarified by - either use composer in full or write your own from scratch.
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
Here is an example of an HTML page with the minimum HTML code required to execute a fex in MRE. In this example, there are three controls, a text box, a radio button set and a list box. The submit button executes 1 fex.