Lawrence Mrazek
lmrazek at lcm-res.com
Tue May 15 07:27:12 CDT 2007
I've tried that, but nothing happens ... I'm wondering if there is some additional criteria I need to make it work ... Haven't been able to find any good reference material on this technique. I got it to work yesterday by sharing out the network printer on my machine, then mapping the share to a LPT port. I'd rather not do this. Larry Mrazek LCM Research, Inc. www.lcm-res.com lmrazek at lcm-res.com ph. 314-432-5886 mobile: 314-496-1645 -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Stuart McLachlan Sent: Monday, May 14, 2007 4:13 PM To: Access Developers discussion and problem solving Subject: Re: [AccessD] Sending text direct to printer, take 2 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 -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com