From: Derek G. <dgi...@ge...> - 2005-04-20 17:26:26
|
Bob-- r.totpages appears to be absent from 1.3.2. I get BAD_OPERAND. I can wait for the next version. Thanks. --Derek -----Original Message----- From: Bob Doan [mailto:bd...@si...] Sent: Wednesday, April 20, 2005 12:13 PM To: Derek Giromini Cc: 'rli...@li...' Subject: Re: [Rlib-users] Are total number of pages available? I **think** I added r.totpages in RLIB 1.3.2 (if not it is in the soon to be released 1.3.3) You can do something like this: <literal>Page: </literal> <field value="r.pageno" width="3" align="right"/> <literal>/</literal> <field delayed="yes" value="r.totpages" width="4" align="right"/> NOTE the delayed="yes". That is important. - bob On Wed, 2005-04-20 at 12:07 -0500, Derek Giromini wrote: > Rlib Gurus-- > > r.pageno gives me the current page number, but I can't find any > corresponding value for the total number of pages. I require this value if > I am to populate my page footers with "Page X of N" where "X" is r.pageno > and "N" is the total number of pages. Does this value exist? > > Cheers, > -- > Derek Giromini > Gelber Group, L.L.C. > off: +1.312.692.2843 > pag: +1.312.689.0378 > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: New Crystal Reports XI. > Version 11 adds new functionality designed to reduce time involved in > creating, integrating, and deploying reporting solutions. Free runtime info, > new features, or free trial, at: http://www.businessobjects.com/devxi/728 > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users ------------------------------------------------------- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 _______________________________________________ Rlib-users mailing list Rli...@li... https://lists.sourceforge.net/lists/listinfo/rlib-users |