Focal Point
[SOLVED] Title Freeze

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/5547069995

March 09, 2011, 02:05 PM
wf_devloper
[SOLVED] Title Freeze
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
March 09, 2011, 02:20 PM
Francis Mariani
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
March 09, 2011, 02:51 PM
wf_devloper
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
June 08, 2011, 07:17 AM
Ian Dalton
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 ***
June 08, 2011, 08:50 AM
Ian Dalton
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 ***