[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Page Number
- Subject: Re: Page Number
- From: "Lodewyck, Joe-CKCTS" <JOLO@CIRCLEK.COM>
- Date: Wed, 13 Nov 1996 08:08:00 -0700
Renita,
The easiest way would be to use the BEGIN-HEADING section with the
PAGE-NUMBER command.
Example:
BEGIN-HEADING 2
PAGE-NUMBER (1,37) 'Page '
LAST-PAGE () ' of ' '.'
END-HEADING
This will show as:
Page 12 of 25.
This example can be found in your SQR Users Guide under the PAGE-NUMBER
command.
Good Luck,
Joe Lodewyck
Certified MITI SQR Instructor
Arris Technical Services
Phoenix, AZ
Email: jlody@arristech.com
----------
From: Renita S Tiller
To: Multiple recipients of list SQR-USERS
Subject: Page Number
Date: Tuesday, November 12, 1996 12:06PM
I am attempting to print the page number on the top of each page of a
report. How do I do this?
Thanks
RST