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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printer Jobs

Status
Not open for further replies.

proguru

Programmer
Mar 31, 2001
19
0
0
PY
Hi all
I want to keep track of the documents sent to the printer. I want to keep track of the time, date and filename of the document. How can i do?

Thanks in advance
 
Im not sure if there is a facility in the print component to do this however I have done this before quite simply by saving the details to a linked list at the same time as calling print (use getdate() and gettime() to retrive the details). If you wish to save the details write them to a file instead of a list.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top