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     [SOLVED] Title Freeze

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Title Freeze
 Login/Join
 
Silver Member
posted
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,


WF 7.7.05 on Linux
HTML, PDF, EXCEL
 
Posts: 39 | Registered: July 21, 2009Report This Post
Expert
posted Hide Post
I think you're trying to use three concepts that are incompatible with each other.

People screamed for frozen column titles, so HFREEZE was developed.

Why the need of an iframe when there is already a scroll bar with HFREEZE?

Why the need for WebViewer pagination when you want frozen column titles, with a scroll bar to scroll through all the data rows?


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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Silver Member
posted Hide Post
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.


WF 7.7.05 on Linux
HTML, PDF, EXCEL
 
Posts: 39 | Registered: July 21, 2009Report This Post
Platinum Member
posted Hide Post
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, 2005Report This Post
Platinum Member
posted Hide Post
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, 2005Report 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     [SOLVED] Title Freeze

Copyright © 1996-2020 Information Builders