Focal Point
[SOLVED] Webviewer Vs STYLEMODE

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

December 07, 2009, 01:32 PM
Syed
[SOLVED] Webviewer Vs STYLEMODE
Hi all - I've a few long reports (running into a couple of hundred pages) in HTML format.
I tried using the following options for better performance:

1. SET STYLEMODE= PAGED
2. ON TABLE SET WEBVIEWER ON

It looks like both the above options do the same thing- i.e. paginate a report by fetching data page-by-page from the webserver. In the Webviewer option, though, the user has an option to click on the 'next' button for the next page to be rendered on the browser.

Is my understanding regarding the above points correct ?

That said, I'd would be interested to know about server-side pagination of such reports. Does WebFOCUS offer any such feature/component wherein data is fetched from the database page-by-page. Which means that only if the user clicks on a, say, 'Next' button, should the data be fetched from the data server for the next page.

Do let me know if I'm missing any information here.

Thanks
Syed

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


Using WF 7.1.7/Dev Studio
December 08, 2009, 11:46 AM
susannah
1) yep, spot on.
2) don't know , but you could write a fex that way.




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
December 08, 2009, 12:00 PM
Syed
Thanks Susannah.
The fex, as you said, is certainly an option.
I was trying to unearth some cool feature which IBI might have included in the latest releases Big Grin

Looks like I'm outta luck here Roll Eyes

Back to the FOCUS code ...


Using WF 7.1.7/Dev Studio