|
-
Nov 17th, 2000, 05:20 AM
#1
Thread Starter
New Member
hello,
does anyone knows how to forward a print-job for example by word 2000 to another printer?
Set app = New Word.Application
Set doc= app.Documents.Open "MyDocument1.doc"
app.ActivePrinter = "MyPrinter1"
doc.PrintOut
how do i forward the data that is send to MyPrinter1 to another printer "MyFax1" to add that print-job by word (MyPrinter1) to the print-job in MyFax1 that isn't send to the printer or fax etc. at that time?
any help would be appreciated ... thanx
-
Nov 17th, 2000, 08:20 PM
#2
Fanatic Member
So you want to forward all jobs targeted at one printer to another?
GWDASH
[b]VB6, Perl, ASP, HTML, JavaScript, VBScript, SQL, C, C++, Linux , Java, PHP, MySQL, XML[b]
-
Nov 20th, 2000, 02:51 AM
#3
Thread Starter
New Member
yes gwdash, this would be great ... do you know how to do that??
-
Nov 21st, 2000, 11:24 AM
#4
Fanatic Member
you would have to write a printer driver to do this. I have no clue how, but i'm 99% sure it can't be done in VB.
I'd search the web for something like this(sounds pretty common to me)
GWDASH
[b]VB6, Perl, ASP, HTML, JavaScript, VBScript, SQL, C, C++, Linux , Java, PHP, MySQL, XML[b]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|