Adding a hyper link to form

I have created a fill form with Live Cycle Designer and would like to add a hyper link button that opens a new page. I am not sure what to do once I have selected the Button field object to execute this function.

JavaScript
xfa.host.gotoURL("http://www.adobe.com")
FormCalc
xfa.host.gotoURL("http://www.adobe.com")

Similar Messages

  • How to change the Hyper links color in the XML form

    HI SDNs
    Do u have any idea how to change the hyperlink color in the xml form. My requirement is as follows.I have created xml form by using xml template and i displayed this xml form by using Km document iview.  I need tochange the hyper link color in the xml form content. I dont want to go for manual process by editing the xml form. because i have several hundreds of xml forms.
    Appreciate if you give suggestion.
    Thanks
    Ramana

    Hi Ramana,
    The most convenient way to change the hyper links is by using the Theme Editor. Go to System Administration --> Portal Display --> Select Theme --> Component-Specific Styles --> Links --> Function/Result Link.
    Hope this helps.
    Kind regards,
    Joost

  • In browser editing: Can my client add new images with hyper-links to their websites without having to replace images already there?

    My client would like to be able to add new images to their site themselves and use them as hyper-links to external sites without having to replace an old image with the new one (or blank place holding images - far from ideal). Is there ANY way that this is possible? They do not wish to update and add new images/links regularly and it is certanly not intended to be used as a blog or way of being able to constantly keep content new and fresh otherwise I would set them up with a blog account and add that to the site. It is merely a way of adding links to other local businesses every once in a while.
    Please see the page they wish to update... Friends. (Please excuse the layout... the customer will not be able to resize or edit the images themselves and wishes to add them as-is!)
    Thanks in advance for any help. If anybody knows how I can ask an Adobe official mod, that would be great... that, or make a request for a future addition in an update?
    Warm regards,
    Ben Gathercole

    Hi Andria,
    Changing links is currently not possible with in-browser editing.
    Please post this as a feature request in the following feedback form :
    http://feedback.inbrowserediting.com/?url=
    Regards,
    Akshay

  • Link a Form Field to new Text Field

    PDF - form field
    Looking for a code to link a form field(text_1, on page #5) to
    another, new form field(text_2, on pages 2-4).
    Maybe a "Page Properties" action (i.e., Page Open: field text_2 = field text_1)
    ~~
    Why....
    busy but here's why
    In the PDF, there are Form fields on page 5 which interface (externalinterface) with an RMA ( a SWF) on page 2.
    This all works well.
    As the form fields must be carried forward (from page 5 to page 2... to interface the RMA),
    the orignal page 5, From fields are copied to pages 2-4 and then "Hidden".
    Again, this works just fine.
    A reset "action" (button) was added to, well, clear the Form Field for easy reuse.
    The reset ''action' does it's job and clears ALL form fields with the same "Name".... on every /all pages.
    This causes the dynamic interface, with the RMA, to display blank fields (within the SWF).
    This will effect the User's experience.
    ~~
    Work aound.....
    Find a way to label the Form Fields (page 5) so that "only they" are reset, and no others.
    Create a link of Form Field inputs on page 5 (with names... x,y,z),
    to new Form Fields pages 2-4 (with a differnet names... a,b,c).
    Thanks in advance for your help....
    DS

    Hi jm,
    This may be what you are after. No text wrap, but notes are there.
    Type an account number into the Enquire table to get Client and Contact
    Formula in B2 (and Fill Right)
    =INDEX(Database::B,MATCH($A2,Database::$A,0))
    Large notes display table with Wrap Text
    Formula is
    =INDEX(Database::D,MATCH(Enquire::$A2,Database::A,0))
    All together:
    Change it around if you want to look up by Client instead of Account
    Regards,
    Ian.

  • Database link in forms 6i stopped working in database 10g release 2.

    Hi,
    We have Forms 6i with all patches added.
    We were able to recompile the form that contains database link in database 10g release 1 environment. Recently we migrated to database 10g release 2.
    We still can run the form (previously compiled in database 10g release 1), but when we tried to modify the form and recompile it in databbase 10g release 2,
    the forms developer closed down without giving any error message.
    When we removed any reference to the database link from the form, we were able to recompile the form with no problem. Database Linkd in SQL works.
    The question: what do we need to do in the database 10g release 2 to make the link in forms 6i work?
    Thank you. Lev.

    I recently upgraded my development environment from Forms 10.1.2.0.2 to Forms 10.1.2.3 and am experiencing the same problem -- not able to COMPILE a form that references a database link. The error is: "Error 352 at line 99, column 3 Unable to access another database 'LINKNAME'". This occurs on an UPDATE statement within PL/SQL code in a form trigger that used to compile and work fine.
    I tried the database link in SQL Plus and the link is working fine.
    Database environment is 10g 10.2.0.3 on Windows Server 2003.
    Is anyone able to do this?

  • Creating Hyper-Links in Acrobat Pro 8

    Good Day;
    I am somewhat new at this so please forgive me if this question has been asked before.
    I am running Acrobat 8 pro and I am designing some forms. One of the things I want to do is imbed a hyper-link in some of the text. This hyper link will take the user to the documentation on a webpage.
    I have created a form using LiveCycle Designer 8 (part of Adobe Acrobat 8 pro not LiveCycle ES). Within this application there does not appear to be a way to create the hyper-links. I then opened the form in Acrobat 8 pro and the link tool is not available.
    Is there a way to create a hyper-link in the form?
    I hope I have explained this correctly
    Chomp

    The Chomp wrote:
    I then opened the form in Acrobat 8 pro and the link tool is not available.  
    Chomp
    If you created the form using Designer, you must make any edits in Designer and not Acrobat.

  • Image should work as hyper link in smartform

    Hi,
    I am able to convert smartform with images in to HTML format and able to send as e-mail using the program similar to SF_XSF_DEMO_MAIL.
    As soon as the user receives e-mail, he should able to click on images and should redirect to other webpage. (Image should work like hyper link).
    Can you please suggest how to work on this issue ?
    Thank you very much.
    Regards
    Badari

    Using smart form we can not send image as hyper link. This functionality is not available using smartform.
    Instead of using smart form written the HTML Code and used the following function module  'SO_NEW_DOCUMENT_ATT_SEND_API1' and works fine for me.
    wa_objtxt-line ='</body>'.
      APPEND wa_objtxt TO t_objtxt.
      wa_objtxt-line = '</html>'.
      APPEND wa_objtxt TO t_objtxt.
      HTML close
      wa_objtxt-line = '</body> </html> '.
      APPEND wa_objtxt TO t_objtxt.
    Document data
      DESCRIBE TABLE t_objtxt      LINES w_tab_lines.
      READ     TABLE t_objtxt      INTO wa_objtxt INDEX w_tab_lines.
      wa_docdata-doc_size =
          ( w_tab_lines - 1 ) * 255 + STRLEN( wa_objtxt ).
    Packing data
      CLEAR wa_objpack-transf_bin.
      wa_objpack-head_start = 1.
      wa_objpack-head_num   = 0.
      wa_objpack-body_start = 1.
      wa_objpack-body_num   = w_tab_lines.
      we will pass the HTML, since we have created the message
      body in the HTML
      wa_objpack-doc_type   = 'HTML'.
      APPEND wa_objpack TO t_objpack.
    *ENDFORM.                    " CREATE_TITLE_DESC_BODY
    *&      Form  fill_receivers
          Filling up the Receivers
    *FORM fill_receivers .
      wa_reclist-receiver = I_email. "p_email.
      wa_reclist-rec_type = 'U'.
      APPEND wa_reclist TO t_reclist.
      CLEAR  wa_reclist.
    *ENDFORM.                    " fill_receivers
    *&      Form  send_message
          Sending Mail
    *FORM send_message .
    Send Message to external Internet ID
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
        EXPORTING
          document_data              = wa_docdata
          put_in_outbox              = 'X'
          commit_work                = 'X'     "used from rel.6.10
        TABLES
          packing_list               = t_objpack
          object_header              = t_objhead
          contents_txt               = t_objtxt
          receivers                  = t_reclist
        EXCEPTIONS
          too_many_receivers         = 1
          document_not_sent          = 2
          document_type_not_exist    = 3
          operation_no_authorization = 4
          parameter_error            = 5
          x_error                    = 6
          enqueue_error              = 7
          OTHERS                     = 8.
      IF sy-subrc NE 0.
        E_STATUS = 'Sending Failed'.
      ELSE.
        E_STATUS = 'Sending Successful'.
      ENDIF.
    Edited by: Badari Narayana1 on Oct 6, 2009 10:09 PM
    Edited by: Badari Narayana1 on Oct 6, 2009 10:09 PM
    Edited by: Badari Narayana1 on Oct 6, 2009 10:10 PM

  • Adding a field to a form based on a table

    Hi
    I am unable to make the following scenario work.
    I have a form which is called from a report. The report passes in an ID parameter. This form field then displays the text associated with this ID because it has a LOV attached to it.
    However, the user is able to select other values from the LOV, which then renders the form useless.
    Is there a way of:
    - disabling the LOV?
    - adding a separate text field to the form where I can display the value I want with no LOV?
    Thanks

    As part of my attempts to make this work, I added a field to a form, with the intention of passing a value into it using the link to the form. But the field does not appear in the list of parameters available to the link.
    why is that?

  • Basic Flash question: add skin and still keep hyper link

    Using CS4 Creative Suite. I little or no action script skills.
    I created a 2 minute flash .fla file. At the end I added a button that when clicked, opens a window to another site. When I exported as an .swf file, the button worked fine. When I added the .swf file to an html page it worked fine too. The problem came when I wanted to add a skin with video controls.
    I went through the tutorial which says I need to import the my video as a FLV or F4V file. The ony way I could do that was to export my FLA file as a MOV file and convert it to a FLV file in Adobe Media Encoder CS4. But when I did that I lost my link at the end.The video controls work great but how do I add the hyper link back in?
    And why the heck can't one export a FLV file from Flash?
    Thanks!

    (this message is so old the responses were lost during an adobe conversion a few years ago.)
    the answer to the op's issue, is that you can't create an flv that executes actionscript.  however, you can create an flv that contains cuepoints and the cuepoints can trigger actionscript to execute.
    so, the op should add a cuepoint to the end of the flv (or, if using as3, just use an Event.COMPLETE event listener for the flvplayback component) to detect the end of the flv and trigger the navigateToURL code.

  • Portal roles as Hyper Links

    Hi Gurus,
    How to make portal roles as hyper link?
    Regards,
    venkat

    Hi Venkat,
    To provide access to a workset or page within a role via URL, just copy the '<b>PCD Location</b>' parameter of the object within the role and use the following syntax:
    <i>http://<server>:<port>/irj/portal?NavigationTarget=ROLES://<PCD_LOCATION></i>
    You could also use the short URLs to link directly to a page object:
    1- Goto '<i>System Administration -> Navigation -> Short URLs</i>'
    2- Search for the page object, and find the corresponding short URL to the above mentioned PCD Location
    3- Use the short version of the URL '<i>http://<server>:<port>/irj/portal?NavigationTarget=navurl://<SHORT_URL _ID></i>'
    Hope this helps.
    Regards,
    Joseph
    Added 'short URL' information
    Message was edited by:
            Joseph Zeinoun

  • Button link a form

    I put a button on a form and I would like to have the button to launch a form.
    I tried to find the place to enter the link, but button property does not have link and target.
    I just wanted to know if it is possible to have a button to link a form and launch it.
    Your information and help is great appreciated,
    regards,
    Iccsi

    I am not sure what you mean by "have a button to link a form", but it's possible to have a button do any linking you want by MANUALLY adding some javascript to the code (there is no way to do this using just the DW user interface, unfortunately).
    <input type="button" value="Button" onclick="window.location.assign('http://www.example.com/whatever.html');">
    If what you mean by "launch a form" is "submit a form", then you can do that too -
    <input type="button" value="Button" onclick="document.formname.submit();">

  • Add a Hyper link sort of on char

    Hello
    Is there a way where we can enter a hyper link sort of type against a char which will contain the information about that chart. Like what i mean is that if a free char is dragged and dropped in and the user wants to know what is this free char about then can a hyper link or something be added against the char so that the user can get information regarding that char.
    Please let me know
    thanks

    Hello,
    This question was asked nearly two years ago! Like the original questioner, I have searched and searched for instruction for hyperlinking an image in mail.app. When I select the image in the body of an email and go to the edit menu to add a hyperlink, the link simply replaces the photo. When I cntrl/click on the image, there is no option to add or edit a link.
    Can someone assist? Or confirm that this simple task is not possible in mail.app? Or suggest a plug in?
    thanks!

  • Hyper links within .RDF reports

    I want to creat a button on the report that will kick the users back to the homepage (index.html) they are running the reports from. i created a regular back button with
    TARGET=<FORM ><INPUT TYPE="button" VALUE="Back" onClick="history.go(-1);return true;"> </FORM>
    in the Add hyper links palatte but i can't get the same to work for my home button
    TARGET=<form><INPUT TYPE="button" VALUE="Back to SOE Reporting" onClick="http:\\sddb5\index.html);return true;"></form>
    any sugjestions???

    hello,
    i would assume that this is not the correct javascript-code to invoke a URL.
    onClick="location='http:\\sddb5\index.html';return true;"
    to load a document into the current window.
    regards,
    the oracle reports team

  • Hyper link of public image(hyperlink or image) can not be saved on windows server 2012 and sharepoint 2010 problem

    hyper link of public image(hyperlink or image) can not be saved on windows server 2012 and sharepoint 2010 problem, is this a bug?
    thanks for any reply.
    Rosone

    It is not a bug, you might be using IE in Windows server 2012 and and browser might be restricting your site actions to respond properly.
    Check this in a different browser or access site in a differ OS.
    Adnan Amin MCT, SharePoint Architect | If you find this post useful kindly please mark it as an answer.

  • Quotes in a page level item not showing up as " when used in a hyper link

    Hi all,
    In my app, I need to hyper link to a crystal report application with parameters from my page. I have a page level item that puts my parameter in quotes, but when the item is utilized in the hyperlink, the quotes come across as & q u o t ; (spaces were put in to the post to avoid html conversion) how can my string be used to appear the way I want?

    I don't use Crystal Reports, but, in general, you should encode your URL. When you create your link, run the URL through utl_url.escape() first. Put it in your select statement.
    E.G.,
    select utl_url.escape('http://oracle.com/foo"bar') from dual;
    will escape/encode the quotation mark and give you:
    http://oracle.com/foo%22bar
    This translates the " into a URL-safe escape code, %22, that should (I hope) be understood properly by your Crystal Reports server.
    Good luck.

Maybe you are looking for