system
1
Hi There,
Does anybody have a script for printing to a specific printer when sending a document to the Document Agent Server?
Environment:
BusinessObjects 4.1.3
SQLServer 6.5
Thanks for your input.
Best regards,
Vides TamaÎla
Consultant
PROPHECY (http://www.prophecy.nl)
Villawal 7
3431 AH Nieuwegein
The Netherlands
Tel: +31 (0)30 6050744
Fax: +31 (0)30 6050690
Email: v.tamaela@prophecy.nl (business)
Email: maeva@wxs.nl (private)
Listserv Archives (BOB member since 2002-06-25)
system
2
Hi Vides,
this script has come in handy many times for me. laurenf@bellatlantic.net
Sub Main()
Dim doc as BODocument
set doc = Applciation.Documents.Item(1)
doc.Refresh
doc.PrintOut(“\server\printershare”)
End Sub
“v.tamaela” wrote:
Hi There,
Does anybody have a script for printing to a specific printer when sending a document to the Document Agent Server?
Environment:
BusinessObjects 4.1.3
SQLServer 6.5
Thanks for your input.
Best regards,
Vides TamaÎla
Consultant
Listserv Archives (BOB member since 2002-06-25)
system
3
This work find for me but, … now all reports come back to users wanting to attch to the last printer used by the Document Agent server.
Have you run into this problem?
Thanks,
Michael
Listserv Archives (BOB member since 2002-06-25)