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     Concurrent Processing

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Concurrent Processing
 Login/Join
 
Gold member
posted
I have a WebFOCUS program which uses numerous fexes to build a report. Each fex is somewhat time consuming and I am wondering if there is a way to set it up where the numerous fexes would run concurrently rather than in order.

Thanks for any advice.
 
Posts: 90 | Registered: April 15, 2004Report This Post
Platinum Member
posted Hide Post
If you have an HTML launch form, and this form
calls for the execution of the multiple Focexecs
when the SUBMIT button is clicked, or the form
autosubmits when it is called, then all of the focexecs are assigned to different WebFocus tasks and run in parallel.

The output could appear in different frames of the Form or whereever.
 
Posts: 226 | Registered: June 08, 2003Report This Post
Expert
posted Hide Post
Gerry, whats the exact html syntax for multiple fexes from a single submit button and for specifiying different TARGETs for each one?
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
<WFUser>
posted
Susannah,

You don't need multiple targets, just multiple forms in your html. Here is the JavaScript code to submit all of the forms but it gets a little more complicated if you need to pass the parameters from one form to the others. Your form tag then needs to run this JavaScript OnSubmit.

function suball()
{
document.form1.submit();
document.form2.submit();
document.form3.submit();
}
 
Report This Post
Expert
posted Hide Post
hmmm. this is very interesting.
so for ex, 2 forms. no submit button per se in each form. Each form could have a the same or separate targets.
just one submit button with javascript.
I wonder if i could have 2 forms, 2 fexes, same target. 1st fex clears the target frame, because it runs faster. the 2nd fex populates the target frame with its results.
What do you think, WFuser?
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
<WFUser>
posted
Sure, why not?
 
Report This Post
Gold member
posted Hide Post
Took me a day or so, but I got it to work..Thanks WFUser for the syntax.
 
Posts: 90 | Registered: April 15, 2004Report This Post
Virtuoso
posted Hide Post
quote:
Originally posted by Stan:
[qb] I have a WebFOCUS program which uses numerous fexes to build a report. Each fex is somewhat time consuming and I am wondering if there is a way to set it up where the numerous fexes would run concurrently rather than in order.
[/qb]
How do the 'numerous fexes' contribute to the single 'report'? If their results are homogeneous (in the sense that they produce HOLD files with uniform MFDs) and the objective is to use TABLE to format a report against the combined data -- I've done that and can provide some details.
 
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005Report 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     Concurrent Processing

Copyright © 1996-2020 Information Builders