Page Numbering

Murray Scholz murray.scholz@abri.une.edu.au
Wed, 18 Sep 2002 09:11:06 +1000


Hi Jeff,

Not sure if I've missed the point here or not, but couldn't you use the
 RESET PAGE option on the sort/sorted statement, then just print plain
old
syspage in your page footer ???

eg. > access infile
    > sorted on studno reset page on invoice-line-no on ....
    > heading at studno skip page
    > report ......
    > page footer tab 50 "Page" syspage

The small example I tried here, it seems to do the correct thing for
multi-page
"invoices".

Regards
Murray Scholz
Agricultural Business Research Institute
University of New England
Armidale NSW 2351 Australia
Email murray.scholz@abri.une.edu.au



Jeff Hoffman wrote:
> 
> G'Day
> 
> I have a problem, I have an invoice that can run to 2 pages, and would like
> to put a page number (1 or 2) at the bottom of each page.
> 
> Something like:
> 
> Page footing tab 50 "Page " syspage reset at studno
> 
> would be great, but soething tells me this is not an option.
> 
> I would normally put each line of the page(s) into a subfile and number
> them etc, however I would like to use "set noblanks" on some of the data
> lines, also the invoice uses laser printer fonts extensively so that the
> space used for each line is not the same.
> 
> Any suggestions.
> 
> Thanks
> +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
> + Jeff Hoffman                          + e-mail: wonicon@optushome.com.au  +
> + Director                              +                                   +
> + WoniCon Pty Ltd   (ABN 93 083 502 630)+                          ,-_|\    +
> + 21 Prices Circuit                     + voice: +61 2 9542 1527  /     \   +
> + Woronora    NSW     2232              +                         \_,-._*   +
> + AUSTRALIA                             + mobile: 040 790 3929         v    +
> +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
> +
>