How to print all documents

Hello,

My question is how to print all of the documents in the view?

I know the coding below will print the select coduments, but the client don’t want to select document, they want to print all of the by default , how to write a coding to select all of them in the view and print all the document?

   Dim wks As New NotesUIWorkspace

Dim view As NotesUIView

Set view = wks.CurrentView

Call view.Print()

Many thanks.

Linda

Subject: RE: How to print all documents

I guess you will have to use @Command([EditSelectAll]) first, then call your agent to print selected documents.