G
Guest
I'd like to be able to print multiple documents are once using vb.net.
What is the best way to do this with out having to print each document
one at a time via a loop [calling
Word.PrintOut(fileName:=(OutputFileLocation & fileName)].
Can't I send them all to a spool at once or something?
Ideally, I would like the code such that multiple users can print via
my application at the same time.
Any help would be appreciated. Thanks
8957078
PS
Someone suggested merging the docs into one programatically but i'm
not sure if that would solve the problem i'm having with the printing
getting locked up when users try to print at the same time.
If this is a good idea, does anyone have any examples?
What is the best way to do this with out having to print each document
one at a time via a loop [calling
Word.PrintOut(fileName:=(OutputFileLocation & fileName)].
Can't I send them all to a spool at once or something?
Ideally, I would like the code such that multiple users can print via
my application at the same time.
Any help would be appreciated. Thanks
8957078
PS
Someone suggested merging the docs into one programatically but i'm
not sure if that would solve the problem i'm having with the printing
getting locked up when users try to print at the same time.
If this is a good idea, does anyone have any examples?