|
From: Bob D. <bd...@si...> - 2009-04-06 21:30:38
|
Norman,
Thanks for the complements.
Questions can go to the mailing list.
To answer your question: Do something like this in your XML PageFooter:
<Line>
<literal>Page: </literal>
<field value="r.pageno" width="3" align="right"/>
<literal>/</literal>
<field delayed="yes" value="r.totpages" width="4" align="left"/>
</Line>
- Bob
On Mon, 2009-04-06 at 15:14 -0500, Norman Katz wrote:
> I recently started using rlib 1.3.7. I noticed it does not support
> Page n of m, where m is num pages, in PDF reports. I looked at your
> source and saw in resolution.c, it says “Right now I only export
> pageno, value (which is a pointer back to the field value resolved),
> lineno, detailcnt”. I also tried totpages in my report but that only
> gave me the current page, which is obvious from the source code in
> pcode.c.
>
>
>
> Would you or the other contributors have any time to add this feature
> on a consulting basis? If so, send me a quote of what it would take
> and a delivery schedule and I’ll try my best to get it approved.
>
>
>
> Otherwise, the tool is working great and is amazingly simple to
> install and use and the reports look great. Kudos to your team.
>
>
>
> Norman Katz
>
> Director of Software Development
>
> CSIDENTITY Corporation
>
> 619-456-6404 Office
>
> 619-890-5847 Mobile
>
>
>
> To enroll in Identity Theft Protection, visit www.csidentity.com.
>
> email-logo
>
> This e-mail, and any attachments thereto, is intended only for use by
> the addressee (s) named herein and may contain legally privileged
> and/or confidential information. If you are not the intended recipient
> of this e-mail, you are hereby notified that any dissemination,
> distribution or copying of this e-mail, and any attachments thereto,
> is strictly prohibited. If you receive this e-mail in error, please
> immediately notify me by calling (512) 617-6800 and permanently delete
> the original and any copy of any e-mail and any printout thereof.
> Thank you.
> P Please consider our natural resources before printing this email
>
>
>
>
|