Welcome! Log In Create A New Profile

Advanced

Number of pages

Posted by Michael Drechsel 
Michael Drechsel
Number of pages
November 17, 2008 03:03PM
Hallo,

I have created a 2 side report. I can´t use the automatic page number of the report designer. Is there any way to get the numer of pages before the report was printed ?
I must print pagenumber / number of pages.
DarrenF
Re: Number of pages
November 17, 2008 03:41PM
Hi,

iPageNum do it?

Returns or initializes the number of the page currently printed.
Note: The iPageNum function can be used to force the number of the first page to a value different than 1.

// Print the page number
iPrint(iXPos(200)+ iPageNum ())
// Force the page number to 10
iPageNum(10)
iEndPrinting
Michael Drechsel
Re: Number of pages
November 17, 2008 03:53PM
...page currently printed....

Hi,

I need the number of all pages ...
Piet van Zanten
Re: Number of pages
November 17, 2008 05:29PM
Hi Michael,

See this thread:
[forum.mysnip.de]

Best regards,
Piet

p.s.
hmm, the url button doesn't work as expected. finally got the link right after 4 edits



Edited 4 time(s). Last edit at 11/17/2008 05:32PM by Piet van Zanten.
Michael Drechsel
Re: Number of pages
November 17, 2008 10:36PM
HI Piet,

thx, but I have a simple solution for my problem:

Because it´s a query based report I use the number of records as number of pages. basta !


Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: