Link to home
Start Free TrialLog in
Avatar of jschwarz
jschwarz

asked on

@Command(FilePrint) Won't Print Multiple Copies

Whenever I user @Command([FilePrint]; "n"), where n is the number of copies I want to print (per the documentation), I only get blank pages from the printer.  If I remove the second parameter, I can get a single copy of the document, but if I use any value, I only get blank pages.
ASKER CERTIFIED SOLUTION
Avatar of ghassan99
ghassan99

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jschwarz
jschwarz

ASKER

You guessed it!  I guess that was the one option I didn't try.  The documentation says that those fields are optional.  In most Notes commands, when they're optional, you can simply leave them out!  Not this one, I guess.  Thanks.
the main function is @Command([FilePrint]) the others are optional, but when u specify one of them u have to specify all of them.  I guess they have 2 functions declared in the system, the first is this one, the other is the one with all the parameters.  A C++ polymorphism I guess.  Like @Mailsend as well.