Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Set Printer to Machine Name - Problem

Status
Not open for further replies.

LesPaulStrat

Programmer
Apr 20, 2001
3
US
When I use -

SET PRINTER TO [\\<machine name> \<printer name> = <dest>]

-- it still prints to the printer that is the Default printer. How can I get around this.

I want to table drive printing reports to specific printers, depending on the report
name. I was trying to set the Queue name, but that didn't work at all.

Any help would be much appreciated.

Gary (lespaulstrat)
lincor0405@yahoo.com

 
What network operating enviroment are you in, MicroSoft, Novell, Lantastic, Banyvine ???
David W. Grewe
Dave@internationalbid.com
ICQ VFP ActiveList #46145644
 
SET PRINTER TO [\\<machine name> \<printer name> = <dest>]
is for Peer-to-peer networks, for Novell networks
use SET PRINTER TO
[\\SPOOLER [\N] [\F=<expN>] [\B=<banner>] [\C=<expN>] [\P=<expN>]]
[\S=<server>]
[\Q=<queue>]

You may also want to see the thread titled Network printing with w2k & fpd26
thread 182-65500
David W. Grewe
Dave@internationalbid.com
ICQ VFP ActiveList #46145644
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top