Re: Feedback from report
anonymous_at_discussions.microsoft.com
Date: 03/05/04
- Next message: Marshall Barton: "Re: Moving data in a row to a column"
- Previous message: Marshall Barton: "Re: Formatting columns into report"
- In reply to: SA: "Re: Feedback from report"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 5 Mar 2004 09:19:42 -0800
Thank you for answer. I'll try.
>-----Original Message-----
>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: Marshall Barton: "Re: Moving data in a row to a column"
- Previous message: Marshall Barton: "Re: Formatting columns into report"
- In reply to: SA: "Re: Feedback from report"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|