[AccessD] Sending text direct to printer, take 2

Stuart McLachlan stuart at lexacorp.com.pg
Mon May 14 16:12:39 CDT 2007


Don't know if it will work, but I'd try  creating a "Standard TCP/IP Port" 
for the network machine's IP address and printing to that.


On 14 May 2007 at 16:47, Lawrence Mrazek wrote:

> 
> 
> Hi:
> 
> Thanks to Gustav, I have some code that works on my local machine ...
> however, I'll need to print to an IP address, and I haven't been able to
> find the syntax.
> 
> This Works:
> Dim PrtStr As String
> PrtStr = "Printer Test Text llllllllllllllllllllllllllllllllllll"
> Open "\\HPLaptop\HPOFFICEJET" For Output As #1
> rint #1, PrtStr
> Close #1
> 
> This doesn't (no errors, basically nothing)
> Dim PrtStr As String
> PrtStr = "Printer Test Text llllllllllllllllllllllllllllllllllll"
> Open "10.0.2.22" For Output As #1
> Print #1, PrtStr
> Close #1
> 
> Anyone have any ideas?
> 
> Thanks in advance.
> 
> Larry Mrazek
> lmrazek at lcm-res.com
> 
> -- 
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com

-- 
Stuart





More information about the AccessD mailing list