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     [SOLVED] "Loading..." message in HTML

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] "Loading..." message in HTML
 Login/Join
 
Platinum Member
posted
Hey,
I have a frame on my HTML layout that displays output from a fex when the HTML program is run. The fex takes a few seconds to run and I would like to have a message that says "Loading..." in the frame while the fex is running in the background. Anybody done this before? Thanks!

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


Windows version 768
 
Posts: 215 | Registered: March 16, 2006Report This Post
Virtuoso
posted Hide Post
If you do a search on the forum for this, I'm sure you'll find more than enough threads. So, yes, someone has done this before. And it is not really very hard to do either.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
 
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007Report This Post
Expert
posted Hide Post
you'll launch a fex that contains a redirect statement, the redirect executes the report, whereas the launched fex contains a 'wait' statement.
Do you want an example?
-* take these parms from your inputscreen or wherever you get them
-DEFAULT &VALUE2 = 'SOMEVALUE';
-DEFAULT &DISPLAYUSER = 'you';
-*
-HTMLFORM BEGIN
<html>
<head>
<META HTTP-EQUIV="Refresh"
CONTENT="1  ;
URL=/ibi_apps/WFServlet?IBIF_webapp=/ibi_apps&|IBIC_server=EDASERVE&|IBIWF_msgviewer=OFF
&|IBIAPP_app=myapp&|&|IBIMR_drill=X,mydomain/mydomain.htm
&|IBIF_ex=myreportfex&|CLICKED_ON=&|MYPARM1=VALUE1&|MYPARM2=&VALUE2">
</head>
 
<body    TOPMARGIN="0">
<table width="100%" height="*" style="border-collapse: collapse" bordercolor="#111111" cellpadding="0" cellspacing="0" >
 <tr >
   <td valign="middle" align="center" style="padding-top: 150">
  <div id="second"  >
  <i>
<font face="Verdana, Arial, Helvetica, sans-serif" color=BLUE
 style="letter-spacing: 3; font-size:8.5pt;">
<BR />

eFinance is loading the default Budget Spread for   &DISPLAYUSER  . . . </font></i>
  </div>
</TD></TR>
</table>
</body>
</html>
-HTMLFORM END

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
Platinum Member
posted Hide Post
Thank you for your help, Susannah!


Windows version 768
 
Posts: 215 | Registered: March 16, 2006Report 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     [SOLVED] "Loading..." message in HTML

Copyright © 1996-2020 Information Builders