Page Break problem in Reports 2.5

From: Brett Smyth <bas_at_qld.mim.com.au>
Date: 1995/09/01
Message-ID: <DE7E4x.6p4_at_mim.com.au>#1/1


We have a simple report with two columns

Page_no, report_line

We don't wish to display the page_no just use it as the field to break on.

The base query is

select page_no, report_line
from mts_report_lines
order by page_no,line_no

So, all that we are trying to achieve is go to a new page every time the page_no changes.

This is all in aid of attempting to reuse old PL/SQL reports that populate the table mts_report_lines.

Any assistance would be greatly appreciated.

Thanks in advance, Brett Smyth Received on Fri Sep 01 1995 - 00:00:00 CEST

Original text of this message