I know how to change my report template such that it reports out a page number, but what I want to do is have it report out something like, "Page 1 of 12", "Page 2 of 12" and so on. At the User Group Forum I posed this to the fella and I stumped him. He thought it might be something like Page=() + "of" Numpages, but couldn't get to work. Any ideas?
Page number "of" question
Collapse
X
-
Hi James.
You were really close. The actual function name is "pages()", so the code should be:
="Page " + page() + " of " + pages()
Unfortunately, this isn't supported in 4.1 release (it might be in the 4.1 beta, I'm not sure). It will be in the upcoming version 4.2 though. In fact, all the standard report templates in 4.2 will automatically have this code at the bottom of the template.Last edited by JaredHess; 11-17-2006, 01:52 PM.Jared Hess - PC-DMIS Documentation Team Lead @ HMI
[View 2008 Reporting Tutorials Here]
Related Topics
Collapse
-
by grandpaal56I'm creating my reports in v4.2 using the text only template. For some reason my page numbers at the bottom of the report are all messed up. The report...
-
Channel: PC-DMIS for CMMs
03-01-2008, 01:27 AM -
-
by RobiCizHi guys. I have a problem:
How to make that the report page number start counting from 2 and writing 2 of 3, 3 of 3?
Tnx all-
Channel: PC-DMIS for CMMs
01-30-2018, 07:26 AM -
-
by homer.tanHey,
I suddenly ran across a problem with report. The first page of my report displayed blank. But if you change from textonly to textand...-
Channel: PC-DMIS for CMMs
03-26-2012, 04:25 PM -
-
by granpagusv4.3mr1
I'm trying to tie all pages of a report together using a label template to print information on each page of a report.
It works...-
Channel: PC-DMIS for CMMs
03-19-2009, 11:53 PM -
-
by Big JohnHello,
What I want to do is to add the page numbers to my report.
I know this has been asked before, but I can't seem to get it right....-
Channel: PC-DMIS for CMMs
05-11-2017, 05:40 PM -
Comment