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.
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.
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 ) 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, 2004
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.
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.
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, 2003
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.
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.
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, 2003
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.
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, 2003
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.