Focal Point
[CLOSED] Header freeze in Compound HTML Report

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

February 16, 2010, 01:20 AM
Divya
[CLOSED] Header freeze in Compound HTML Report
Hi, I am divya and need help regarding Header freeze in Compound HTML report without using HTMTABLE.

I dont want to use HTMTABLE because it has a limit on data handling,And now we need to freeze the header for a compound report.
HFREEZE = TOP works for individual sections of a report, But it fails to freeze the Header, and freezes only the column titles, Any solution for this?

This message has been edited. Last edited by: Kerry,


7.1.4
Windows
Excel, HTML,PDF
February 16, 2010, 01:27 AM
<JG>
HFREEZE is not supported for either HTMTABLE or compound reports.
February 17, 2010, 02:11 AM
Dave
Is it possible to concatenate the datasets?

Since you want to freeze the header and column titles I assume the contents are similar enough to concatenate? ( use: MORE )

Save in a HOLD and report over that.
In this way you have only one dataset... ...no need to compound... ...Freeze should work.

[ Smiler ( this is my first post )]


_____________________
WF: 8.0.0.9 > going 8.2.0.5
February 22, 2010, 03:38 AM
Divya
Hi Dave, Sorry for the late reply...

You didnt understand the scenario actually. I have many sections of data in my report which is displayed using compound report format using HTMTABLE. If I do this, I can freeze the header easily, But freezing header without HTMTABLE in a compound report is challenging.

Meanwhile, we worked on something like this, We took the header part, put it into a HTMTABLE and freezeed the header part, and took all other report sections and frezzed the column titles using HFREEZE, Now both Header Freeze and column title freeze works,But when I scroll the report, the report goes over the Header and Header gets covered,which is freezed. And this is not the required output.

Either report scrolling should be stopped beneath the header........Or I dont want an Overlap when I scroll the reports over the Header.. Hope I much clear now.


7.1.4
Windows
Excel, HTML,PDF
February 22, 2010, 07:57 AM
FrankDutch
Divya

Your description of this report gives me the idea it is meant to be displayed on screen.

If I am correct I would suggest you should not create a compound report but an HTML file

If you do use the HTML painter you can solf this matter
In fact you create an HTML page with some start buttons and one or more Iframes.
Each I fram can hold a graph or a small report.
And if you create a report with the option HFREEZE=ON it will act in the Iframe as it should.

In my opinion a compound report is a bit different.

Did you get some basic traning on this?
Developer Studio gives you the ability to paint the report as you like, with the frames on the proper place.




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7