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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
MESSAGE VIEWER ON
 Login/Join
 
<Vijaya_settu>
posted
Hello Everyone,
I've "Message Viewer on" in Developer Studio. When I run my report, my report is running fine , but I got the following message at the bottom of the screen. "(Report has been deleted from the server ,You must run the report again if you want this report)". I appreciate any thoughts or suggestion regarding this issue how to get rid of that message.

Vijaya
 
Report This Post
Expert
posted Hide Post
Turn the message viewer off.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
 
Posts: 2723 | Location: Ann Arbor, MI | Registered: April 05, 2006Report This Post
<Vijaya_settu>
posted
Ginny Thanks for your reply,I usually turn OFF the “Message Viewer”. But one of our users has “Message Viewer On”. I’ve looked our html launch form, I noticed the SET “&FEXNAME” variable doesn’t recognize in HTML Form “”. I’ve tried in many different ways, I didn’t find any solution.

Below is my HTML form Launch page.

-SET &TITLE = '1 Enroll by Dept';
-SET &FEXNAME = 'enrollla.fex';
-*________________________________________
-HTMLFORM BEGIN


<script TYPE="text/javascript">
onload = function()
{
form.submit(true);
}

&TITLE












Please wait as &TITLE loads...




-HTMLFORM END
-EXIT
 
Report This Post
Expert
posted Hide Post
Another suggestion is to understand how to post code on a forum (not just this one either!!). It's not hard, has been mentioned many times before and is generally common among UBB type bulletin boards.

T
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
<Vijaya_settu>
posted
-SET &TITLE = '1 Enroll by Dept';
-SET &FEXNAME = 'enrollla.fex';

-HTMLFORM BEGIN
<HTML>
<HEAD>
<SCRIPT TYPE="text/javascript">
onload = function()
{
form.submit(true);
}
</SCRIPT>
<TITLE> &TITLE </TITLE>
</HEAD>
<BODY BGCOLOR="#CCFFFF">
<FORM  action=/ibi_apps/WFServlet method=post name ="form">
<INPUT type=hidden value=hfccqxyg/hfccqxyg.htm name ="IBIMR_domain">
<INPUT type=hidden value=MR_RUN_FEX name ="IBIMR_action">
<INPUT type=hidden value=MR_STD_REPORT name ="IBIMR_sub_action">
<INPUT type=hidden value=app/&FEXNAME name ="IBIMR_fex">
<INPUT type=hidden value=#finishedrepo name ="IBIMR_folder">
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<FONT COLOR=BLUE><CENTER>
Please wait as <B><I> &TITLE </I></B> loads...
</CENTER>
</FORM>
</BODY>
</HTML>
-HTMLFORM END
-EXIT
  
 
Report This Post
<Vijaya_settu>
posted
Tony,Thanks I able to upload the code.
 
Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders