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  Rules, Regulations, and FAQs    'Please wait.....' question

Read-Only Read-Only Topic
Go
Search
Notify
Tools
'Please wait.....' question
 Login/Join
 
Member
posted
Hi,
I've researched focal point for the 'please wait' issue.. am trying the redirect solution but having a bit of a problem. I'm loading the 'wait' fex (with the redirect url) into the frame so the user sees the 'please wait' message before the data loads. The 'wait' message does briefly appear in the frame, but then I'm getting the following error:
0 ERROR AT OR NEAR LINE 10 IN PROCEDURE car_launch
(FOC015) THE TEST VALUE IS LONGER THAN THE FIELD FORMAT LENGTH:
BYPASSING TO END OF COMMAND
(FOC009) INCOMPLETE REQUEST STATEMENT




-HTMLFORM BEGIN
<html>
<head>
<META HTTP-EQUIV="Refresh"
CONTENT="2 ;
URL=http://focus2:8080/ibi_apps/WFServlet?IBIF_webapp=/ibi_apps&|IBIC_server=EDASERVE&|IBIWF_msgviewer=OFF&|IBIAPP_app=car_launch&|&|IBIMR_drill=X,djackson/djackson.htm&|IBIF_ex=car_launch&|CLICKED_ON=&|COUNTRY=&COUNTRY">
</head>
<div ID="waitDiv" style="position:absolute;left:280;top:150;">
<center>
<table border=4 cellpadding=1 cellspacing=1 width="200"><tr><td>
<table cellpadding=1 cellspacing=1 border=1 width="100%"><tr><td>
<center><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Report is loading.......</font>
</center>
</td>
</tr>
</table>
</td></tr>
</table>
</center>
</div>
</body>
</html>
-HTMLFORM END


thanks,
Donna


Dev Studio 8.1.0.4, App Studio 8.1.5m, Reporting Server 8.1.4, InfoAssist, Active Technologies, Windows 2003 Server, Windows7
 
Posts: 20 | Location: Wheaton College | Registered: April 25, 2005Report This Post
Platinum Member
posted Hide Post
I'm sure you'll get several alternatives. I add a javascript function in the onload section:
  
<SCRIPT id=clientEventHandlersJS type=text/javascript>
function window_onload() {
UpdateData();
// TODO: Add your event handler code here
}
 
function showRunning() {
window["iframe1"].document.body.innerHTML = "<br><br><b>Running, please wait...</b>";
}
</SCRIPT>


and then add it to the form's onsubmit:
onsubmit="showRunning();OnExecute(this);return false;


WF 7.7.04, WF 8.0.7, Win7, Win8, Linux, UNIX, Excel, PDF
 
Posts: 175 | Location: Pomona, NY | Registered: August 06, 2003Report This Post
Expert
posted Hide Post
The error has nothing to do with the Wait message; in your focexec, car_launch, you have an error at line 10. Put your focexec code between the </> code tags...


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
 
Posts: 1972 | Location: Centennial, CO | Registered: January 31, 2006Report This Post
Master
posted Hide Post
Thanks everyone for helping to answer this post. These types of questions need to be posted to the WebFOCUS Forum.

Have a great day.

Sincerely,

Kathleen Butler
Information Builders
 
Posts: 391 | Location: New York | Registered: September 20, 2006Report This Post
Platinum Member
posted Hide Post
quote:
WebFOCUS Forum.

hmmmmm. Can you put a link to that FORUM here? I thought this kind of post is exactly what Focal Point was for. Please clarify. Thanks!


WebFOCUS 8.1.05 Windows 7, all output
 
Posts: 107 | Registered: February 18, 2011Report This Post
Member
posted Hide Post
Link to the 'WebFOCUS/FOCUS Forum on Focal Point' forum: http://forums.informationbuild...s/a/frm/f/7971057331

This is 'Rules, Regulations, and FAQs' forum instead...


WebFOCUS 8206
Windows 7, 10
HTML, PDF, Excel, Active Reports
 
Posts: 5 | Registered: July 13, 2012Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  Rules, Regulations, and FAQs    'Please wait.....' question

Copyright © 1996-2020 Information Builders