I'm running Foxpro 8.0 and a wired ethernet network.
setting my printer like this:
set printer to \\pos1\receipt1
everything works fine until I turn on my DSL modem which is attatched to the
USB port.
Then foxpro can't find the network printer. After about 3 mintues it
finally finds the printer. If I cut the modem off, foxpro immediately finds
the modem.
Any ideas will be appreciated!
John

Re: Foxpro 8.0 can't find network printer by man-wai

man-wai
Sat Aug 13 19:42:07 CDT 2005

> set printer to \\pos1\receipt1
> everything works fine until I turn on my DSL modem which is attatched to the
> USB port.

>
>
what if you use ip address instead of "pos1"? Something like:
Assume your pos1 is at 192.168.1.123,

set printer to \\192.168.1.123\receipt1

--
.~. Might, Courage, Vision. http://www.linux-sxs.org
/ v \
/( _ )\ Linux 2.4.31
^ ^ 8:41am up 7 days 20:09 load average: 1.06 0.78 0.66

Re: Foxpro 8.0 can't find network printer by Edhy

Edhy
Mon Aug 15 18:31:10 CDT 2005

Also try using an Ethernet cable instead of USB for your DSL modem and you
can capture your share printer using NET USE....

--
Edhy Rijo
www.progytech.com
Bronx NY


"John G" <nospamoglethorpehardware@earthlink.net> wrote in message
news:eK4jciBoFHA.3108@TK2MSFTNGP10.phx.gbl...
> I'm running Foxpro 8.0 and a wired ethernet network.
> setting my printer like this:
> set printer to \\pos1\receipt1
> everything works fine until I turn on my DSL modem which is attatched to
> the
> USB port.
> Then foxpro can't find the network printer. After about 3 mintues it
> finally finds the printer. If I cut the modem off, foxpro immediately
> finds
> the modem.
> Any ideas will be appreciated!
> John
>
>
>