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.
I have a report that fetches data from the database and puts it in the HTML. I have used HTMLFORM to place the report at a particualr place in the page.
However I noticed that when the size of data is comparitively larger, of the order of a tousand rows or so, just a blank screen in rendered. If If I run the report at some other time, the data comes up.
I understand that this may have something to do with network and all, but any pointers to adress the problem would be highly appreciated. I am sure some of you might have faced this before.
It may also be rendering time. The report output begins with an html table tag which is not closed with a html /table till the very end of the report. Try ON TABLE SET STYLEMODE PAGED. It will give you a table-/table group for every logical page. Since the html table is closed, the browser car render the output without receiveing (and looking at) the rest of the html page.
Brian Suter VP WebFOCUS Product Development
Posts: 200 | Location: NYC | Registered: January 02, 2007