System Event

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I write a program for event Log to check how many pages printed in my
organization, I check print Event in System Event.

My program works fine but when someone prints 2 or more copies in winword of
the same document, the print event log shows only one page printed. See
below.

Event log
================
Document 18, Microsoft Word - Compliment Slips.doc owned by RayH was printed
on KONICA MINOLTA magicolor 5430DL via port IP_10.0.2.241. Size in bytes:
1853429; pages printed: 1

10 copies were printed but only one shown.

Other programs (e.g excel ) show the correct count.

How can i avoid the problem?
 
Htat said:
When I write a program for event Log to check how many pages printed in my
organization, I check print Event in System Event.

My program works fine but when someone prints 2 or more copies in winword of
the same document, the print event log shows only one page printed. See
below.

Event log
================
Document 18, Microsoft Word - Compliment Slips.doc owned by RayH was printed
on KONICA MINOLTA magicolor 5430DL via port IP_10.0.2.241. Size in bytes:
1853429; pages printed: 1

10 copies were printed but only one shown.

Other programs (e.g excel ) show the correct count.

How can i avoid the problem?

as far as i know, the event log just accepts whatever you give it. if
you tell it to log 10 events, 10 events show up. if i were you i'd
check my program logic. this is not to say that the fault is yours, its
just where i'd start my double checking.
 
Hi Jeremiah
It happens when I order print copies in Microsoft Word and is nothing to do
with my program.
Any ideas?
 
Back
Top