Hi
Is it possible to use the above combination?
I've a report that I output in pageview format that I've editable linked reports hanging off it. This works great but I wish to have the pager component as well so that I can navigate through the recordset rather having to keeping scrolling down the page.
The 'dbr.pager' has no effect on the output - just a long page of records.
select 'dbr.pageview';
select 'dbr.pager',1;
Is there anything else I need to do?
Cheers
Jake