Focal Point
[CLOSED] How to freeze the header in Active HTML output

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

April 26, 2010, 08:12 PM
Prasad
[CLOSED] How to freeze the header in Active HTML output
I am working with 7.6.10
I have a report which generates output in "AHTML" format... As the number of columns and rows are very large in number, I would like to freeze the column heading's which will be very helpful when we scroll down. As the number of columns are very large in number I would also like to freeze the first column ...which helps when we scroll from left to right.. Cn any one please help me with this..I found in other forums the FREEZE option which works perfect for "HTML" where as i am looking for "AHTML"

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


7.7.02, sql server
Windows
all output (Excel, HTML, PDF)
April 27, 2010, 02:49 AM
<JG>
Sorry, Totally unsupported.
April 27, 2010, 08:56 AM
Prasad
You mean its not possible to freeze header in "AHTML"


7.7.02, sql server
Windows
all output (Excel, HTML, PDF)
April 27, 2010, 09:53 AM
Francis Mariani
How about pagination?

TYPE=REPORT, LINES-PER-PAGE=30, $



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
April 27, 2010, 12:05 PM
Prasad
Pagination is a partial solution. Thank you for that. Is there an exact solution to freeze header in "AHTML" output


7.7.02, sql server
Windows
all output (Excel, HTML, PDF)
April 27, 2010, 12:18 PM
Francis Mariani
Like JG states, no, there is not. The code generated by AHTML is mostly JavaScript and it looks like you can't play with the header at all.


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
April 27, 2010, 01:45 PM
GamP
And the reason for that probably is that with AHTML the headers are also active. When you want the headers to be frozen, they would not be active any more, would they? So the two seem to be incompatible.
But, if you find a solution to freeze headers using active html, we all would be quite interested ...


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
April 27, 2010, 02:49 PM
Prasad
Thank you all guys... I will probaly go with the pagination option for now.. And i will keep posted if i find some solution..


7.7.02, sql server
Windows
all output (Excel, HTML, PDF)