Reputation: 2169
@Command([FilePrint]; "1"; ""; ""; ""; "printview";""; "";"";"")
I'm using this formula in an action button inside a view for printing all documents listed by the view.
I've looked in the Domino Designer but I didn't found any parameter for the page setup which I want to appear.
I appreciate your time.
Upvotes: 2
Views: 829
Reputation: 22284
You can use:
@Command([FilePageSetup]);
To display the page setup dialog just before the FilePrint command.
Upvotes: 4