Page 1 of 1

PageNofMThrough in Engine V2

Posted: Sun Jun 08, 2008 9:02 am
by Fabio Pagano
Can you briefly explain what is:

"New system variable available – PageNofMThrough" available in engine V2?

Thanks.

PageNofMThrough in Engine V2

Posted: Mon Jun 09, 2008 1:46 am
by Edward
Hello, Fabio.

Here is brief explanation of TotalPageCountThrough from the Hint panel in the Dictionary:

Returns the number of pages in a report. When calculating the TotalPageCountThrough, all properties ResetPageNumber are ignored and numbering starts from the beginning of report.

So now you can reset page numbering and to count pages with TotalPagesCount and also have all amount of pages using this function.

Thank you.