Focal Point
[CLOSED] HFREEZE and lines per page

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

September 13, 2018, 04:44 PM
RobertF
[CLOSED] HFREEZE and lines per page
I just turned HFREEZE on. It took a while to get used to the grand total being frozen but now I kind of like that. The trouble is that no matter how long I make my Report box on my html page, I only get about 28 lines...and must scroll down to see more..even though there is plenty of space in the box I drew to house the report. Is there another command I need?

This message has been edited. Last edited by: FP Mod Chuck,


WebFOCUS 8206.08
Windows, All Outputs
September 13, 2018, 05:27 PM
Waz
Good question.

In this responsive world we live in, it should auto-resize.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

September 13, 2018, 05:29 PM
Hallway
Try adding in SCROLLHEIGHT=AUTO
  
TYPE=REPORT, LINES-PER-PAGE=UNLIMITED, TITLETEXT='Report Name', HFREEZE=ON, SCROLLHEIGHT=AUTO, $

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


Hallway

 
Prod: 8202M1
Test: 8202M4
Repository:
 
OS:
 
Outputs:
 
 
 
 
September 13, 2018, 05:37 PM
Waz
quote:
SCROLLHEIGHT=AUTO

Thats awesome, works in 8.1.04


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

September 13, 2018, 05:38 PM
Hallway
More info here: Syntax: How to Create a Scrollable Area in an HTML Report


Hallway

 
Prod: 8202M1
Test: 8202M4
Repository:
 
OS:
 
Outputs:
 
 
 
 
September 13, 2018, 05:42 PM
Doug
quote:
it should auto-resize

"SCROLLHEIGHT=AUTO" is nice.

What about VFREEZE in HTML, Not AHTML.

This message has been edited. Last edited by: Doug,
September 13, 2018, 05:49 PM
Waz
NFR time ?


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

September 14, 2018, 08:25 AM
RobertF
Hey guys,
First, the SCROLLHEIGHT=AUTO throws an error, perhaps its not available I wf8008. I put just before the HFREEZE. FOC3202) BAD VALUE IN STYLESHEET FILE AT LINE 298: SCROLLHEIGHT=AUTO

I am not sure you are understanding my issue though.

When I create a new HTML page I first insert a report...I draw a box to house the report on the screen, I reference my procedure etc. I then run the report. The data *fills* the box and adds scroll up /down, left/right bars if necessary - but the report *fills* the entire box I drew.

When I add the HFREEZE, suddenly the report seems to occupy *only* a fixed amount of space in the box, which vertically does not consume nearly the box I created. This is my dilemma.

Does this make sense?


WebFOCUS 8206.08
Windows, All Outputs
September 14, 2018, 08:51 AM
RobertF
Ok, so I tried to specify a value for SCROLLHEIGHT...eventually after tinkering with the size of my box and the scroll height value, I got something that worked...though now if data does not fill the box there is blank space between the last row and the grand total that seems in a fixed position at the bottom of the box.

What a PITA but at least its better than before. Thanks!


WebFOCUS 8206.08
Windows, All Outputs
September 14, 2018, 09:21 AM
RobertF
Well, Bad news...once I added the HFREEZE and SCROLLHEIGHT, not only does the GUI interface no longer work for editing but I seem to have lost all my column width formatting thus the FREEZE SCCROLHEIGHT is useless...


WebFOCUS 8206.08
Windows, All Outputs
September 14, 2018, 09:56 AM
RobertF
ok, HFREEEZE = TOP solves the grand total issue...is there anyway to truncate columns / Minimize etc while using HREEZE?


WebFOCUS 8206.08
Windows, All Outputs
September 15, 2018, 03:35 PM
Waz
I think your only is to ask Tech Support.

Unless you are willing to pull apart the code that handles the freeze.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

October 03, 2018, 06:11 PM
Doug
Like I said:
quote:
"SCROLLHEIGHT=AUTO" is nice.
But, where is that in InfoAssist (8202)? "SCROLLHEIGHT" is not even in InfoAssist Help (the "?" for Help in the upper right corner of InfoAssist edit page.)

Ref: InfoAssist / SCROLLHEIGHT

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