Dynamic link to external files

Is there a way to dynamically link to an external file?
Currently, when you link to a file, RH puts a copy of it in its
working directory and lists it as a Baggage File. Once that's done,
that file's dead; if the original file gets updated, I have to
manually re-link to that file so that it can update its Baggage
File version of the file. If the original file gets updated 30
times per week, that's 30 manual udpates I would have to do. (Or
once at compile time, but even that's a stretch to have to
remember!)
Is there a way to link to that always-evolving file and so
that it only grabs a copy of it at compile time?

I don't think this is built in to RoboHelp - I don't have the
latest version, though. I take it this file is not HTML. What type
of file might make a difference in how any workaround is
implemeted.
My first thought would be to make it always external but then
it has to be shipped with the CHM file. To link to an external
file, Micosoft has a javascript function called parser which will
find the correct path if it is installed in the same directory as
the .chm. This is explained in HelpWorkshop's help file. I could
send you the code if you'd like.
In using this, I have found that every file type responds
differently - some open directly in help viewer, some open their
own application, and some throw up a dialog that it might be
unsafe.
Another option would be to have it edited while in your
RoboHelp project directory. i.e. consider that file the "original."
Unfortunately, I think you'd have to share the entire project to
allow someone to do this and that might open another can of worms.
Good luck,
John

Similar Messages

  • Dynamic linking of external file

    I try to link to an external file, and display it as the text file from oracle report. The path is determined at runtime. I searched on the Oracle Report's Help and found a hint on SRW.SET_HYPERLINK(...), but I couldn't get it work. Please help.
    Thanks, in advance, for your help.
    Regards,
    TD

    To link to a file dynamically, you need to use the "read from file" property against a column in the data-model.
    If the filenames are stored in the database, you can use a simple query to create the column to return the filenames. Otherwise, you can use a PL/SQL formula column of type "char" to return the names.
    Once you've created the column, set the "read from file" property to "yes" and set the format to "text". You can then create a field in the layout based on this column value.
    The above, is the typical way of handling this. You can also use srw.set_field() to change the value of a field in a format trigger. This is less efficient but useful for some cases of dynamic values.

  • Links to external files do nothing after being burned to disk

    I built a product catalog a while ago in CS4 and now I've had to edit it in InDesign CS5. With InDesign CS4, everything worked fine. The files were linked and then all the file were burned to disk, all the files worked on the disk (links, etc). I have since edited the files in InDesign CS5. I build the catalog, created all the links (interior within the same pdf, links to external pdfs and other file types). Everything works on the computer  but somehow fails after being burned to disk.
    My sequence  was like this:
    Set up product catalog last year with links and files, everything was fine and worked as expected.
    Opened the file, made my edits.
    Made links between the pdf's pages and from the pdf to external pdfs and videos etc. All of these links work in the pdf.
    Burn the files to a disk
    Some of the old links work
    All the links within the main pdf work
    None of the new links to external files work. I click the link and nothing happens. The paths are exactly the same as the previous version
    I have tried:
    Examining the links, everything is based on pseudo relative paths (last year it worked fine)
    Burning the disk on a Mac and a Windows XP
    Please help. Any and all help is very much apprecitated.

    I figured it out.
    I created the links in InDesign by making an interactive link to a file. When I open the file in Acrobat, the links work fine over the network. I burn to disk and the links no longer work.
    Problem: At some point, InDesign changes the "open file" hyperlink command in InDesign into a URL webpage request in Acrobat.
    Solution: So basically, I now have to go into the file in Acrobat and change all the buttons from "open web link" to "open file." It's only a product catalog with about 1,200 links that's due today.

  • Links to external files don't work

    Hello
    Using RH 8.02 and converting linked Word docs (Word 2002) to WebHelp. These are policies and procedures that reference external documents.
    In my Word doc I have a hyperlink to an external document. This doc is on a network server. In Word I added the hyperlink and it appeared as a relative path, such as ../RelatedDocs/RelDoc1.doc.
    The referenced file is an external file, and I don't want to add it to RH because it may be updated; I just want to link to it so that a user gets the latest version.
    When I update the HTML files in RH I see this in my HTML file:
    <a href="file:////terminus/avbase_techsupport/av-base documents/supportmaster/documentationshare/relateddocs/reldoc1.doc">Related Doc 1</a>
    This is the correct absolute path for the referenced file. Note the file://// prefix, with four forward slashes.
    When I generate WebHelp, the link doesn't work. Nothing happens.
    I tried the following:
    1. Copied the whole path into my Windows Start > Run box and hit Enter. Nothing happens.
    2. Removed two of the forward slashes and copied it again into the Run box. Now the file opens in Word.
    I also tried removing the hyperlinks from the Word docs and adding them through RH instead. Same result.
    Why does RH add four forward slashes to the prefix? What can I do to get these external links working?
    Thanks for your help.
    Roger Shuttleworth
    London, Canada

    Hello Peter
    I apologize for taking so long to respond. I just received a new computer with Vista and have had to set it up. Here is what happens:
    1. In Word, I have a doc policy1.doc that contains a hyperlink to reldoc1.doc. The two files are in different folders. When I insert the link, Word shows it as a relative path ../RelatedDocs/reldoc1.doc. When I hover over it in the Word doc, it shows as an absolute path starting with file:///\\theserver, etc.
    2. My RH project includes policy1.doc but not reldoc1.doc. I update policy1.doc in RH. In the HTML topic file (HTML view) the link is:
    <a href="file:////theserver/path/reldoc1.doc">Link text</a>. Note the four forward slashes.
    3. I save all project files and generate WebHelp.
    4. In the resultant web page (in Firefox), I click the link in policy1 and nothing happens. The status bar shows the path the same as above.
    5. I navigate to the output !SSL! and find the index page, and open it in Internet Explorer 8. The link shows in the status bar as file://theserver/path/reldoc1.doc, and when clicked IE opens the Word doc.
    So in this case Firefox doesn't open the link but IE does.
    Here is another scenario:
    1. I have no links in myWord docs.
    2. I generate topic files in RH using the linked Word docs.
    3. In RH, in the HTML file for policy1 (policy1.htm) I add a link to reldoc1.doc. I choose the file protocol. RH asks me if I want to copy the doc into the project folder, and I say No.
    4. I check the HTML for policy1.htm and see that it has the link as follows:
    <a href="file://J:/Documents/rest of folder path/RelDoc1.doc">Related Doc 1</a>
    (Going to Hyperlink Properties shows the same path.) Note the two forward slashes.
    5. I save all files in the project and click Generate Primary Layout (which is WebHelp). A dialog asks if I want to update <some file or other, but I can't see which one because that darned dialog box is too small, but I expect it's policy1.htm>.
    6. I say No. The output is generated and I view it in Firefox. The link works and has a path in the status bar as:
    <a href="file://J:/Documents/rest of folder path/RelDoc1.doc">Related Doc 1</a>
    Note the three forward slashes.
    7. I view the index.htm file in IE and it works.
    As a variant of the above, instead of saying No when asked if I want to update the file, I say Yes.
    1.The HTML of policy1.htm now shows the link as:
    <a href="file:////server/rest of path/reldoc1.doc">Related Doc 1</a>
    Note the four forward slashes again.
    2. The link is as shown in the status bar of Firefox is now set to:
    <a href="file:////server/rest of path/reldoc1.doc">Related Doc 1</a>
    It doesn't work.
    2. The same link shown in IE status bar has two forward slashes (even though the source has four), and it works.
    So in answer to your question, the link definitely changes within RH. The two browsers deal with things differently, with IE seeing a file://// link as file://.
    Incidentally, I did some research on the file:// protocol and came up with:
    http://kb.mozillazine.org/Firefox_:_Issues_:_Links_to_Local_Pages_Don%27t_Work
    The answer seems to be:
    1. Add the links within RH.
    2. Don't update when generating output.
    3. If possible, get users to use IE instead of FF.
    Either way, it's not very satisfactory for my purposes.
    Regards,
    Roger

  • On click Image button links to extern. file - but then advances forward a slide....

    I have an image button that On Success links to an extern. file - which is an index/glossary of a the project modules. However, when clicked, the project moves forward a slide. I would like the project to remain on the same slide when the 'Glossary/index' button is clicked, rather than advance forward. Anyone know how to achieve this?
    Thanks in advance,
    Rich

    Hi and thanks very much for the response. I'm sure I'll be around here for a while on the forums as I've just started using Captivate!
    As you say the button when clicked releases the playhead and the timeline advances to the next slide, which then pauses as I have 'next/back slide' buttons on each slide (sorry i didn't mean to imply it immediatley skips to the next slide).
    Although this is normal behaviour for the image button, I need a work-around as the button in this instance is merely meant to open an external 'pop-up' of the index (of all the learning modules) for the learner, rather than effect anything on the actual module being currently used.
    Sounds like you're application of 'Assign rdcmndGotoFrame with rdinfoCurrentFrame' would be perfect - however I am a novice with Captivate so would greatly appreciate any info on how to apply this work-around to my Glossary button (baring in mind the Action On Success property is already used to open the pop-up - but I assume the 'Assign rdcmndGotoFrame with rdinfoCurrentFrame' is applied using another property?)
    Thanks very much for your help,
    R

  • PPro Dynamic Link To Encore (File Allocation)

    Hello all,
    First, I've just started using PPro CS5 and what a treat it's been.  Thanks to the Adobe team and to the regulars in the Hardware Forum for all the help.
    If my work flow is:  Assets > Edit In PPro > Dynamic Link to Encore > build IMG... then what would be the best way to spread the files across a 4-drive system?
    System
    -  W7-64 bit, Prod Prem with PPro 5.0.1 (and now 5.0.2 as of last night)
    -  i7930 OC 3.4GHz (water cooled)
    -  Asus P6T SE
    -  12GB RAM
    -  GTX470 (with hack, but no longer needed after last night )
    -  Coolermaster Haf X
    -  Antec 1000W power
    -  C:  OS and programs (150 GB Velociraptor)
    -  F:  PPro project and source files (captured videos and music) (F3)
    -  G:  PPro media cache, preview files (F3)
    -  H:  "masters", page file (18 GB) (F3)
    -  no option to Raid (will most likely happen in the distant future)
    -  DVD-R, BD-R
    -  so far this system is "fast" and stable for me.  Loving it!
    Project
    -  DV > DVD (basic editing with no files or apps applying out-of-the-ordinary tasks)
    -  Future Use:  HDV > BDR (basic editing with no files or apps applying out-of-the-ordinary tasks)
    Thoughts
    -  I'm fairly confident in my PPro allocations after reading Generic Guidline For Disk Setup (http://forums.adobe.com/thread/662972) but always looking to tweak and improve.  This is more with the addition of Encore to the mix.
    -  I'm thinking the Encore files would go on G and the IMG file would be kicked out to H.  But if Encore makes heavy use of the media cache and previews on G, then maybe the Encore files and IMG should go on H.  Opinions?
    -  Any better way to allocate the files?
    -  Any suggestions on my page file size/location?
    These initial projects are also my way of fine-tuning my new work flow, computer configurations/settings,
    Thanks,
    Erik (Pyramid Pyro)

    When you dynamic link to Encore, you send it nothing really: it opens an instance of the pproheadless which gives Encore what it wants until it is time to transcode it, and then it compresses the PR sequence using the Encore settings you set for the project and for that sequence (ones like the ones Encore tells you it can't load). So yes, it matters.
    Has Encore CS5.1 (the version that is part of PR CS5.5) worked for you before?

  • How can client change link to external file in in-browser editing

    Hi, I made a website for a client. It has links to pdf files. Obviously they can change the text, but how can they change the link to another pdf file. Thank you.

    Sorry, this is not supported currently. Please vote for this idea: http://forums.adobe.com/message/5552091#5552091
    This helps the product team prioritize.
    Thanks,
    Abhishek

  • Dynamic Link Buttons & xml file

    Hi All
    I'm calling an external XML File with a structure of ;
    <papers>
    <paper id="1">
    <name>Net Paper One</name>
    <description>
    ~~~~~~~~~~
    </description>
    </paper>
    </papers>
    which i'm calling using
    <mx:HTTPService id="myNetPapers"
    url="xml/newearthpapers.xml" result="netPapersResultHandler(event)"
    resultFormat="e4x"/>
    and
    private function
    netPapersResultHandler(event:ResultEvent):void {
    xmlNetPapers = event.result.paper as XMLList;
    Initially i wanted to use a combobox for the name and display
    the description in a textbox.
    How can i dynamically disply a Link Button for each name of
    the xml document and still display the description as normal. The
    link buttons i want to display horizontally across the top of the
    page.
    Any suggesttions
    Whitetimer

    Hi Leotemp
    I managed to sort it out with this ;
    <mx:Script>
    <![CDATA[
    import mx.controls.LinkButton;
    import mx.controls.Button;
    import mx.controls.Alert;
    import mx.rpc.events.ResultEvent;
    private var xmlNetPapers:XMLList = new XMLList();
    private function
    netPapersResultHandler(event:ResultEvent):void
    xmlNetPapers = event.result.paper as XMLList;
    /* resultCombo.dataProvider = xmlNetPapers.name; */
    createButtons();
    private function createButtons():void
    for each(var name:String in xmlNetPapers.name)
    var myButton:Button = new LinkButton();
    myButton.label = name;
    myButton.addEventListener("buttonDown", buttonClick);
    resultBox.addChild(myButton);
    /* private function comboChanged(eventObj:Event):void
    textOutput.text = xmlNetPapers.(name ==
    eventObj.target.selectedItem).description;
    private function buttonClick(eventObj:Event):void
    textOutput.text = xmlNetPapers.(name ==
    eventObj.target.label).description;
    ]]>
    </mx:Script>
    Many thanks
    Whitetimer

  • Links to External Files

    RoboHelp X5, WebHelp
    I have four hyperlinks (let's say, A, B, C, D) within my project to access external Excel spreadhsheets.  A copy of the files is located in the project folder(the one on my desktop). When the project is published to the server, only two (A&B) of the four links work.  To address the issue, I have to manually copy the Excel files to the server for the other links (C&D) to work.
    I want to determine why RoboHelp copies some, and not all, of the Excel spreadsheets to the server.  The settings for each of the hyperlinks appear to be identical, the only difference is that they're pointing to different files.  Links A&B consistently work when the project is published; links C&D do not.  What could be causing this issue?
    Thank you,

    Let's see here...
    You are using X5... So you might be encountering the"Baggage Bug". Seems you have to manually edit one of the RoboHelp HTML project files for getting past that. I believe our wonderful Mr. Peter Grainge has something on his site about it. Lemme go see...
    Ahhh yes, here it is.
    Click here to read about it
    Cheers... Rick
    Begin learning RoboHelp HTML 7 within the day - $24.95!
    Click here for Adobe Certified Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Relative Links to External Files in OS X

    I'm using Director MX 2004 in OS X, and I need to use a
    relative link to an external cast member (a Flash file) in the
    "dswmedia" folder. I know how to create a relative link in Director
    for Windows - I edit the link in Flash Asset Properties to link to
    "dswmedia/filename.swf". I do not know how to do this in OS X - the
    link remains "Macintosh
    HD:Users:maxsimms:Documents:Director:dswmedia:file.swf".
    I'm sure that this is an easy question for most Mac users,
    but I'm new to the Mac and I cannot figure it out.
    Can any Mac person help me out?

    You need to use the proper file separator character. For
    Windows the
    character is "/", for Mac its ":". This character is also the
    last
    character in the moviePath property, so you can use that to
    simplify
    things.
    You could use something like this in your code:
    fileSep = _movie.path.char[_movie.path.char.count]
    pathToFile = "dswmedia" & fileSep & "filename.swf"
    Rob
    Rob Dillon
    Adobe Community Expert
    http://www.ddg-designs.com
    412-243-9119
    http://www.macromedia.com/software/trial/

  • Link to external file doesn't show path

    Hi,
    a friend of mine has a problem with a CD that works fine for me.
    Embedded in a pdf file are links to shockwave-Skripts. Clicking on the link should start the default Internet Browser.
    I'm using Adobe Reader version 8.1.4. If I click on a link a warning about security issues is shown and I can read the file in question, including the path, starting with the Volume the CD is mounted in.
    My friend is using a higher version of Adobe Reader (8.2.4) but the warning doesn't show the same: the path is missing - he only gets "firefox.exe", while I'm getting "C:\Programme\Mozilla Firefox\firefox.exe" (German file structure, "Programme" equals "Program Files"). Clicking "Open" he gets a "file not found" message while my click opens the program like it is supposed to happen.
    We couldn't figure out a difference in our settings, so there must be another solution how to get the paths into the opening procedure. Both of us are using Windows XP...
    Who knows more?

    Hi,
    a friend of mine has a problem with a CD that works fine for me.
    Embedded in a pdf file are links to shockwave-Skripts. Clicking on the link should start the default Internet Browser.
    I'm using Adobe Reader version 8.1.4. If I click on a link a warning about security issues is shown and I can read the file in question, including the path, starting with the Volume the CD is mounted in.
    My friend is using a higher version of Adobe Reader (8.2.4) but the warning doesn't show the same: the path is missing - he only gets "firefox.exe", while I'm getting "C:\Programme\Mozilla Firefox\firefox.exe" (German file structure, "Programme" equals "Program Files"). Clicking "Open" he gets a "file not found" message while my click opens the program like it is supposed to happen.
    We couldn't figure out a difference in our settings, so there must be another solution how to get the paths into the opening procedure. Both of us are using Windows XP...
    Who knows more?

  • Link to external file

    I have a table with field name LINK (varchar2(255)) with item on the form :P20_LINK. My intention is to store some kind of hyperlink to this field.
    So in the form, it should be there is a button that allow the user to browse the file located on the shared network drive and select the file.
    Then the the content of item :P20_LINK will be filled with the complete path of the selected file, example: p:\operation\report\june2010.pdf
    The final intention is to have hyperlink by using this LINK field on the report.
    Any helps are appreciated a lot.

    I added this to the page HTML Header:
    <script language="JavaScript" type="text/javascript">
    function callMyPopup (p_link) {
    var p_linkVal = document.getElementById(p_link).value;
    var url;
    url = p_linkVal;
    w = open(url,"winLov","Scrollbars=1,resizable=1,width=800,height=600");
    if (w.opener == null)
    w.opener = self;
    w.focus();
    </script>
    Then on the button item, I set the URL target to: javascript:callMyPopup('P20_LINKDB');
    If the content of the item P20_LINKDB is: http://apex.oracle.com then it will open new window and open the correct address.
    But if the content of the item P20_LINKDB is: file:///D:\Data\Operation\Logger.txt* then nothing is happened.
    Please help. Thanks.

  • Adobe Dynamic Link Import AE file

    Hi there!
    Well i have my dvd almost done (WWoowwow!):P
    My intro and all the footage are basically motion graphics done in AE..
    Do i need to transcode it? (some of the AE elements are chroma key hdv footage). If so, why does it take so much time do do it (the two AE imported files are the first with 1 min. and the other with 15 min., i left it yesterday and it is already transcoding..:S )
    Thanks a lot!
    Cheers!=)

    > If so, why does it take so much time do do it (the two AE imported files are the first with 1 min. and the other with 15 min., i left it yesterday and it is already transcoding.
    Well, if it already started transcoding, what is the complaint? Does it take some time? Logical. Just wait till it is finished. In severe cases this may take over 24 hours just for SD, so HDV will be a bit longer (4 to 5 times).

  • Is it possible to link and update external files in a Indesign document when sharing the Indesign file in Creative Cloud with multiple users?

    I am new to Creative Cloud, but have been using Adobe software for many years.
    Now we are considering sharing an Indesign file with my project group using CC.
    The Indesign file contains links to external files (one Illustrator and multiple .txt files); and we export the approved version to an Hi-Res PDF.
    These .txt files are currently hosted on our internal server but have not been linked directly: we first copy them over to local desktop and update the links in Indesign before creating a new PDF. 
    Since these file can be update by different people we would like to keep them outside the Indesign and Illustrator files.
    Is it still possible with CC to link directly to the files on our server in Indesign and see if there have been updated?
    Or can they also be stored in the CC cloud? Or is there another method?
    Thanks in advance for any help or suggestions
    Ronald

    This will work if you all use the file syncing of the Creative Cloud desktop application and then you use the Collaborate option for the folder containing all the files. Then it will work on each of your desktops.
    Links to files will not work in the browser when viewing the InDesign document from https://creative.adobe.com/files.

  • Adding a link to an external file into SQL table

    I would like to add a link to an external file (picture stored on my local hard drive) into SQL table. Then use C# to query data from SQL table and export to Excel.  I got everything working ok except the link to external file. I would like to export
    this link to Excel and user can click on the link to open the file. How can I accomplish this? Thank you very much in advance for your help!

    In that case the Filetable feature could be of interest to you. With this feature the file can be part of the database, and still be accessible from tools outside SQL Server.
    I don't really have any good examples handy, but if anyone knows of a good blog post that could help Nhan, please feel free to add.
    Here is a link to the description in Books Online:
    http://msdn.microsoft.com/en-us/library/ff929144.aspx
    Erland Sommarskog, SQL Server MVP, [email protected]

Maybe you are looking for