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, Is there any way we can freeze column titles with out using HFREEZE.i am trying to display a report in an iframe and i want to use the iframe vertical scroll bar to scroll my data without loosing my column titles. i am also using WEBVIEWER = ON for pagination of my report.This message has been edited. Last edited by: Kerry,
Hi Francis, I am trying to create a HTML report with headings with expand/collapse functionality and a report with fixed column titles and since the data we are pulling is huge so we wanted to have the pagination functionality to it. To achieve this I have created two frames the top frame having the expand/collapse functionality for the headings and the bottom frame for the report. With this approach i am getting multiple scroll bars in the bottom frame(one for hfreeze and another for the frame itself) when i expand the top frame and to avoid that if i readjust the height of the bottom frame to fit to the screen i am getting lot of empty space at the bottom when i collapse the top frame. Is there any way i can dynamically adjust the Scrollheight of the hfreeze according to the size of my frame and also could you please suggest me if there is a better solution to do this report. Thank you very much for the help.
Was anyone able to adjust the Scrollheight of the body of the report that is NOT Frozen ? We seem to be only able to see about 24 lines of data but the screen is big enough to allow considerably more.
_______________________ *** WebFOCUS 8.1.05M ***
Posts: 196 | Location: London, UK | Registered: December 06, 2005
STOP PRESS Have just seen a reference to SCROLLHEIGHT and after a bit of tinkering got my report to be exactly the size we need it on the HTML page. This is what my be useful for others.... ON TABLE SET STYLE * UNITS=IN, PAGESIZE='SCREEN', SQUEEZE=ON, ORIENTATION=LANDSCAPE, $ TYPE=REPORT, FONT='TAHOMA', SIZE=8, COLOR='BLACK', STYLE=NORMAL, HFREEZE=ON, SCROLLHEIGHT=5.5, $
_______________________ *** WebFOCUS 8.1.05M ***
Posts: 196 | Location: London, UK | Registered: December 06, 2005