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.
Hi, one of my webfocus report is gettig timedout as there is a large data. i want to run it defer mode. i believe below is the problematic codein my my UI fex file, can someonce tell me how to modify so it runs in defered mode.
This message has been edited. Last edited by: a03654,
Hi All, thanks for your comments. My report is an online report. whenever we give the dates and click on generate report option in the page, it invokes below UI fex file.
as there is a huge data, it is showing timeout error on the page. so i have to make it run in deferred mode. Cna someone please tell me in which places of my below code i need to modify/add so it run in dererred mode.This message has been edited. Last edited by: a03654,
after changes, there is a Defer button appeared on the screen, when i give all the required fields and click on Defer button, the page is not pulling data , it stays on same page. please suggest what went wrongThis message has been edited. Last edited by: a03654,
If you built this using the HTML Composer GUI and if the report is a Managed Reporting (MRE) report, you can use the GUI to add a Deferred button:
Add a button. Richt-click on the button; Select Create Hyperlink...; Add an Action by clicking on the New Action button; Select External procedure (or Embedded procedure); Click on Source procedure ... and select the procedure; Select Target Type Deferred.
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
Hi Francis, thanks for the reply. im not good in webfocus, im just a learner so i couldnt understand what you mentioned above. is there any document available which shows steps with screen shots for the above procedure