Re: Feedback from report
From: SA (~fake.address_at_nspm.com)
Date: 03/04/04
- Next message: SA: "Re: Hiding ruler in design mode"
- Previous message: Beth B.: "Re: EMailing a Report"
- In reply to: nett123: "Feedback from report"
- Next in thread: anonymous_at_discussions.microsoft.com: "Re: Feedback from report"
- Reply: anonymous_at_discussions.microsoft.com: "Re: Feedback from report"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 4 Mar 2004 18:06:29 -0500
There's really no way to do this effectively other than to use api calls
into the print spooler using EnumJobs and monitor whether the job releases
from the spooler via a timer loop. To monitor the job you'd have to have
the report name as the print job name to look for in the spooler's jobs.
(Normally when calling EnumJobs you'd query on JobID which is created by the
spooler and sent back to the calling application, but since that isn't
available from Access in any way, you have to use the Job Name which is
normally the report name unless the report has a caption set, wherein the
job name would be the caption.)
HTH
-- Steve Arbaugh ACG Soft http://ourworld.compuserve.com/homepages/attac-cg "nett123" <anonymous@discussions.microsoft.com> wrote in message news:44ad01c4021b$a58c62b0$a601280a@phx.gbl... > Hello. > Can anybody help me to retrive information from printer if > printing report from remote printer is successful or not? > thank you
- Next message: SA: "Re: Hiding ruler in design mode"
- Previous message: Beth B.: "Re: EMailing a Report"
- In reply to: nett123: "Feedback from report"
- Next in thread: anonymous_at_discussions.microsoft.com: "Re: Feedback from report"
- Reply: anonymous_at_discussions.microsoft.com: "Re: Feedback from report"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|