Thanks for the tips. The problem occurs if I have any space in the full pathname. As an example:
C:\Documents and Settings\steve\My Documents\gem details.txt
Any suggestions?
I am running into an error 52 problem when I try to open a file with a space in the name. I have tried quoting and unquoting but to no avail. Here is an example:
FileName = Chr(34) "\gem detail.txt" & Chr(34)
FileNumber = FreeFile
Open FileName For Input As FileNumber
What I am doing...
BIS,
Your solaris box remembers the hardward address of the first printer. You must reboot your solaris box or remove the arp entry.
Example: arp -a | grep 10.2.0.100
You will see the hardware address of the first printer
arp -d 10.2.0.100 - will delete then entry
ping 10.2.0.100 -...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.