X-refs and index markers in absolute paths don't work

A problem has arisen that did not exist before:
If I have added files to a book using an absolute path, all X-refs and index markers in those files then don't work. The index *generates* without trouble, but if I then try to Alt-click an item in the index that refers back to a file with an absolute path I get the error "Cannot find the file named X. Make sure the file exists." This also means, of course, that the corresponding hyperlinks in a generated PDF file also don't work.
X-refs and index markers in files added using *relative* paths work okay.
What is wrong?
(I use FM9 / Windows 7.)
Regards,
Knut Högvall

Hi Michael,
Yes, I use 9.0p255.
No, the files don't have to be on different volumes. They can even be in the same folder (not that they are, but they *could* be; they are in fact in separate folders, but on the same volume). What matters is how I select the file in the File dialog box when I add the file to the book. To get an absolute link, I first click the Network button, select the top volume, and then navigate down to the file. The absolute path is displayed in the book window as \\<volume>\folder\file.fm" while a relative path is indicated by "..\..\file.fm".
If I add a file using an absolute path it doesn't work; if I add the exact same file using a relative path, it works.
How do I check the hypertext content in the index?
Regards,
- Knut

Similar Messages

  • Does InDesign CC XML support Footnotes/Endnotes and Index Markers?

    Hi,
    Does InDesign CC XML support Footnotes/Endnotes and Index Markers already?
    Can anyone give me the list of limitations in XML to InDesign.
    Thanks in advance.

    Hello MW,
    First of all thanks for your reply. Yes I can create an XSLT to change the XML stream ready for import into InDesign template that we have. I have also downloaded the Refoot.js and UnFoot.js. For the footnotes I have already workaround for that, but how about the index-markers and cross-references do you have any idea on how to deal with it?
    Actually I have already XSLT script that will convert XML to InDesign Tagged Text. But our client want us to use the XML embedded in InDesign so they can just export the InDesign back to XML easily. I know that there are limitations in XML to InDesign, but we need to proved to them that using XML is not good to use in this workflow because of those limitations. So I'm looking for the list so I can send to them to tell them that what they want is not doable since there are a lot of things that XML in InDesign can't do.
    We have existing XML to InDesign round tripping workflow; 1) first we have the XSLT that will convert XML to InDesign Tagged text including footnotes, endnotes cros-refeneces and index-markers; 2) once the layout is final will export the InDesign document to HTML; 3) use XSLT script to convert exported HTML to XML. But it seems this workflow is not efficient to them. Can anyone suggest what other workflow for round tripping XML to InDesign.
    Again thank you very much for your quick reply.
    Regards,
    Elmer

  • I can't open video file in the page , i download and install flash many time but don't work , i use firefox 5 and windows 7

    i can't open video file in the page , i download and install flash many time but don't work , i use Firefox 5 and windows 7

    My current version of Chrome is having problems, too! It's so annoying. Anyone have any suggestions now? I basically can't view or download any PDFs because of this.
    Does anyone else think this is a problem not only with Adobe? I would think Apple would have something to do with this? Wouldn't they get some idea from the developer versions that no browser can open PDFs while running Lion!? Pretty bad customer service on the part of a company that prides itself on being VERY customer-friendly. Wouldn't you say?

  • I just upgraded to os 5 and now my non apple apps don't work. They will not launch. Anyone seen this before?

    I just loaded os 5 on my iPad 2 and now all non apple apps don't work. Anyone have any idea way?

    Have you tried basics from the manual?
    Restart.
    Reset.
    Restore.

  • If I upgrade to LION and Word, PP, EpsonScan, Dropbox etc. don't work anymore - what can I do?

    If I upgrade to Lion, and Word, PowerPoint, EpsonScan, Dropbox etc. don't work anymore - what can I do?

    Even if you could upgrade, Lion does not support Power PC apps / Rosetta.
    Lion upgrade questions and answers:  Apple Support Communities
    New Macs come with Lion pre installed. If you can purchase one at some point that way you'd still be able to use the apps you mentioned on the PBook and have another Mac running Lion.

  • [FM11] Print Image Link and Index Markers with specific Character Style

    Hello,
    I'm new with scripting for Framemaker. I want to export FM docs to RTF so I can import these into InDesign. For the placed images I want to insert a text line that is showing the image link (reference). Besides that I want to show the Index Markers at the mark insertion position with a different Character Style. Can someone help me with that?
    Regards, Sjoerd

    Hello Sjoerd,
    One note about your method to retrieve all linked graphics: this will also process the graphics that might be linked into the master and reference pages. Just to be safe against unwanted side effects you should restrict your list of graphics to the ones in the main flow of your document.
    About the tLoc: you are really looking for the anchor of the anchored frame that contains graphic. It is a little confusing that FM calls both the anchored frame and the imported graphic by the same name. Even if you add an anchored frame to the text to put an equation or a text box in your document, the anchored frame will show up in the linked list of graphics in the document. If you do have an anchored frame containing an imported graphic file, you have a list of graphic objects inside the anchored frame, which itself appears in the list of graphic objects of the document.
    This function should do what you want to do:
    function ListGraphics(doc)
              var aframe = doc.FirstGraphicInDoc;
         while (aframe.ObjectValid()) {
             if (aframe.constructor.name == "AFrame") {
                                            graphic = aframe.FirstGraphicInFrame;
                 if ( graphic.type == Constants.FO_Inset )
                                                 doc.AddText ( aframe.TextLoc, graphic.InsetFile );
             aframe = aframe.NextGraphicInDoc;
    I assume you will also want to remove the anchored frames (the imported image files) from the text. This can be done in the same routine, but you must first catch the following element in the linked list of graphics in the doc before you can delete the current one. Otherwise you will only remove the first and end up with an invalid object. The easiest and safest method to do this is to create an array of elements to be deleted. After ending the while loop, you delete those objects. The full code looks like this:
    function ListGraphics(doc)
              var toDelete = [];
              var aframe = doc.FirstGraphicInDoc;
         while (aframe.ObjectValid()) {
             if (aframe.constructor.name == "AFrame") {
                                            graphic = aframe.FirstGraphicInFrame;
                                            if ( graphic.type == Constants.FO_Inset ) {
                                                           doc.AddText ( aframe.TextLoc, graphic.InsetFile );
                                                           toDelete.push ( aframe );
           aframe = aframe.NextGraphicInDoc;
              for ( i = 0; i < toDelete.length; i++ ) {
                             toDelete[i].Delete();
    This works on a small test file I created. If you need more support, feel free to contact me: jang at jang dot nl

  • I think I installed a pirated copy of CS5.1 Extended and now my purchased Elements 10 don't work!

    So yeah, that's right. I admitted to a crime. Wanna fight about it?
    I didn't know that it wasn't a legitimate copy. So now my purchased copies for Adobe Photoshop Elements 10 and Adobe Premier Elements 10 don't work! I tried restoring to a previous point, using a forced uninstall program that cleans the registry. I uninstalled my Elements copies, and when I reinstall them they don't show up in the start menu. I tried using the Adobe cleaner tool. I really do not want to use my restore DVD's for this laptop.
    Help!
    I can provide the Serial Numbers, and the codes on the DVD's put on the clear ring of the DVD, a copy of the purchase...etc.

    Windows 7 64 bit home premium, ASUS A53 Core i5 processor, NVIDIA 610M
    Actually it is relevant, because there is an activation program that generates a serial number.
    [Wed May 02 21:30:40 2012] ---------------------------------------------------------
    [Wed May 02 21:30:40 2012] *=*=*=*=*=*=*=*=* :: Start Session :: *=*=*=*=*=*=*=*=*=*
    [Wed May 02 21:30:40 2012] ---------------------------------------------------------
    [Wed May 02 21:30:40 2012] Win OS Version: 6.1
    [Wed May 02 21:30:40 2012] Cleaner Tool version        : 3.0.0.49
    [Wed May 02 21:30:40 2012] Cleanup source directory    : C:\Program Files (x86)\Common Files\Adobe\AdobeCreativeSuiteCleanerTool
    [Wed May 02 21:30:40 2012] [AdobeProgramFiles]        : C:\Program Files (x86)\Adobe
    [Wed May 02 21:30:40 2012] [AdobeProgramFiles_x64]    : C:\Program Files\Adobe
    [Wed May 02 21:30:40 2012] [AdobeCommon]            : C:\Program Files (x86)\Common Files\Adobe
    [Wed May 02 21:30:40 2012] [AdobeCommon_x64]        : C:\Program Files\Common Files\Adobe
    [Wed May 02 21:30:40 2012] [UserRoamingAppData]        : C:\Users\Scott\AppData\Roaming
    [Wed May 02 21:30:40 2012] [UserLocalAppData]        : C:\Users\Scott\AppData\Local
    [Wed May 02 21:30:40 2012] [StartMenu]                : C:\ProgramData\Microsoft\Windows\Start Menu\Programs
    [Wed May 02 21:30:40 2012] [System32Folder]            : C:\Windows\system32
    [Wed May 02 21:30:40 2012] [SharedApplicationData]    : C:\ProgramData
    [Wed May 02 21:30:44 2012] Language selected: English
    [Wed May 02 21:30:44 2012] Displaying the Adobe End User License Agreement
    [Wed May 02 21:30:44 2012] Please enter (y) for Yes or (n) for No.
    [Wed May 02 21:30:46 2012] Choose any one from the options below :
    [Wed May 02 21:30:46 2012] 1.  CS3, CS4
    [Wed May 02 21:30:46 2012] 2.  CS5-CS5.5
    [Wed May 02 21:30:46 2012] 3.  Adobe Flash Player 10.2
    [Wed May 02 21:30:46 2012] 4.  Quit
    [Wed May 02 21:30:46 2012] Choice :>
    [Wed May 02 21:30:53 2012] User selected: CS5-CS5.5
    [Wed May 02 21:30:53 2012] Executed the command : call copy /Y "C:\Program Files (x86)\Common Files\Adobe\caps\pdb.db" "C:\Program Files (x86)\Common Files\Adobe\backup20120502T213053\pdb.db"
    [Wed May 02 21:30:55 2012] Executed the command : call copy /Y "C:\Program Files (x86)\Common Files\Adobe\caps\Media_db.db" "C:\Program Files (x86)\Common Files\Adobe\backup20120502T213053\Media_db.db"
    [Wed May 02 21:30:55 2012] Opened PDB database connection with path: C:\Program Files (x86)\Common Files\Adobe\caps\pdb.db
    [Wed May 02 21:30:55 2012] Opened MediaDB database connection with path: C:\Program Files (x86)\Common Files\Adobe\caps\Media_db.db
    [Wed May 02 21:30:55 2012] List of products installed on this machine
    [Wed May 02 21:30:55 2012] Listing products for cleanup:
    [Wed May 02 21:30:55 2012] Please select a number corresponding to the product that needs to be removed else press Ctrl + C to Quit :>
    [Wed May 02 21:31:03 2012] User selected: 'Clean All'
    [Wed May 02 21:31:03 2012] WARNING : All the CS5-CS5.5 products and installer related data will be REMOVED from the machine. Do you want to continue..
    [Wed May 02 21:31:04 2012] Please enter (y) for Yes or (n) for No. :>
    [Wed May 02 21:31:06 2012] Please wait for Adobe Creative Suite Cleaner Tool to finish........
    [Wed May 02 21:31:06 2012] *-*-*-*-*-*-* Start removing product : ALL *-*-*-*-*-*-*
    [Wed May 02 21:31:06 2012] :: Cleaning-up left over inventories ::
    [Wed May 02 21:31:06 2012] Inventory: 'AdobeApplicationManager-1.0' Type: SelfUpdate, Action: NoDelete
    [Wed May 02 21:31:06 2012] Inventory: 'uninstallts', Type: RIBS, Action: Delete
    [Wed May 02 21:31:06 2012] Deleting folder: C:\Program Files (x86)\Common Files\Adobe\AAMUpdaterInventory\1.0\uninstallts
    [Wed May 02 21:31:06 2012] Atleast one Non-RIBS Inventory : False, Atleast one AAMRef: False
    [Wed May 02 21:31:06 2012] ::Start:: Removing AUM contents
    [Wed May 02 21:31:06 2012] Deleting registry root:HKLM key:Software\Microsoft\Windows\CurrentVersion\Run value:AdobeAAMUpdater-1.0
    [Wed May 02 21:31:06 2012] Exception during deleting key : (2, 'RegDeleteValue', 'The system cannot find the file specified.')
    [Wed May 02 21:31:06 2012] Deleting registry root:HKLM key:Software\Microsoft\Windows\CurrentVersion\Run value:ADOBE_UPDATER_STARTUP_UTILITY
    [Wed May 02 21:31:06 2012] Exception during deleting key : (2, 'RegDeleteValue', 'The system cannot find the file specified.')
    [Wed May 02 21:31:06 2012] Deleting scheduled task : AdobeAAMUpdater-1.0-Scott-PC-Scott
    [Wed May 02 21:31:06 2012] Executing command: schtasks /delete /TN "AdobeAAMUpdater-1.0-Scott-PC-Scott" /F
    [Wed May 02 21:31:06 2012] ERROR: The system cannot find the file specified.
    [Wed May 02 21:31:06 2012] Deleting scheduled task : AdobeUpdater Task-Scott-PC-Scott
    [Wed May 02 21:31:06 2012] Executing command: schtasks /delete /TN "AdobeUpdater Task-Scott-PC-Scott" /F
    [Wed May 02 21:31:06 2012] ERROR: The system cannot find the file specified.
    [Wed May 02 21:31:06 2012] Deleting folder: C:\Users\Scott\AppData\Local/Adobe/AAMUpdater/1.0
    [Wed May 02 21:31:06 2012] ::Finish:: Removing AUM contents
    [Wed May 02 21:31:06 2012] ::Start:: Removing OOBE
    [Wed May 02 21:31:06 2012] Executing command "taskkill /F /FI "IMAGENAME eq AAM Updates Notifier.exe""
    [Wed May 02 21:31:06 2012] INFO: No tasks running with the specified criteria.
    [Wed May 02 21:31:06 2012] Deleting folder: C:\Program Files (x86)\Common Files\Adobe/OOBE
    [Wed May 02 21:31:08 2012] Deleting folder: C:\Program Files (x86)\Common Files\Adobe/AAMUpdaterInventory/1.0
    [Wed May 02 21:31:08 2012] Folder does not exist: C:\Program Files (x86)\Common Files\Adobe/AdobeApplicationManager
    [Wed May 02 21:31:08 2012] ::Finish:: Removing OOBE
    [Wed May 02 21:31:08 2012] Removing content of Product : CS5Installer, Version : CS5
    [Wed May 02 21:31:08 2012] Deleting file : C:\Program Files (x86)\Common Files\Adobe\caps\pdb.db
    [Wed May 02 21:31:08 2012] Deleting file : C:\Program Files (x86)\Common Files\Adobe\caps\Media_db.db
    [Wed May 02 21:31:08 2012] Folder does not exist: C:\Users\Scott\AppData\Local\Adobe\OOBE
    [Wed May 02 21:31:08 2012] Folder does not exist: C:\ProgramData\Adobe\SLStore_v1
    [Wed May 02 21:31:08 2012] *-*-*-*-*-*-* Finished removing product : ALL *-*-*-*-*-*-*
    [Wed May 02 21:31:08 2012] All the CS5-CS5.5 products and CS installer files have been removed.
    [Wed May 02 21:31:08 2012] Action : Created the C:\Program Files (x86)\Common Files\Adobe\backup20120502T213053 folder as backup of PDB and MediaDB for this session.
    [Wed May 02 21:31:08 2012] LOG FILE SAVED TO: C:\Users\Scott\Adobe Creative Suite Cleaner Tool.log
    [Wed May 02 21:31:08 2012] Adobe Creative Suite Cleaner Tool completed successfully
    [Wed May 02 21:31:08 2012] ---------------------------------------------------------
    [Wed May 02 21:31:08 2012] *=*=*=*=*=*=*=*=* :: End Session :: *=*=*=*=*=*=*=*=*=*=*
    [Wed May 02 21:31:08 2012] ---------------------------------------------------------

  • The back and forward buttons on Logitech mouse don't work

    My logitech performance MX back and forward buttons don't work. I tried in safe mode and they still don't work. I tried creating a custom shortcut in logitech setpoint and that didn't work either. I tried using the native mouse driver and not logitech. No luck.
    I really like this functionality. Is there a way to enable these buttons?

    Hi mike,
    i'm not sure if this will help but how about this add-on called "Vimperator". It is easy to use and works like vim. (Try this as an alternate till we figure out the problem) :)
    Hope that helped.

  • Portege M750 and Win8.1 Pro -tablet buttons don't work

    Hi
    I'm having difficulties installing the tablet buttons in WINDOWS 8.1 Pro. Everything else works, perfectly.
    In Windows 8 Pro this buttons worked nicely, but now, after a clean install of Windows 8.1 Pro two of the buttons don't work. The buttons are the Toshiba assist button and the presebtation button. I've tried to configure them in Toshiba assist software but nothing happens.
    I'm sure I've installed all drivers that made wverything work with Windows 8. As anyone tryed this and add success?

    > I'm sure I've installed all drivers that made wverything work with Windows 8
    Windows 8.1 is not Windows 8 and many of Toshiba Win 8 drivers and tools dont work or are not fully compatible with Win 8.1
    As far as I know the Toshiba does not support Win 8.1 on this Portege M750.
    This means that no Win 8.1 drivers will be released and in such case some notebook features like the control buttons could not work properly.
    Fact is that using Windows Vista or Win 7, such buttons were controlled by Value Added Package. This package does not exist for Win 8.1 and has been replaced by other software called Toshiba System Driver
    So in case you want to try to get the buttons to work, I recommend checking this with Toshiba System Driver

  • Just got touchsmart 610 and right out the box webcam don"t work

    just got touchsmart 610 and right out the box webcam don"t work

    mmcrae304:
                Hello welcome to the HP forum. You have two options you can contact HP Direct Support and have them fix or just take it back to the store where you bought it and exchange it for another one. It came with a one year warranty.

  • Easy Keys and Fn+F8 (WLAN on/off) don't work

    Hello guys,
    I have bought a new Toshiba Satellite A100-490 last week. I have tested all hot keys and function keys with the pre-installed Windows XP MCE. Everything worked.
    But I needed a new customized installation of Windows XP Professional and Windows Server 2003 on the notebook. So I installed the XP Pro from a original CD-ROM and all Toshiba drivers, except of some special Managers (Assist, Config Free, SD Memory Format, Wireless LAN Client Manager, ...).
    From the Easy Keys (Browser, Media Player, Play/Pause, Stop, Backward, Forward) only the Browser and Media Player Easy Key work. Which driver is responsible for the other Easy Keys (Play/Pause, Stop, Backward, Forward)?
    The next problem is, that the Fn+F8 (WLAN switch) hot key doesn't work. But when I disable the WLAN over the hardware switch, there comes a MessageBox that I have to enable the WLAN over the hardware switch first. Normally there has to come a On-Screen-Display. What is wrong?
    Please help me. Thanks!
    Kaan

    Hello Silas,
    I have all the drivers you mentioned already installed, but nothing changed.
    So I am going to install all the software and drivers again.
    Please tell me, which drivers are at least required, so that every hot and easy key works.
    I've put a "x" before all utilities and drivers which I have installed the last time. Did I forget to install something?
    o Microsoft Updates
    o Sun Java Runtime Environment
    x Chipset Driver
    x Display Driver
    x Flash Media Driver
    x Touch pad Driver
    x Sound Driver
    x Modem Driver
    x Network Driver
    x Wireless Network Driver
    o Intel Client Utility
    o Atheros Client Utility
    o Bluetooth Stack
    o Bluetooth Monitor
    x Common Modules
    x Hotkey Utility
    x cPad/Touch pad On-Off Utility
    x Utilities
    x Power Management
    o SD Memory Card Format
    x SD Secure Module
    o Assist
    o ConfigFree
    x Virtual Sound
    o Zooming Utility
    x Button Controls
    o PC Diagnostic Tool
    x CD/DVD Drive Acoustic Silencer
    o DVD-RAM Driver Software
    x WinDVD Creator
    o RecordNow
    o DLA
    x DVD Player
    o User`s Manual
    Thank you for your help.
    Kaan

  • Firefox 9.0.1 and Silverligt 5.0.61118.0 don't work. Loading all time

    I loaded the latest Firefx 9.0.1 and the Silverlight does not work
    properly. It is all the time stopping and loading the movie.
    I tried with Internet Explorer 8.0.6001.18702 and it works fine.
    Silverlight is the latest version 5.0.61118.0
    The PC data is:
    OS Name Microsoft Windows XP Professional
    Version 5.1.2600 Service Pack 3 Build 2600
    System Manufacturer Dell Inc.
    System Model Latitude D610
    System Type X86-based PC
    Processor x86 Family 6 Model 13 Stepping 8 GenuineIntel ~1728 Mhz
    BIOS Version/Date Dell Inc. A05, 11.8.2005
    SMBIOS Version 2.3

    Hi aknyc,
    You should take a look at the article [[Opening PDF files within Firefox]]. There is information in there that will show you how to open PDF files in Firefox.
    Hopefully this helps!

  • Photoshop CC 2013 and OS X Yosemite - Lag, Shortcuts Don't Work

    I don't have a regular Creative Cloud account. The version of Creative Cloud 2013 master collection is installed on my computer, and it can't be updated because it's not a Team CC account. The collection was provided from my work.
    The Version I have is Photoshop CC 14.2.1 x64
    Anyways, the big problems I am having is lagging on Photoshop are:  Shortcuts are barely working.
    Can't press the "UNDO" shortcut, have to use Drop down menu at the top of my computer.
    Spot Healing Brush is lagging when I go over something it leaves a dark mark, and when I click it again then it goes away
    The shortcut to zoom in or zoom out it doesn't go for like 20 seconds
    Any of the brush tools when I try to enlarge or make smaller using the shortcut key [ or ] it won't work.
    I knew I shouldn't have updated to Yosemite and deeply regretting it right now.
    Does anyone have any solutions to my problem??

    Installing the WhiteWindowWorkaround plugin may help that issue: Menus, shortcuts, Lasso tool, or Photoshop stop working ...

  • I can't get it to set a blank home page, and the instructions given for this don't work.

    The instructions say that if you want a blank home page, you should open a new tab, then click on the icon to the left of the space where the website name would be and drag it to the Home icon. Unfortunately, when I click on that icon, I can't grab and move it.

    Instructions work for me that you describe from
    * https://support.mozilla.com/kb/How%20to%20set%20the%20home%20page
    perhaps drag the mouse a little faster.
    You could just just use '''about:blank''' as your home page

  • Why "Response.Cache.SetAllowResponseInBrowserHistory(False)" and "Response.Cache.SetCacheability(HttpCacheability.NoCache)" don't work with FireFox 3.x???

    I have created a website and I don't want user to use Back button to see previous pages. How to disable History in FireFox 3.x and above?
    The following code doesn't seem to work:
    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
    Response.Cache.SetAllowResponseInBrowserHistory(False)Response.Cache.SetCacheability(HttpCacheability.NoCache)
    Response.Cache.SetNoStore()
    Response.Expires = 0
    End Sub
    Thanks,
    Ashish

    en asp .net con C# se resuelve colocando unicamente en el Page_Load:
    Response.Cache.SetNoStore();
    Response.Cache.SetCacheability(HttpCacheability.No Cache);
    Saludos.

Maybe you are looking for