URL links wrongly created for adjucent characters

The URL links are wrongly created for the following characters after the URL like “)”, “]” etc.
For E.g. (www.adobe.com), the URL links for adobe is in active for closing parenthesis in PDF which should not have a URL link.
Any one suggests what would be problem and how to avoid this?
We are using Acrobat Pro 8.

Use the Link Tool in Acrobat and create the link.

Similar Messages

  • Report link not working for special characters

    Hi
    I am passing parameters from one report to another using Column Link... Everything is working fine, with the exception when there is a special character (&) within the customer name... When I click on such links I am getting an error messge... For example:
    H&R Block became H&R Block Please advice...

    Consider the translate function. I am using this successfully when passing our item numbers from one page to another.
    select '<a href=f?p=&APP_ID.:2110:&SESSION.::NO::P2110_NEW_ITEM_NBR:'
    || translate(iim.item_nbr, ' &+', 'zyx') || '>'
    || iim.item_nbr
    || '</a>' item_nbr
    from inv_item_master iim
    ...etc
    Basically, in this case, translate will replace all occurrences of space with lower case z, ampersand with lowercase y, and plus sign with lowercase x.
    Then, on the destination page, 2110 in this case, I "translate" "z" to a space, "y" to an ampersand, and "x" to a plus sign, in my report query on pg 2110.
    I'm on VPN right now so I don't have easy access to my sources, but check the Oracle SQL reference or Google oracle translate.
    Also, consider signing your post so we know who to address when we reply.
    Hope this helps,
    Gregory

  • Enabling/d​isabling url links in email for 8830 series

    Hi,
    How can i enable/disable underlining/clicking of url info in an email. When someone sends an email with anchor tag/url info in the body of the message, by default it gets highlighted (and clickable). How can i turn this off (so that it is normal text) ?
    Thanks
    NP

    Hi and welcome to the forums!
    Other than turning off HTML code you can't.
    Go to the message queue, menu options. Select email settings.
    Select Enable HTML Email to NO
    Select automatically download images NO.
    Thanks,
    Bifocals
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • URL link in the notifications

    When we receive the notifications it has a URL link to click on to view the data, any idea where this URL link gets created completely? What are the packages or config files to look for.

    Q:I tried to see what you said, but as per your email when the URL was sent as a attachment means you already captured the URL and sent it as a attachment, right?
    A:Yes, you are righte
    Q:Where did youcapture the URL (link)? I checkd in the workflow and i can not find any thing related how the URL gets created.
    A:The URL is an attribute. You are responsible to set this value.
    Q:Second problem in the DEV instnace when we use the workflow notifications to notify the users when the report gets completed it send a URL link but it is pointing to different instance> any idea which profile option or file entry need to be changed?
    A:Check your notification object and see who is the performer.
    Luiz

  • How to create an URL link for product cancellation using an FM

    Hi,
    I have tried creating an external attachment i.e URL link for a workorder by triggering a custom FM by exporting business object type , order id ,realtion type , title and link with return parameter as a message .
    But i'm not being able to create URL link for workorder using the custom FM.
    Kindly please suggest some solutions regarding how the URL link can be created using an FM instead of manual creation.

    given that there can be a variety of reasons for something to crash, you can sometimes initialize a buffer by wiring a non-null data structure to the left terminal of the call library function node. for example, if the output is to be a string no more than 100 characters long, create a string that long of nulls, blanks or anything and attach that to the left terminal for that output. no guarantees, but i have seen that work.
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • How to create URL link for telephone number ,open to account search page and account result page ?

    Hi Experts,
    Bussines role - ZCC_ICAGENT 
    If user open this bussiness role and open Account page ,user enter telephone number and enter search account ,then result will be displayed.Instead of 3 clicks ,user click direct URL link ,telephone number is parameter,account Search and account result  page will be opened direct link.
    So how to do it..could you please provide me step by step...what are the steps wee need to follow for creating URL ..how to do it..Please help..
    Thanks
    Kalpana

    Hi kalpana,
    You dont need to do any setting for this.
    Following URL will be used as per your requirement.
    http://rrnewcrm.ril.com:8000/sap(bD1lbiZjPTI0MiZkPW1pbg==)/bc/bsp/sap/crm_ui_start/default.htm
    ?sap-system-login-basic_auth=X&sap-system-login=onSessionQuery&saprole=ZCC_ICAGENT&
    sap-phoneno=9999999999
    Here parameter sap-phoneno will contain the number you want to search for.
    In component ICCMP_BP_SEARCH, go to view BuPaSearchB2B. write below code in its inbound plug IP_INBOUNDPLUG-
    DATA: lt_ivr_url_param TYPE tihttpnvp,
             ls_ivr_url_param TYPE ihttpnvp,
             lr_searchcustomer TYPE REF TO if_bol_bo_property_access,
             ls_searchcustomer TYPE crmt_bupa_il_header_search.
    CALL METHOD cl_crm_ui_session_manager=>get_initial_form_fields
           CHANGING
             cv_fields = lt_ivr_url_param.
    lr_searchcustomer ?= me->typed_context->searchcustomer->collection_wrapper->get_current( ).
         CHECK lr_searchcustomer IS BOUND.
    READ TABLE lt_ivr_url_param INTO ls_ivr_url_param WITH KEY name = 'sap-phoneno'.
    IF ls_ivr_url_param-value IS NOT INITIAL.
             ls_searchcustomer-telephone = ls_ivr_url_param-value.
       CALL METHOD lr_searchcustomer->set_properties( EXPORTING is_attributes = ls_searchcustomer ).
             eh_onsearch( ).
        ENDIF.
    Thanks & Regards
    Richa

  • SQL Developer create wrong SQL for creation of Database link

    Hi,
    I tried to create Database link to another machine through SQL Developer. and I got error message saying "Sql not properly ended" or similar.
    I copy-paste the sql to sqlplus shell and I found that the problem came from password part of database link so the generated from SQL Plus is something like:
    SQL> CREATE DATABASE LINK mytest CONNECT TO anotherDB IDENTIFIED BY 1234 USING 'OtherServiceName';
    but it should be
    SQL> CREATE DATABASE LINK mytest CONNECT TO anotherDB IDENTIFIED BY "1234" USING 'OtherServiceName';
    so if I type in the password field
    "1234" which is ****** /6 chars/ the database link was created correctly.
    Could you check and fix this in next release of the SQL Developer?
    Otherwise the Application is very good and far ahead from TORA :)

    Thanks, I didn't notice that for passwords. So it's most definately my problem that the SQL Developer . :)
    Thank you for clarification!
    Offtopic: I am searching for DB Comparison tool which could compare 2 schemas and return me the differences and the sync script. Do you know any /free if possible/? There is such thing in TOAD but I am on Linux and I prefer to use something else. :)
    Thank you in advance

  • New desktop has wrong path for page links in nav bar

    I created a new desktop and have the following problem. The image links to portal
    pages in the horizontal nav bar in the top have wrong path.
    Example.
    In the original portal the home page link in the nav bar has a image associated
    with it in workshop.
    \framework\skin\classic\images\home.gif
    The partial url generated for the image looks liek this:
    \mywebapp\\framework\skin\classic\images\home.gif.
    I created a new desktop everything works fine except for the images. The href's
    are created for the links but the image path is wrong.
    the url generated is : \mywebapp\appmanager\framework\skin\classic\images\home.gif
    The "appmanager" in the path causes the problem.
    Is this a bug?

    Hi Subbu,
    I used workshop page properties to associate the image to the page.
    framework/skins/classic/images/home.gif
    - Shankar
    Subbu Allamaraju <[email protected]> wrote:
    Shankar,
    Did you use any tag to create the img tag? Do you have any sample
    HTML/JSP snippet?
    Subbu
    Shankar Bala wrote:
    I created a new desktop and have the following problem. The imagelinks to portal
    pages in the horizontal nav bar in the top have wrong path.
    Example.
    In the original portal the home page link in the nav bar has a imageassociated
    with it in workshop.
    \framework\skin\classic\images\home.gif
    The partial url generated for the image looks liek this:
    \mywebapp\\framework\skin\classic\images\home.gif.
    I created a new desktop everything works fine except for the images.The href's
    are created for the links but the image path is wrong.
    the url generated is : \mywebapp\appmanager\framework\skin\classic\images\home.gif
    The "appmanager" in the path causes the problem.
    Is this a bug?

  • Create URL link from an iView

    Hi Friends,
    I have requirement some thing like this: On Km  iView I have a simpe descrption , for this descrption I would like to create a url link.(which means if any user click on this link this should bring the specific website)
    Pete

    Mark,
       Are you having a KM Document Iview ? Then you could achieve ur
    requirement in this way. Have it point to a Html file in KM .
    This file would contain the description that you meant along with a
    hyperlink to the required site. So once you click on the link
    the site would be loaded.
    Hope I got ur question right or do get back if  wrong.
    Pls consider rewarding points if this helps
    Regards
    Vineeth

  • Can I create more than one URL link in a single Flash (SWF) file?

    I created a simple SWF slideshow in Flash with 5 slides. I was able to link one URL to the whole file by adding an alpha button.
    What I can't figure out is how to add a URL link to each slide. The SWF file i sused on a website and I would like to be able to click on a particular slide as it is playing to go the a site or page that applies to that slide.
    Is there a way or code I can use to do this??
    This is the code I am currently using for the button now.
    ja_btn.addEventListener(MouseEvent.CLICK,mouseClick);
    function mouseClick(event:MouseEvent):void
                   var request = new URLRequest("http://www.jakeandamos.com/");
                    navigateToURL (request,"_blank");
    I am just learning this stuff so I can use your help, Thanks!

    You cannot duplicate instance names or function names, so you'll need to create unique names for each one that behaves differently.  So you can only have one function named "mouseClick"... if you want to have another function to link somewhere else you need to create a new name for that function ("mouseClick2" would work)
    There are alternate approaches, but for now this will be the easiest for you to deal with.

  • Object Services Attachements for URL Links

    Hi Guru,
      I have to create interface for Object Services Attachments for URL links.
    Scenario is
    Drad Table:
    DOKOB = PTRV_HEAD
    DOKNR = 0000000000000001000000000098
    objky = 0050000088\
    Draw Table:
    doknr = 0000000000000001000000000098
    filep: rgenbust:/DCTM370097578000AD0C
    Create object service url attachment with:
    http://rdgvmws10:8080/WebAccess/TEServlet.ser?docbase=rgenbust&sapLinkId=
    appended to FILEP after the /
    to make a link of:
    http://rdgvmws10:8080/WebAccess/TEServlet.ser?docbase=rgenbust&sapLinkId= DCTM370097578000AD0C
    I unable solve this issue can any help with the source code.
    I need to create program with scratch. Can any body tell me how to start the program. First which table i need to read. How to retrieve URL append to FILEP field. I would appreciate if any body help.
    Thanks
    Ashraf

    Hello,
    See hyper-links below:
    [How-To: Offline approval - Logon link does not work|http://wiki.sdn.sap.com/wiki/display/SRM/Offlineapproval-Logonlinkdoesnot+work]
    [KBA 1511180 - The hyperlink in the offline approval email is incorrect|https://service.sap.com/sap/support/notes/1511180]
    Regards.
    Laurent.

  • Request for URL Link in SmartForm

    Hi Experts,
    I am working on ECC5.0. I am developing PO smrtform and got a requirement to have HTML links in Smartform Layout.
    Example Scenario: I have html link as follows for item number 1 details in PDF format. Whe I copy and paste the following link I am able to see PDF document.
    http://sapuxdev.abcd.com:8085/sap/ebp/docserver/100/po%20attachment%20oss%20note.pdf?attkget&KpId=49934B44F040744CE1000000AC1D061F&KpClass=BBP_L_DOC
    Kind Note: This number "49934B44F040744CE1000000AC1D061F" is dynamic (this is changed based on Item number in a PO)
    I want to store the above link in a variable called Item1_Details and want to display in smartform with the varible name. Whenever I click on variable in smartform the pdf file needs to be opened in new web browser.
    Kindly let me know is there any solution for my problem.
    Thanks a lot in advance for your help.
    Thanks,
    Sudarsan

    Hi
    If you need to create a static link only then specify in Jsp page
    If the link is dynamic and also depends on some numbers It is always recommended to put the Link Or Url in the jsp dyn page or some java classess instead of jsp page.
    below is the code you can use for that.
    IPortalComponentRequest request =
                   (IPortalComponentRequest) rendererContext.getRequest();
              IPortalComponentURI solnDetailsUriObj =
                   request.createPortalComponentURI();
              solnDetailsUriObj.setContextName("specify the link or url")
              String solnDetailsUri = solnDetailsUriObj.toString();
              Link solutionLink = new Link("solutionLink");
    Now you can use the link assigned dynamically to any thing.
    Try this link also.
    [http://help.sap.com/saphelp_nw04s/helpdata/en/45/1bc575ba064574e10000000a114a6b/content.htm]
    Hope this will help
    Regards
    Hareesh

  • How do I create a direct URL link to my iBook product page?

    How do I create a direct URL link to my iBook product page? The Apple iTunes linkmaker webpage appears to have been updated recently --- and I can't create a direct link to my iBook, or any iBook for that matter.

    No, not with a direct link to the iTunes product page which I can copy and use. However I found another work around by viewing another book's product page, then clicking "view more by this author" and found the link that way. Thanks for your reply.

  • Creating a Flash URL Link

    Hello there,
    I'm trying to create a number of URL links in a Flash menu I
    have made for a website soon to be released officially on the
    internet. When I test the movie in Flash, I click on one of the
    menu items and it not only opens the link I have specified to that
    button but opens all of the other links.
    The FLA file can be viewed by visiting:
    www.freewebs.com/torbayhospitalradio/header.fla
    Regards,
    Coxdabd.

    Hi Coxdabd...this is an easy one. You've coded all the
    buttons with onClipEvent (mouseDown) event handlers. This means
    that when Flash detects the mouse click, anything with this event
    handler will execute the code--so all the buttons see the mouse
    click and execute. That explains why you're getting all of the URLs
    at the same time, instead of just the one that you clicked. A
    better way would be to code the buttons the same way you did the
    rollOver and rollOut events; for instance the Home button would be
    coded as:
    // place code in a root timeline frame, no on the Home
    movieclip
    Home.onRelease = function() {
    getURL("
    http://www.freewebs.com/torbayhospitalradio");
    Good luck,
    Albee

  • I have two iTunes accounts. One was set up for my iPhone; the second was created for my iPad. I just updated my iPhone and it linked my to my second iTunes account instead of y primary. How can I change it back to my primary account?

    I have two iTunes accounts. One was set up for my iPhone; the second was created for my iPad. I just updated my iPhone and it linked my to my second iTunes account instead of my primary account. How can I change it back to my primary account?

    Hey bjboles,
    Welcome to Apple Support Communities.
    The article linked below describes what to do after changing your Apple ID, but you can use it as a guide to resolve the incorrect Apple ID account information entered issue that you described.
    Apple ID: What to do after you change your Apple ID - Apple Support
    Ciao, 
    -Jason

Maybe you are looking for

  • Solaris Management Console 2.1 in Solaris 10 x86 nv-b40 and nv-b42.....

    I have been Solaris 10 x86 on my Intel machines and never had any problem with SMC. However, things seems to have changed since nv-b40 release. SMC out-of-the-box does not work even the first time. I get a message like Server is not running, Toolbox

  • HT1338 desk top is running very slow

    internet is running very slow

  • ME57 - Convert Purchase Requisitions - New fields to Tree ALV in Overview?

    Hello, From ME57, one can get a list of purchase requisitions, click "Assignments," and then "Process Assignment." What next appears is a list of requisitions in a Tree ALV grid.  The title of the grid is:  "Convert Purchase Requisitions." I would li

  • Flat File Format Issue

    Hi All, I have to load a flat file of the type Text (Tab Delimited) (*.TXT) in BI. How can i do that. It is coming from an external system and hence i cannot have the format change. What should i do in my flat file data source to be able to upload it

  • Photoshop slice to Dreamweaver help

    Okay so I manage to make a design on photoshop so I then slice most the image to various parts and then had it transfer to dreamweaver so now its an html file. but now I want to add thing to those images like an image placement holder but when I try