Focal Point
[WORKAROUND]Scrolling In a report...

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

June 02, 2011, 08:13 PM
kodi
[WORKAROUND]Scrolling In a report...
I have a question can we do it or not.

Question:-after the user runs any report if he has huge amount of data the scrolling comes automatically starting from the title to the end instead of that i need the scroll option just from the data so that the user can get view of the title and data as he scrolls down.

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


Webfocus 7702,Windows XP
June 02, 2011, 10:35 PM
Mika Keranen
Hi,

Would FREEZE help? Place the code below in your stylesheet or do it in Report Painter GUI (Options -> Features -> Freeze).

TYPE=REPORT,
HFREEZE=ON,
SCROLLHEIGHT=2.000000,
$

Cheers,
Mika


WebFOCUS 7.6.x
PMF 5.2.x
June 03, 2011, 01:10 AM
kodi
IT WORKED THANKS A LOT.....

i tried in both ways both r working
1.TYPE=REPORT,
HFREEZE=ON,
SCROLLHEIGHT=2.000000,
$
OR
2.Options-->Features-->Freeze-->Top


Webfocus 7702,Windows XP
June 03, 2011, 02:28 PM
kodi
I was facing an issue again with this in the HTML.

http://i52.tinypic.com/20rmphy.jpg


i get 3 scroll down buttons:-
1.for the main page
2.for iframe
3.then for the main report

how can i avoid the iframe vertical sliding i just need the horizontal sliding for iframe.


i have one more question--when i click the run button i first get a display of title and after some time i get their respective data can i find a solution for this too..
hope u will be getting what exactly i m asking for

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


Webfocus 7702,Windows XP
June 04, 2011, 09:19 PM
dbeagan
Kodi, regarding your question: "how can i avoid the iframe vertical sliding i just need the horizontal sliding for iframe."

In HTML Composer you could try setting the iframe property "Sizing and Scrolling" to No.


WebFOCUS 8.2.06
June 06, 2011, 11:55 AM
kodi
dbeagan i got it thanx for the solution...

waiting for the solution for my second question question.

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


Webfocus 7702,Windows XP
June 06, 2011, 02:54 PM
Francis Mariani
quote:
when i click the run button i first get a display of title and after some time i get their respective data can i find a solution for this too..
- this is due to the "huge amount of data" being delivered to the web browser window - I don't think you can do anything about this. You could look into 'WebFOCUS Viewer' - on-demand paging, where one page of the report is returned instead of the whole report.

Documentation: Creating Reports With WebFOCUS Language > Navigating Within an HTML Report > Navigating a Multi-Page Report With the WebFOCUS Viewer


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
June 06, 2011, 03:00 PM
kodi
Francis i tried the on demand paging option when i do that my report layout in the html changes like the scrolling option etc, the report becomes uneven...

i m checking the documentation....


Webfocus 7702,Windows XP
June 06, 2011, 03:05 PM
kodi
quote:
Originally posted by Francis Mariani:
quote:
when i click the run button i first get a display of title and after some time i get their respective data can i find a solution for this too..
- this is due to the "huge amount of data" being delivered to the web browser window - I don't think you can do anything about this. You could look into 'WebFOCUS Viewer' - on-demand paging, where one page of the report is returned instead of the whole report.

Documentation: Creating Reports With WebFOCUS Language > Navigating Within an HTML Report > Navigating a Multi-Page Report With the WebFOCUS Viewer



i m having a huge amount of data is there any option i can display the first 20 and then after sometime i get the remaining output.


Webfocus 7702,Windows XP
June 07, 2011, 01:57 PM
kodi
WHEN i use On page demanding the report look changes unevenly can anyone help me in this issue.


Webfocus 7702,Windows XP
June 08, 2011, 02:39 PM
kodi
how to avoid vertical scroll down option for an iframe


Webfocus 7702,Windows XP