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     Maintain : Calling maintain in Dashboard.....

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Maintain : Calling maintain in Dashboard.....
 Login/Join
 
Platinum Member
posted
Hi,

When i call a maintain module from a report in our dashboard (which we open within our dashboard not in a seperate window - as our client requested ) , i can't use the back button anymore , cause when i click on it it states "disconnected from server" , and just refreshes the maintain module ...

Is there anyway i can get control over the back button back.

Any ideas anyone .....


D: WF 7.6.2 P. : WF 7.6.2 on W2003
------------------------------------------------------------------
I see myself as an intelligent, sensitive human, with the soul of a clown which forces me to blow it at the most important moments.

-Jim Morrison-

 
Posts: 206 | Registered: February 25, 2005Report This Post
Expert
posted Hide Post
Pete,

Just so that the issue isn't confused (as is always the case when someone mentions "dashboard") could you confirm that you are talking about a Self Service app and your own "dashboard" and not the IB one?

I ask this, not because I know much about maintain (we'll leave that to the wizard Smiler) but more in an effort to ensure that the replies do not go around the houses because of a misunderstanding about the term "dashboard".

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Platinum Member
posted Hide Post
Hey T.,

Its BI Dashboard , the one and only

P.


D: WF 7.6.2 P. : WF 7.6.2 on W2003
------------------------------------------------------------------
I see myself as an intelligent, sensitive human, with the soul of a clown which forces me to blow it at the most important moments.

-Jim Morrison-

 
Posts: 206 | Registered: February 25, 2005Report This Post
Expert
posted Hide Post
Hi Pete,

Are you opening it within a content frame or a new page?

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Platinum Member
posted Hide Post
T.,

we open the maintain module in a content frame

basically , we use one page with two blocks ,
one list block
and one output block

the maintain module opens in the output block


P.


D: WF 7.6.2 P. : WF 7.6.2 on W2003
------------------------------------------------------------------
I see myself as an intelligent, sensitive human, with the soul of a clown which forces me to blow it at the most important moments.

-Jim Morrison-

 
Posts: 206 | Registered: February 25, 2005Report This Post
Master
posted Hide Post
By default, persistent Maintain procedures that are abruptly disconnected from server (for example: by browser Back button, Back Space key, F5 key, closing browser window, etc.) will yield “This application has been disconnected from server”. As of version 5.3.4 and 7.1.1, the warning message can be disabled by a simply MNTCON command in the server profile. See feature description below.

How to Disable the Disconnect Message When Closing a Browser

By default, the exit message ‘This application has been disconnected’ appears when a browser session containing an active Maintain application is closed. To control the display of this exit warning, place the following statement in the server profile file, edasprof.prf, or in individual user profiles



MNTCON EXIT_WARNING {ON|OFF}

where:
ON
Enables the display of the exit warning, This application has been disconnected, when
an active Maintain browser is closed. ON is the default value.

OFF
Disables the exit warning that displays when an active Maintain browser is closed.
 
Posts: 663 | Location: New York | Registered: May 08, 2003Report This Post
Platinum Member
posted Hide Post
Hi Wizz,

the problem is that we are on 5.3.3 ....


D: WF 7.6.2 P. : WF 7.6.2 on W2003
------------------------------------------------------------------
I see myself as an intelligent, sensitive human, with the soul of a clown which forces me to blow it at the most important moments.

-Jim Morrison-

 
Posts: 206 | Registered: February 25, 2005Report This Post
Master
posted Hide Post
This WAS a new feature in 5.34. The only thing you could do is open a case with Customer Support and maybe we can back port the feature for you.
 
Posts: 663 | Location: New York | Registered: May 08, 2003Report This Post
Platinum Member
posted Hide Post
One thing ....


Does this new feature , give me back the back button functionality , meaning will i be able to go back to previous reports from which the maintain module was called ?


D: WF 7.6.2 P. : WF 7.6.2 on W2003
------------------------------------------------------------------
I see myself as an intelligent, sensitive human, with the soul of a clown which forces me to blow it at the most important moments.

-Jim Morrison-

 
Posts: 206 | Registered: February 25, 2005Report This Post
Master
posted Hide Post
This feature only disables or enables the disconnect warning message. But in general when browser Back button is clicked it should return to the previous page, in your case back to the report.

I just tested your scenario in 533. In fact, hitting the Back button returned me to the Table report that called the Maintain. Here are my steps, let me know how it differs from yours.

1) Logon to BI Dashboard.
2) Run a standard report that contains a drilldown to Maintain procedure, MNTIVP. The report is displayed in the Output block/frame on the right-hand side of Dashboard.

TABLE FILE CAR
PRINT MODEL
BY COUNTRY BY CAR
ON TABLE SET PAGE-NUM OFF
ON TABLE SET STYLE *
TYPE=DATA, COLUMN=N1, URL=/cgi-bin/ibi_cgi/ibiweb.exe? (IBIF_cmd='MNTCON EX MNTIVP’ IBIS_connect='on' IBIAPP_app='ibisamp' IBIC_server='edaserve'), $
ENDSTYLE
END

3) Click on drill down to launch MNTIVP.MNT in the same Output frame.
4) Click browser Back button. Without the new feature, I get the Maintain disconnect warning message in which I click Ok to. Then immediately followed by the redirection to the previous report.

In any case, I strongly suggest you open a case with Customer Support to troubleshoot and resolve problem.
 
Posts: 663 | Location: New York | Registered: May 08, 2003Report This Post
Platinum Member
posted Hide Post
Hi,

I've been testing with your suggestion , and indeed , i'm able to use the back-button

but the only (and rather important thing ) i can't do now is SAVE updates

basically, i have grid with a data , users can add change the data and then hit the save button which does the update

but now when i click on save , i get and unknown error 0 and my data hasnt been saved

any clues why?

Peter


D: WF 7.6.2 P. : WF 7.6.2 on W2003
------------------------------------------------------------------
I see myself as an intelligent, sensitive human, with the soul of a clown which forces me to blow it at the most important moments.

-Jim Morrison-

 
Posts: 206 | Registered: February 25, 2005Report This Post
Master
posted Hide Post
It sounds like the Maintain form is being displayed, but is actually in disconnect. Meaning that no Maintain commands will now work. Please open a case with Customer Support and we can debug the issue.
 
Posts: 663 | Location: New York | Registered: May 08, 2003Report This Post
Platinum Member
posted Hide Post
Hi Mark

I actually got it working now (apart from the disconnect message)

I worked with your suggestion some more

i think the problem is that the maintain module is being cached ...

so instead of calling it with a URL

i called it with a javascript :

TYPE=DATA,ACROSSCOLUMN=TOTAL_NBR_PAYROLLED,
JAVASCRIPT=enterMntApp(SUBELEMENT V_WORKW),
WHEN=TOTAL_NBR_INVOICED NE TOTAL_NBR_PAYROLLED ,
$


i added the javascript in my fex :
  
-HTMLFORM BEGIN
<html>
<meta http-equiv="Pragma" content="no-cache">
<head>
<script language="javascript" type="text/javascript">
  function enterMntApp(SUBELEMENT, V_WORKW)
  {
    start.IBIF_cmd.value="MNTCON CLOSEMSH;MNTCON APPPATH payroll;MNTCON EX payroll";
    start.SUB_TYPE.value = SUBELEMENT;
 if ( '!IBI.AMP.BYGROUP;' == '0' )
 {
    start.WWEEKV.value = V_WORKW;
    start.WWEEKT.value = V_WORKW;
 }
 if ( '!IBI.AMP.BYGROUP;' == '2' )
 {
    start.WMNDV.value = V_WORKW;
    start.WMNDT.value = V_WORKW;
 }
 if ( '!IBI.AMP.BYGROUP;' == '1' )
 {
    start.BWEEKV.value = V_WORKW;
    start.BWEEKT.value = V_WORKW;
 }
    start.submit();
 }
</script>
</head>
  <form name="start" action="http://S11007:80/cgi-bin/ibi_cgi/ibiweb.exe" method="GET">
    <input type="hidden" name="IBIS_connect" value="on"/>
    <input type="hidden" name="IBIS_passthru" value="on"/>
    <input type="hidden" name="IBIC_server" value="CLUSTER"/>
   <input type="hidden" name="IBIF_cmd" value=""/>
    <input type="hidden" name="SUB_TYPE" value=""/>
    <input type="hidden" name="MAATSCHAPPIJ" value="!IBI.AMP.MAATSCHAPPIJ;"/>
    <input type="hidden" name="OUTPUT" value="HTML"/>
    <input type="hidden" name="ELM_TYPE" value="!IBI.AMP.ELM_TYPE;"/>
    <input type="hidden" name="WWEEKV" value="!IBI.AMP.WWEEKV;"/>
    <input type="hidden" name="WWEEKT" value="!IBI.AMP.WWEEKT;"/>
    <input type="hidden" name="WMNDV" value="!IBI.AMP.WMNDV;"/>
    <input type="hidden" name="WMNDT" value="!IBI.AMP.WMNDT;"/>
    <input type="hidden" name="BWEEKV" value="!IBI.AMP.BWEEKV;"/>
    <input type="hidden" name="BWEEKT" value="!IBI.AMP.BWEEKT;"/>
    <input type="hidden" name="BYGROUP" value="!IBI.AMP.BYGROUP;"/>
    <input type="hidden" name="INDRAND" value="!IBI.AMP.INDRAND;"/>
    <input type="hidden" name="INDHOUSE" value="!IBI.AMP.INDHOUSE;"/>
    <input type="hidden" name="SHOWHOUSEH" value="!IBI.AMP.SHOWHOUSEH;"/>
    <input type="hidden" name="SHOWRANDST" value="!IBI.AMP.SHOWRANDST;"/>
    <input type="hidden" name="SHOWNUMBER" value="!IBI.AMP.SHOWNUMBER;"/>
    <input type="hidden" name="SHOWAMOUNT" value="!IBI.AMP.SHOWAMOUNT;"/>
  </form>
</html>
-HTMLFORM END



and this seems to work

So thanks again for putting me on the right track

Peter


D: WF 7.6.2 P. : WF 7.6.2 on W2003
------------------------------------------------------------------
I see myself as an intelligent, sensitive human, with the soul of a clown which forces me to blow it at the most important moments.

-Jim Morrison-

 
Posts: 206 | Registered: February 25, 2005Report This Post
Master
posted Hide Post
Excellent solution. We usually recommend including a TimeStamp to avoid the caching issue. I am glad this is working for you.
 
Posts: 663 | Location: New York | Registered: May 08, 2003Report 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     Maintain : Calling maintain in Dashboard.....

Copyright © 1996-2020 Information Builders