[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: page break



You can force SQR to print a report at any point in time with the new page 
command.
This is done when you have multiple reports and/or different headings.
After the new page I don't recall if you must reset the page number.


Ryszard Jedrychowski wrote:

> I need to print "Page ... of ..." in my report. I know I can use SQR
> page-number and last-page command but it does not work in this case. The
> report is printed for many accounts and each account should have "Page
> ...of ..." in the account's header. Thus, the numbering of pages should
> start again for a ne account.
> SQR report uses stored procedure to retrieve the result set in the proper
> order.
> Any suggestions ?
>
> Ryszard