dobe dobe 7.Oct.02 09:38 AM a Web browser Lotus Workflow Engine3.0iSeries (AS/400)
I would like to print the main document of a binder in an automated agent (running on the server not a client).
I have done like this:
Dim workspace As New NotesUIWorkspace ' ERROR HERE !
Dim uidoc As NotesUIDocument
Set uidoc = workspace.CurrenDocument
Call uidoc.Print
I have tried to instanciate a NoteUIWorkspace from the server to have a UIDoc and then print it but i have a 'Error creating product object' when doing this.
Moreover, i am wondering how to choose the printer it will print on !
Has someone already faced this problem ? I would appreciate any help, thanks.