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.
I would like to know if it is possible to execute js functions while i'm processing a large procedure.
I've a frameset where in the top frame appears a loading message, and in the main frame I process my focexec, when it is finished it changes the body size of the top frame and make it disappear, but I would like to send messages to the top frame like: 'First part of your request is processed (Include 1)', 'Second part processed', etc.
Here is an idea. Only an Idea. you could break up your procedure into seperate steps (where you want to show a message), at the end of each step be an -HTMLFORM statement with a message to display back to the user and some javascript code the execute the next step. Be sure you create unique files for each step for each user and use them in the next step. This may be a lot of work but may give you what you want. If it were me, I would just try to display a page that says processing your request, and maybe put an animated gif on that page. Using the first technique does have it benefits if the request is a long processing request because after each step is completed the browser fires off the next request which will help prevent browser time outs. If you do get the first suggestion working please post the code here for other users. Hope this idea helps.