M
Microsoft
Hi, I want to automate some printing job with the pdf writer. We have a
module that manage opening the sepecified report and printing it. In that
module we also included a suggestion that we saw on the net for automatic
printing with pdf Writer. What we do is changing some registry values to
specify the name of the document (*.pdf) to be printed.
Our problem here is because we are in a multiuser environnement (our
database is resquested by more than one person in the same time), we have
problems. While someone writes to the registry another is deleting th key
and then when it's time for printing job to the one that thinks its registry
is set for automatic printing, it's in fact deleted by the other one that
just finished is printing job... Result: the registy is well set for some
users and for others, it's not...
Does someone have an alternative or a solution?
Thanks in advance!
//JF
module that manage opening the sepecified report and printing it. In that
module we also included a suggestion that we saw on the net for automatic
printing with pdf Writer. What we do is changing some registry values to
specify the name of the document (*.pdf) to be printed.
Our problem here is because we are in a multiuser environnement (our
database is resquested by more than one person in the same time), we have
problems. While someone writes to the registry another is deleting th key
and then when it's time for printing job to the one that thinks its registry
is set for automatic printing, it's in fact deleted by the other one that
just finished is printing job... Result: the registy is well set for some
users and for others, it's not...
Does someone have an alternative or a solution?
Thanks in advance!
//JF