Skip navigation
Cindy Findley
Currently Being Moderated

How can I insert hyperlinks in my LiveCycle Designer form

Jul 22, 2009 4:37 PM

For some reason I cannot figure out to add a hyperlink to a LiveCycle Designer form.  Please help.

 
Replies
  • Currently Being Moderated
    Jul 23, 2009 11:16 AM   in reply to Cindy Findley

    It is not documented but when you use "http://........" PDF engine automatically recognizes it as URL and turns it as hyper link. Try that.

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 23, 2009 11:22 AM   in reply to Varma_LC

    Will that work for a file on a network?  I've been trying to use a get function to grab and file from a network file and I can't get it right.

     

    ----- F.P1.Button2::click - (JavaScript, client) ---------------------------------------------------

    function OpenExcel() {
    //Get Excel file
    var excel = new ActiveXObject("Excel.Application");

    var excel_file = excel.Workbooks.Open("T:\LISTS\LIST-DIV\Clerks - East.xls");

    var excel_sheet = excel.Worksheets("County Clerks");

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points