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

Re: [sqr-users] URGENT!!!!!!!!



hi shashidhar,
Thank you for quick response, your answer works for a report printed
by single SQR, but i have multiple SQR's ..let us say like I have 3
SQR's first SQR prints 5 pages, second SQR prints 4 pages and third
SQR prints 1 page that is total of 10 pages (5+4+1=10) I have to get
page numbers printed starting from first page of first SQR to last
page of Last SQR ("page 1 of 10, page 2 of 10,.......page 10 of 10").
These SQR's are called by a single shell script.
Thanks,
srujan

On 9/16/07, Shashidhar Rao A <shdhra@yahoo.com> wrote:
> hi Srujan'
> u can use page-number variable to print the page number.
>
> begin-footing 1
>     page-number (1,37) 'Page '
>     last-page () ' of ' '.'
> end-footing
>
> If you have 50 pages and you are on 10th page, it will appear as "Page 10 of 
>50" at the footer of the report.
>
> Regards
> shdhra
>
> "..... ....." <srujan33@gmail.com> wrote: Hi All,
> Iam new to SQR, Iam working on a task which iam unable to do please
> some one help me in this regard..
> I have a shell script which calls some SQR's each sqr prints some
> letters now my task is to print the page numbers on each letter
> starting from first letter of first SQR to the last letter of last SQR
> in the format "page 1 of n,page 2 of n,........page n of n" where 'n'
> is the total number of letters printed by all SQR's. Thanks in
> advance.
>
> Thanks,
> srujan
>
> _______________________________________________
> sqr-users mailing list
> sqr-users@sqrug.org
> http://www.sqrug.org/mailman/listinfo/sqr-users
>
>
>
> ---------------------------------
> Luggage? GPS? Comic books?
> Check out fitting  gifts for grads at Yahoo! Search.
>
> _______________________________________________
> sqr-users mailing list
> sqr-users@sqrug.org
> http://www.sqrug.org/mailman/listinfo/sqr-users
>

_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users