Results 1 to 6 of 6

Thread: Hyperlinks and Acrobat Reader

  1. #1
    Join Date
    Dec 2009
    Posts
    202

    Hyperlinks and Acrobat Reader

    Hello,
    In a base for research data on specific chemicals, I have a field containing a hyperlink showing the path to a sheet of detail desired product, in pdf format. Click on this link does not open the document associated with Acrobat Reader. The opening seems to be so very fleeting. (Previously, documents formatted doc opened fine with Word. Is this possible or this is not. Any help on this is highly appreciated.

  2. #2
    Join Date
    Nov 2009
    Posts
    446

    Re: Hyperlinks and Acrobat Reader

    Hello,
    Could you possibly 2 versions of Acrobat? That is what is the version of the Acrobat Reader installed on your computer. I think the version also depends in this circumstances. If you are using the updated acrobat reader and it is not reading your documents from the internet then you can remove that is uninstall the reader and install it again with the fresh copy and see if it opens up the document.

  3. #3
    Join Date
    Dec 2009
    Posts
    296

    Re: Hyperlinks and Acrobat Reader

    Hello,
    I am trying the same kind of a code, if you have any idea about it thne please let me know. i am trying to do it by coding, here is my code
    Code:
    Private Sub On_Click()
    We Error GoTo Erron_click
    
        Sun str As String
    
        str = "C: \ Program Files....../..AcroRd32.exe"
        Call Shell(str, 1)
    
    Exiton_click:
        Exit Sub
    
    Erron_click:
        MsgBox Err.Description
        Resume Exiton_click
        
    End Sub
    If you have any other code which is related to this then please do post back.

  4. #4
    Join Date
    Dec 2009
    Posts
    202

    Re: Hyperlinks and Acrobat Reader

    Hello,
    CA opens well, but I must retrieve the contents of a category that contains the hyperlink to the sheet to read and add at the end of the line stAppName = but I can not concatenate the two pieces. In fact I would need something like
    Code:
    stAppName = "C: \ Program Files ............... AcroRd32.exe G: \ SECURITY \ SHEETS AND LIST OF USE PRODUCTS .......... test.pdf"
    In writing this hard, it works, but by setting the party capital, it does not work, because I can not write the correct syntax, probably.

  5. #5
    Join Date
    Nov 2009
    Posts
    343

    Re: Hyperlinks and Acrobat Reader

    Hello,
    The handling of long file names in a case like this should fill the strings in quotes. Created a shortcut on your desktop with the contents of stAppName and its syntax looks to inspire you. If you want to open a PDF in having his way, doing research on the forum "ShellExecute" function and test to see if you can run it.

  6. #6
    Join Date
    Nov 2009
    Posts
    356

    Re: Hyperlinks and Acrobat Reader

    Hello,
    I have a form that summarizes a report and I have a text box that is the hyperlink in my pdf file located on a network. Of course the network path to access the file is 3.5 kilometers long but it works. In my field I only appear the name of the pdf file, the path is the underlying
    Code:
    Forms! Form "ln.Value = sometest & "#" & & StrChm "#"
    sometest is a constant that retrieves the name of your file share
    Strchm is constant you set the path where the file
    Of course it goes without saying that in the construction of your table, the field "ln" must be hypertext.

Similar Threads

  1. Acrobat Reader X on a LAN environment
    By AkshatShetty in forum Windows Software
    Replies: 5
    Last Post: 09-09-2011, 10:51 PM
  2. Acrobat Reader 1.5 LE is unusable
    By Algonkin in forum Windows Software
    Replies: 5
    Last Post: 02-07-2010, 11:50 AM
  3. Speed up Acrobat reader
    By DiZaster in forum Tips & Tweaks
    Replies: 2
    Last Post: 12-06-2009, 07:56 AM
  4. Alternative to Acrobat Reader
    By kirti in forum Windows Software
    Replies: 4
    Last Post: 24-02-2009, 12:06 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,295,779.97980 seconds with 17 queries