ACROPDF control

cpampas

Registered User.
Local time
Today, 07:52
Joined
Jul 23, 2012
Messages
221
Hi,

I have been using the AcroPDF(Pdf Reader), to access pdf files located in my hard disk, and visualize them in one of my form controls, and it has worked just fine.

dim p as string
p = "c:\MeuPDF.pdf"
AcroPDF1.LoadFile p

Now that I have moved these files to a WEB server, it is not working anymore

dim p as string
p = "/myHost/MyPDF.pdf"
AcroPDF1.LoadFile p

no error messages, nor any pdf retrieved either
I am using Access 2003, windows 7, Adobe Acrobat 9
Thanks for your help
Carlos
 

Users who are viewing this thread

Back
Top Bottom