XelaIrodavlas
Registered User.
- Local time
- Today, 21:37
- Joined
- Oct 26, 2012
- Messages
- 175
Hi all,
I'm putting in place a register to log each time a report is printed.
I wanted to record how many pages long each one is, but
it needs to apply to any report on our system, so I want each one to call the same function.
So, is there a method I can use to count the pages programmatically, from a separate function in a public module? I've been toying with something like this:
MyVar = Reports(MyReport).report.pages
...but it keeps returning 0.
Any ideas? Thanks in advance
I'm putting in place a register to log each time a report is printed.
I wanted to record how many pages long each one is, but
it needs to apply to any report on our system, so I want each one to call the same function.
So, is there a method I can use to count the pages programmatically, from a separate function in a public module? I've been toying with something like this:
MyVar = Reports(MyReport).report.pages
...but it keeps returning 0.
Any ideas? Thanks in advance