Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Specific No. of Reports Copies

Status
Not open for further replies.

mrkamran

Programmer
Jan 1, 2003
21
PK
Hi,
I have a report and i want that user could not print more than 3 copies. i.e user could only print 3 copy of that report not more. How can i do it?
Thanks
 
There is a system parameter COPIES that you can use to print specified number of copies of the report within a single run. However, there is no way to prevent user from running the report again and printing more copies. To achieve this, an overhead system is needed that keeps track of who running which reports and how many prints made.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top