Link at path level

Hi Guys,
I need a link in CHM. Linking needs to be like this:
Link Name: Hello
Link File: Hello.txt
When I copy CHM to different folder, and user clicks on the
link "Hello", it should open up the "Hello.txt" file present in the
same directory, where CHM is present.
Help will be appreciated.
Thanks,
-Ruziyo.

Hi Ruziyo and Colum
While Colum's suggestion is valid, meaning that you may
include a text file among your baggage files and open it from
there, I suspect you also want to save things in this file for
later recall, no? You won't be able to do that using the baggage
method, because the .TXT file is simply sitting in a place where
updates cannot occur. This is like burning to a CD.
What you can do, however, is to insert a HTML Help Shortcut
control and program the control to start Windows Notepad and look
for the .TXT file. If you take this approach, you don't even need
to ship a .TXT file. If your goal is to create a link for a place
for your user to store notes, this will do it. If the file doesn't
exist, Notepad will assume that name and will create the file on
the fly.
Hopefully this helps... Rick

Similar Messages

  • Can I open .ai file w/ text editor and edit linked file path?

    I want to relink a placed file in a lot of illustrator files to a new file with a different name. I've tried setting up various actions but it is not doing what I need. If I open the file in a text editor such as Notepad++ or Text Wrangler, I can find the linked file path in two places, if I edit this path and save the file (still with .ai extension) I thought the link would change, but when I reopen the file, it does not change. Any ideas?
    If I make an action to relink a file, the action will only place a new file but not replace the old one. I also can't get it to place into a specific layer.
    Any ideas?

    CSS files are plain text with no links, so what you see is all there is.
    In order to apply CSS to HTML, you need a <link> tag in your HTML.
    If you install the Web Developer Extension from the Firefox add-ons site, there is a handy "Edit CSS" sidebar that lets you play with style rules and see the effects live. Note that this pane is not saved, so if you switch tabs, you lose your changes. Make sure to copy out any changes you want to remember.

  • Set SoD detour condition on path level?

    Dear forum,
    We have a parallel workflow where the different paths are divided by business processes.
    We want that SoD free paths continue as normal. Problematic paths are sent for resolution.
    The problem as I see it is that the SoD detour condition is set on request level, not path level. Both problematic and non-problematic paths will meet the condition and are pushed into the detour. The non-problematic path will get stalled, because it has to wait for mitigation approval.  Is there any workaround?
    Kind Regards,
    Vit V.

    Hi Jose,
    We have different detour paths for every parallel path. But if any SoD conflict is detected, the SoD condition is met for all paths and are pushed into the detour(s). Have you successfully tested it?
    Example:
    Main Paths
    P1
    P2
    P3
    Stages
    _1: Manager
    _2: Role Owner
    _3: BPO (CAD business process of role)
    P1_1
    P1_2
    P1_3
    P2_1
    P2_2
    P2_3
    P3_1
    P3_2
    P3_3
    Detours (1-stage with mitigation controll approver)
    P1_DT
    P2_DT
    P2_DT
    SoD detour takes place at stages:
    P1_2
    P2_2
    P3_2
    Problem 1: If the SoD conflict condition is met, all paths are pushed into their detours
    Problem 2: Let say we have two paths with SoD conflicts, a third one is not. Two mitigation controlls are applied. All three paths are pushed into their detour paths for mitigation approval.
    Worst case scenaro:
    Conflicting path 1: Mitgation Approver 1 approves
    Conflicting path 2: Mitgation Approver 1 + Mitgation Approver 2 Approves
    Non-conflicting path:  Mitgation Approver 1 + Mitgation Approver 2 Approves
    kind regards,
    vit v

  • Print parent to child link or path from the same table

    create table dummy(nodeid number, parentid number, nodename varchar2(20));
    insert into dummy values(100,-1,'homegoods');
    insert into dummy values(101,100,'kitchen');
    insert into dummy values(102,101,'skillet');
    select * from dummy gives:
    nodeid     parentid   node_name
    100         -1         HOMEGOODS
    101         100       KITCHEN
    102         101       SKILLETnote: parent id is the node id in the same table except for the top node.
    select nodeid, nodename, 'i want complete path from parent to child here' as path from dummy where nodeid = 102
    expected result
    nodeid   name     path
    102       skillet     homegoods>kitchen>skillethow can I do this ?
    thanks

    I thought it worked but I guess i am stuck in with real data . Please bear with me. I have never done hierarchical queries -
    there are more ids and fields that I have to put in the condition so here are the new create/insert sample stmnts.
    drop table dummy;
    create table dummy(hdr_id number,node_id number, config_item_id number, parent_config_item_id number,ps_node_name varchar2(20));
    insert into dummy values(35981400,     21400,     24547505,     -1,     'AT2200-10H');
    insert into dummy values(35981400,     21420,     24547506,     24547505,     'AT2200-10H-UWMOD');
    insert into dummy values(35981400,     37020,     24547564,     24547506,     'Corona Treater');
    insert into dummy values(35981400,     37021,     24547565,     24547564,     'None');
    insert into dummy values(35981400,     37024,     24547566,     24547506,     'Corona Type');
    insert into dummy values(35981400,     1877321,25766779,     24547566,     'None');
    select ps_node_name name,'path' from dummy where hdr_id = 35981400
    --I have to have hdr_id=something as a condition as there are numerous rows with different ids.
    so when I query for names in one hrd_id, I should get all names in that session, with paths linking parent to child upto current level.
    expected result :
    AT2200-10H     
    AT2200-10H-UWMOD        AT2200-10H>AT2200-10H-UWMOD
    Corona Treater        AT2200-10H>AT2200-10H-UWMOD>Corona Treater
    None                        AT2200-10H>AT2200-10H-UWMOD>Corona Treater>None
    Corona Type        AT2200-10H>AT2200-10H-UWMOD>Corona Type
    None                        AT2200-10H>AT2200-10H-UWMOD>Corona Type>None
    sorry for the confusion.
    Edited by: OAF-dev on Nov 18, 2009 4:24 PM

  • Link to child level detail report via variable ? / navigate to ?

    I was wondering if anyone has had a similar experience; I am trying to based on selection link to customer details
    Example: Fact & Dimensions; Fact (I aggregated to Customers gained); Dimension1 (Date / Period); Dimension2 (Customer Dimension)
    Problem that I have aggregation level has customers and the features they have (features being lowest level); the Dimension is stored at lowest level(customer). I would like to; (based on aggregation) select value based on Time/Gained and then display applicable customers. I was trying to see if there was a way to identify via variable user selection and possible use as filter for detail/child report II. I was hesitant to go to feature level in Dimension only because of size and possible/potential relating slowness.
    Has anyone used such variable, based on selection before ? Or Has anyone noticed issue with using large Dimension 25K + w/indexes ? Also if I was to use larger dimension, is it possible to roll data up, instead of drilling down, because if going to feature level would need to show applicable customers ?
    Thank you in advance for your help

    Thanks David,
    I don't want to enhance the IMG structure. I just want to insert a link to the IMG node in my documentation.
    Example:
    Transaction SE61 -> Document class = General text -> Name = ZZ_TEST -> Create
    Within the editor choose Insert -> Link -> Document class = Implementation Guide chapter (SIMG) -> Chapter = SIMG_CFMENUOLMEOMF4 -> Name in document = PO screen layout
    Back in the editor choose Document -> Screen output
    When the output appears click the link -> SAP will navigate to the RFQ subtree in customizing, but I need that SAP navigates to the PO subtree.
    Any ideas?
    Kind regards
    Rudi

  • Always Get Edit Link When Item Level Permissions Set

    We've enabled item-level permissions in a folder, and all users receive the "edit folder" button, regardless of whether we've given them "manage" access. Turning off item-level permissions removes the edit link.
    Is this a known issue? Any workaround/solution?

    That's just a "feature" of item level security, I don't think Oracle has any plans to fix it in 3.0.9X they probably have resolved the issuse in 9.0.2 ..... If you really need it gone you can click "Edit Defaults" when editing the page, right next to the portlet and uncheck the box that says show "Show Edit Link".. But then you just taken away the easy ability of editing the items through the portlet and you have to go back to the Content Area to update anything.
    brad

  • Change the order of links  to item level

    Hi All
    I have a question in my portal I have of item level in this order:
    - Item Overview
    - Decision Points
    - Financial Planning
    - Capacity Planning
    - Roles
    - Questionnaires
    - Reviews
    - Tasks
    - application1 EA
    - application2 M
    - application3 PlP
    - application4 DA
    - application5 GMT
    Now, I want to change the order of links in the following way:
    - Item Overview
    - Roles
    - Decision Points
    - Capacity Planning
    - application3 PlP
    - application5 GMT
    - Questionnaires
    - Tasks
    - Reviews
    - application1 EA
    - application2 M
    - application4 DA
    I have checked  on  backend (xrpm 4.0) trought spro transaction, but here there isn't any field for changing the order, however in xrpm 4.5 there is  the  sort number for ording
    How can I do this change in 4.0?
    Thanks  for your answers

    Thanks  for you  answer
    We have  in the user's roles in backend :
    SAP_RPM_CONTENTREVIEWER
    SAP_RPM_CUSTOMIZER
    SAP_RPM_EXECUTIVE
    SAP_RPM_PROJECTAPPROVER
    SAP_RPM_PROJECTMANAGER
    SAP_RPM_PROJECTMEMBER
    SAP_RPM_PROJECTOFFICE
    SAP_RPM_PROJECTPROPOSER
    SAP_RPM_PROJECTREVIEWER
    SAP_RPM_RESOURCEMANAGER
    SAP_XRPM_ADMINISTRATOR
    SAP_XRPM_USER
    and the portal : acces to Project management, profolio management and designer colaboration
    Can you please give me more information about of  role editor?
    Thanks
    Danny

  • How to restrict/hide  the CREDIT BLOCK RELEASE LINK AT ITEM LEVEL of Servic

    Hi,
    We are using CRM2007 Stack 4.
    In WEB UI Change Service Order  screen for a credit service order which
    is blocked for credit, at item level a link is available for release of
    credit block. This link is currently accessible by all users.
    Please advise us how to prevent users accessing this link for order
    credit block release.
    Regards
    Achuthanandan

    I am looking for this answer as well. Has this been answered or resolved?
    Thank you,
    Carolyn

  • Link to top-level navigation items

    hi all,
    does anybody know how to create a link to a top-level navigation item from an jsp iView? the idea is similar to Home-page and area-page concept in the new ESS with WebDynpro. From the home-page, users can navigate direct to an item which is displayed in the top-level navigation. fyi, we are on EP6.
    Thanks in advance.

    Hi,
    You can create links to any navigation node, the keyword here is NavigationTarget.
    Check this for more:
    http://help.sap.com/saphelp_nw70/helpdata/EN/43/014421d21d6fade10000000a11466f/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/EN/b3/7b8163404448e7aad7899c0b30313e/frameset.htm
    Regards,
    Praveen Gudapati

  • How To: Link to Top-Level Navigation

    Hi Experts -
    Can someone please tell me where to start / what to look for in relation to creating links to the top-level and second-level navigation areas in the Portal.
    I.e. I want to create an html document that links directly to one of the top- or second-level navigation objects. What search terms should I use to locate this information, and where should I start looking?
    Thanks in Advance.
    Tammi

    Hi,
    You can create links to any navigation node, the keyword here is NavigationTarget.
    Check this for more:
    http://help.sap.com/saphelp_nw70/helpdata/EN/43/014421d21d6fade10000000a11466f/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/EN/b3/7b8163404448e7aad7899c0b30313e/frameset.htm
    Regards,
    Praveen Gudapati

  • Alert link undefined path

    Hi Forum,
    This is the one i have to alert the filePath of the links (links.everyItem placed in a document).
    My intention is to "alert only the links which is not in a path" defined inside script.
    try {
    var theLinks = app.documents[0].links;
    pathL= Folder("C:\\Documents and Settings\\Desktop")
    for (var i = 0; i < theLinks.length; i++)
    //theLinks[i].update();
    if(theLinks[i].filePath.parent ! = pathL.filePath)
    alert(theLinks[i].filePath);     //   I want to get alert for the links which is not in pathL.filePath)
    } catch (e) {}
    thanks forum,

    Hi Jarek!
    thanks for your feedback,
    I tried with the below code and i'm using mac.
    try {
    var theLinks = app.documents[0].links;
    myserver = "/Users/mydesktop/Desktop"
    for (var i = 0; i < theLinks.length; i++)
    { //theLinks[i].update();
    if(theLinks[i].filePath.indexOf(myserver) == -1)     // jarek , here why we use -1,
        //{ confirm("The file path doesn't point to the server " + myserver + "\r" +"shall we continue ?"); }
        alert("One of the image is not linked from Desktop"); } }// }
    } catch (e) {}
    and again it find all the links and giving alerts.. Not the particular only one which is from different path.
    Please help on this..

  • Automatically change linked images path in AI files when server has changed?

    A customer of ours have replaced their server and now all AI files containing linked to images are broken as they point to the old server. I have opened an AI file and there I can see the paths to the old server, but of course I cannot just edit the path and then save the file because then it won't open in Illustrator CS3 anymore. Is there any way other than to manually go through all AI files and manually replacing the links with the new links to the old server, or to use embedded images?

    Jasion,
    Maybe a bit beside the question, but it is always recommended here to open/save from/to own hard disk, and to copy from/to networks and removable media. You may be lucky, at least for a while, but it is better to be safe than sorry.
    In addition to the (far greater) risk of file corruption, some issues are mentioned here:
    http://helpx.adobe.com/illustrator/kb/illustrator-support-networks-removable-media.html

  • What will happen if iBGP link fails Enterprise level

    The above diagram shows the setup of my network.
    We have 2 site running service to provide content for our customer. Both ISP aggregate our ASN 4000 so that which client can find which ever AS path is closer to them.
    Question is that if our iBGP link is down and both ISP continue to aggregate our ASN. Will our setup still works? because I feel that the network will be confuse now of which path to take

    Your ibgp link is providing failover for when the respective ISP goes down. If the ibgp link goes down, it wouldn't affect the individual path for each site. (Site A can still get to ISP A and Web Server 1.) If you lose the circuit to ISP A *AND* the ibgp link, then all of your users would route to the Site B side. Also, if you lose any ISP circuit, A or B, the users will still go to the side that's up. Make sense? You can manipulate your paths in BGP to always select the ISP as the main path, and if that path goes down, then you could configure the ibgp neighbor as the next path to take.
    HTH,
    John

  • Hide link to  item level

    Hello
    I have many item types and two porfolio then, Both portfolios are shown in these links item level
    - Item Overview
    - Roles
    - Decision Points
    - Capacity Planning
    - application3 PlP
    - application5 GMT
    - Questionnaires
    - Tasks
    - Reviews
    - application1 EA
    - application2 M
    - application4 DA
    So, I need to hide some links  when I am in portfolio 1 por example.
    POrtfolio1 --> itemNN
    - Item Overview
    - Roles
    - Decision Points
    - Questionnaires
    - Tasks
    - Reviews
    - application1 EA
    - application4 DA
    Portfolio 2 --> item NN
    - Item Overview
    - Roles
    - Capacity Planning
    - application3 PlP
    - application5 GMT
    - application1 EA
    - application2 M
    - application4 DA
    Are there some way to do these?
    if is posible, This task I will solve with any configuration (Basis) or trought programming (developer team).
    or Any suggestion?
    Thanks a lot
    Danny

    This request was changed. But I think this taks should be  very important I hope that anybody find the solution
    Regards

  • Create link in detailled level navigation after creating BSP iview

    Hi All,
    I have created few bsp iview in portal. After assigning these iview to role, a create link is unnecessary visible in detailled navigation.
    I would like to hide it.
    I have tried to play with iview properties but no luck
    please advice.
    Regards
    Shashwat Gupta

    Dear Shashwat,
    Try assigning BSP iview or page directly to roles and test it.
    Also check in page or workset properties to hide from detailed navigation instead of iview itself.
    Search in to help.sap.com
    Hope it will helps
    Best Regards
    Arun Jaiswal

Maybe you are looking for