Error 462

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Has anyone ran accross this error? I'm trying to automate word from Access
and I'm putting data from Access and images from a webserver into a document.
I getting this error at runtime not when I step thru the code. It seems to
have nothing to do with the webserver and everything to do with word and the
automation.

***
doc.InlineShapes.AddPicture FileName:="http://www.mysite.com/prodimg/" &
strPartNo & "pro.jpg", LinkToFile:=False, SaveWithDocument:=True
***
Error is - Error 462 The remote server machine does not exist or is
unavailable

Thanks in advance. ;-)
 
Conrad:

I don't what versions of Word or Access you are using and there isn't enough
of a code sample to know whether the following KB articles are relevant to
your situation, however, I am passing them along as potential references.

http://support.microsoft.com/default.aspx?scid=kb;en-us;189618
http://support.microsoft.com/default.aspx?scid=kb;en-us;188546
http://support.microsoft.com/default.aspx?scid=kb;en-us;191121

--
David Lloyd
MCSD .NET
http://LemingtonConsulting.com

This response is supplied "as is" without any representations or warranties.


Has anyone ran accross this error? I'm trying to automate word from Access
and I'm putting data from Access and images from a webserver into a
document.
I getting this error at runtime not when I step thru the code. It seems to
have nothing to do with the webserver and everything to do with word and the
automation.

***
doc.InlineShapes.AddPicture FileName:="http://www.mysite.com/prodimg/" &
strPartNo & "pro.jpg", LinkToFile:=False, SaveWithDocument:=True
***
Error is - Error 462 The remote server machine does not exist or is
unavailable

Thanks in advance. ;-)
 
Back
Top