TOC imported as Text Inset does not have active hyperlinks in PDF

Hello,
The template I've inherited uses a method in which the TOC appears in the main FM doc as an imported text inset. To create the TOC, a standalone TOC is created and then imported as a text inset to the specific location in the main file. When this FM file is saved as a PDF the TOC page's hyperlinks don't work.
--Am I doing something wrong, or is this a limitation of importing text insets as a TOC?
Thanks,
Donna

Apologize for the delay but had to wait until I visited this particular client again to check out your suggestions. Started out with Art's basic pointer and then applied Van's solution. Michael's solution I'm filing for future reference!
Thanks so much to all of you for your help! Am truly grateful.
Donna

Similar Messages

  • I want to import bookmarks from Safari on the Mac same computer. Firefox help says Menu Bar/File/Import. My Firefox does not have File/Import option. How do I import bookmarks from Safari to Firefox?

    I want to import bookmarks from Safari on the same Mac computer. Firefox
    Help says use Menu Bar/File/Import.
    My Firefox does not have File/Import option.
    How do I import bookmarks from Safari to Firefox?

    Import and Backup is the third (last) button on the toolbar in the Bookmarks Manager (Library) that looks like a star.<br />
    Other platforms show the text label, but on Mac you only see toolbar icons.

  • Org.eclipse.core.runtime.CoreException: Text editor does not have a documen

    Hi all,
    strangely on most hprof-files while opening them as snapshot
    I get a org.eclipse.core.runtime.CoreException (see below the stack trace).
    This happens indipendently if launching MemoryAnalyzer as standalone (MemoryAnalyzer.sh)
    or within my Eclipse SDK platform (Version: 3.3.2).
    It seems to depend of the hprof-files itself, if the error raises or not.
    For example the HeapDumpSamples from the snapshots dir are not affect to this problem,
    maybe the size of the dumpfile is deterministic ? Any help or hint is welcome, thanks.
    org.eclipse.core.runtime.CoreException: Text editor does not have a document provider
         at org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput(AbstractTextEditor.java:3947)
         at org.eclipse.ui.texteditor.StatusTextEditor.doSetInput(StatusTextEditor.java:190)
         at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.doSetInput(AbstractDecoratedTextEditor.java:1225)
         at org.eclipse.ui.editors.text.TextEditor.doSetInput(TextEditor.java:168)
         at org.eclipse.ui.texteditor.AbstractTextEditor$19.run(AbstractTextEditor.java:3003)
         at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:369)
         at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313)
         at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:758)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
         at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:755)
         at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2451)
         at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:3021)
         at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:3048)
         at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:794)
         at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:643)
         at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:426)
         at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592)
         at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:263)
         at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2739)
         at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2651)
         at org.eclipse.ui.internal.WorkbenchPage.access$13(WorkbenchPage.java:2643)
         at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2595)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
         at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2590)
         at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2574)
         at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2557)
         at com.sap.tools.memory.ui.core.actions.OpenSnapshotAction$1.visit(OpenSnapshotAction.java:68)
         at com.sap.tools.memory.ui.core.actions.OpenSnapshot$Visitor.go(OpenSnapshot.java:78)
         at com.sap.tools.memory.ui.core.actions.OpenSnapshotAction.run(OpenSnapshotAction.java:57)
         at com.sap.tools.memory.ui.core.actions.OpenSnapshotAction.run(OpenSnapshotAction.java:52)
         at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:256)
         at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546)
         at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
         at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1101)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3319)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
         at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    Hi Guenther,
    I have a guess...
    The Memory Analyzer is implemented as an Eclipse editor. That means, Eclipse decides based on the extension what editor to open. We have registered the editor for the hprof extension.
    Sometimes, heap dumps end with the timestamp, like java_pid282.hprof.200804031745. If you use "Open Heap Dump" then we will try to rename the file. If you use "Open File", it will try to open the heap dump with the default editor as it doesn't know the 200804xxx extension. The default editor is the text editor and that will not work. So the work-around is renaming the file.
    Kind regards,
      - Andreas.

  • I can open iBooks App but it does not have any books or PDF's ... I tried bringing them in but no luck!  Any solutions??

    I can open iBooks App but it does not have any books or PDF's ... I tried bringing them in but no luck!  Any solutions??
    It's taken off both iPhone and the new iPad

    You can insert the PDF that you want to have on iBooks trough iTunes using the library section "books", or simply drag and drop the PDF to iTunes and sync your iPhone, iPad.
    You can also open a PDF on Safari and tap on open in iBooks at the top of screen.

  • SQL 2012 sp1 EE setup disappears when installing Setup Support files ( Error: sqm does not have active session)

    HI Folks,
    WIndows : 2008 R2
    SQL : 2012 sp1 EE
    Setup disappears when installing setup support files On passiive node ( 2  node cluster),  sql is runing on active node without any issue
    Error : SQM does not active session ( In summary detail txt file)
    blog is suggesting . Save the following in a .reg file and merge to populate the registry:  (
    here i am confusing how to save and where to save , how to merge and how to populate) 
    http://blogs.msdn.com/b/sqljourney/archive/2012/05/07/sql-2008-2008-r2-setup-disappears-fails-when-installing-setup-support-files.aspx
    Can you share  your views, if you need any information for clarification. pls let us know for resolution.
    Thanks in Advance.

    Sorry but there is already released  SP2 for SQL Server 2012. Start installation on the passive node first
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Re: Error: $host does not have a method 'messageBox'

    Hello Experts:
    I'm experiencing strange behavior on my LC Designer ES application.
    I recieve a warning and my console window (ctrl+j) doesn't show up nor does the message box.
    I cannot see xfa.layout members on the object drop-down menu. I have re-installed to no avail.
    This occurs on every all forms. The default script is set to JavaScript.
    Can anyone explain this behavior.  Is it an installation issue?
    Thank you for your time, iL.
    Log:
    Generating PDF Document...
    Script failed (language is javascript; context is xfa[0].form[0].form1[0])
    script = xfa.host.messageBox("My Message");
      Error: $host does not have a method 'messageBox'
    PDF generated successfully.
    Script:
    form1::initialize - (JavaScript, client)
         xfa.host.messageBox("My Message");
    System Info:
    LC version 8.2.1.4029.1.523496
    Acrobat Pro 9
    Java Version 6 Update 15
    SQL Server 2008 Express (HotFix installed)
    XP SP3, Office 2k7

    Hi Steve:
    Thanks for your prompt responses. I appreicate that. I got the latest version.
    I'm OT on at home looking for more answers...I'm guessing it's an installation issue...
    I even tried console.println("Message"); CTRL + J and blank. I did this on Acrobat and LC.
    I'm gonna do a full unistnall and reinstall when I get back to office.
    The software is coming from our IS dept so I know it's squeaky clean.
    I did an Installer Repair but the problem has returned.
    I also can't use/access any xfa.layout memebers....
    I get this errors even on newly created forms...it hasn't crashed again so I can't get any bucket ID log yet.
    Here's whats on my office box that giving me grief:
    LC version 8.2.1.4029.1.523496
    Acrobat Pro 9
    Java Version 6 Update 15
    OS Platform: (HP Box)
    SQL Server 2008 Express (HotFix installed)
    VS2008,Office2k7.
    XP SP3
    iL

  • Is it possible to import a Fixed Text file that does not have a header?

    I'm trying to import a Fixed Text file through Import Manager, but the text file I am receiving does not have a header on it (the first row is valid data). When I try importing this, Import Manager uses the first row of data as the headings. Is there any way to turn this off and tell Import Manager there is no header data in the file?
    Thanks!

    Hi Ryan ,ur requirement can be met only when u import the file as ODBC .for this follow the below steps.
    1)Go to control panel,in ur settings,select administrative tools
    2) In that select DATA SOURCE(ODBC ).
    3)Go to SYSTEM DSN tab select tab .
    4)Select ur file type MICROSOFT TEST DRIVER (.txt,.csv)
    5)Double click on "Import DSN" and in the blank give the name of DATA SOURCE NAME any name u want to give.
    6)Uncheck the use current directory box and select the directory ur file is it will automatically show ur source file select it and click ok.
    7) Now when u import ur file as ODBC give the name of ur DATA source name which u have given and it will show ur file in the source preview itself .
    In  this way u can import ur file as ODBC.
    Hope this may help u.
    Regards
    Ankit

  • I have just upgraded from Elements/Premiere elements 11 to version 12. I am running on a PC with Windows 7. When I try to run video from the existing catalogue or video newly imported I get a window stating "....system does not have the required compresso

    I have just upgraded from Elements/Premiere elements 11 to version 12. I am running on a PC with Windows 7. When I try to run video from the existing catalogue or video newly imported I get a window stating "....system does not have the required compressor/decompressor (codec) installed" Where has it gone? Where do I get a new one? I am getting REALLY REALLY fed up with trying to find an answer!!!!!!!!

    Try to disable hardware acceleration in Firefox.
    *Firefox > Preferences > Advanced > General > Browsing: "Use hardware acceleration when available"
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • I have a manual that contains headings and index entries that contain less than and greater than characters, and . The Publish to Responsive HTML5 function escapes these correctly in the main body of the text but does not work correctly in either the C

    I have a manual that contains headings and index entries that contain less than and greater than characters, < and >. The Publish to Responsive HTML5 function escapes these correctly in the main body of the text but does not work correctly in either the Contents or the Index of the generated HTML. In the Contents the words are completely missing and in the index entries the '\' characters that are required in the markers remain in the entry but the leading less than symbol and the first character of the word is deleted; hence what should appear as <dataseries> appears as \ataseries\>. I believe this is a FMv12 bug. Has anyone else experienced this? Is the FM team aware and working on a fix. Any suggestions for a workaround?

    The Index issue is more complicated since in order to get the < and > into the index requires the entry itself to be escaped. So, in order to index '<x2settings>' you have to key '\<x2settings\>'. Looking at the generated index entry in the .js file we see '<key name=\"\\2settings\\&gt;\">. This is a bit of a mess and produces an index entry of '\2settings\>'. This ought to be '<key name=\"&amp;lt;x2settings&amp;gt;\" >'. I have tested this fix and it works - but the worst of it is that the first character of the index entry has been stripped out. Consequently I cannot fix this with a few global changes - and I have a lot of index entries of this type. I'm looking forward to a response to this since I cannot publish this document in its current state.  

  • After downloading the ios7 to my iPhone 4s, the keyboard does not have the microphone so I can't speak to text.  How do I get this feature back?

    After downloading the ios7 to my iPhone 4s, the keyboard does not have the microphone so I can't speak to text.  How do I get this feature back?

    Go to Settings > General > Siri and turn Siri on. Once you turn it on, you will have the microphone key back on the keyboard

  • A friend has texted me and I try to reply and it says not delivered.  She does not have an iphone

    A friend has texted me and I try to reply and it says "not delivered".  She does not have an iphone.  I have deleted her as a contact, re-entered her. I have added every combination of area code, no area code, 1, +1 etc.   I am not just trying to message her, I am trying to REPLY to her message.  Imessages is working fine and as far as I know I am only having trouble messaging 2 people - both with samsung phones. Any suggestions?

    reset all settings
    settings-general-reset-reset all settings
    now reconnect to wifi
    settings- wifi- click network name- enter password - join
    if issue persists back up and restore as new via iTunes
    Peace, Clyde

  • Since the new year I have been unable to send or receive texts from someone I text daily...he does not have an iPhone

    Since the new year I have been unable to send or receive texts from someone I text daily...he does not have an iPhone

    Mail: Troubleshooting sending & receiving email messages

  • How to import iDVD app from Time Capsule to my new iMac 21" that does not have iDVD?  I can find the iDVD app in the Time Capsule, then what?

    I have a new 21" iMac to replace a 6-year old iMac 24.  My Time Capsule has the iDVD app saved (?) and I can find it, but I can't figure out how to move it to my new iMac that does not have the app.  How to do this?

    You are probably better to install it from ilife disk.
    Can't Find a update or latest Version of iDVD to Download or a Compatibility to Yosemite

  • Pages document "could not be read" bc. it "does not have a valid format"

    The document in question was properly saved and Pages was not open when my computer hung as it was shutting down. MS Word would not quit or force-quit and I had to hard restart the computer. When I later tried to open this Pages document, which I had been working on before Word froze, Page would not open it and responded with the error message: "This document "document_name.pages" could not be read. This document does not have a valid format." When I looked at the document in question I noticed that its file size was 0KB. I have no idea why this happened, but I suppose it has to do with my computer not shutting down properly and perhaps with Word freezing. If I repair my drive permission, re-index it, anything, will it help? Just a note on the status of this machine: spotlight stopped working earlier this morning and I was waiting to finish this document before repairing disk permissions and trying to fix that issue with Spotlight.
    In the meantime I have tried various fixes. First I tried to change the file ending to .zip, unpack it and open it. Then the same, but this time I tried to view package contents. It doesn't show up in the contextual menu as even having a package to show the contents of. The file is effectively empty, but I don't know where the contents went! The funny thing is that the MS Word doc was recovered automatically. Is it possible that Pages doesn't have an auto-recovery mechanism?
    I need this file urgently, or at least the text in it. It is the bibliography of an important paper due tomorrow at 5 pm.Any advice or suggestions would be greatly appreciated.
    BTW, I have used a file-recovery program in the past. It is called "Stellar Phoenix" and it worked wonderfully to find a Word doc that I accidentally deleted. It can't find .pages document though. In order to do so, I would need to tell the program what the average file size is, as well as the header information as follows. "Header (in hexadecimal)" "At Offset (in decimal)". I have no idea what this means, but if I could insert it, perhaps it could find the lost data. Should I have it search for .pages, .zip, .xml? I'm at a loss, but I know that it doesn't recognize .pages. In the meantime, I sent a support email to them and will see what happens.
    Thank you for your help.
    David

    I can't respond before.
    When the system say that your file size is 0KB, it means that nothing was saved. Only a file descripto exists.
    So, there is nothing to recover.
    Given the time the system crashed, you may have :
    (1) a simple descriptor with nothing written
    (2) a folder with every or only some of the required files.
    In this case, Phoenix is useless : it's unable to revive a folder.
    (3) a flatfile (a compressed version of the folder named above). It's only this kind of file which Phoenix may revive.
    With a bit of luck, Phoenix would be able to revive the index.xml file which was in the original folder created in the temporary folder.
    This file starts with :
    <?xml version="1.0"?><sl:document xmlns:sfa="http://developer.apple.com/namespaces/sfa"
    or
    <?xml version="1.0"?>
    <sl:document xmlns:sfa="http://developer.apple.com/namespaces/sfa"
    The minimal size for a Pages index.xml file is : 520038 bytes.
    If you retrieve the index.xml file, we may try to rebuild an usable package.
    Ask the recovery tool to transfer the recovered file on an other media.
    If the document embedded pictures, the index will give their path and their size which may be useful to recover them.
    Yvan KOENIG (VALLAURIS, France) lundi 1 novembre 2010 10:27:44

  • The document could not be read: the document does not have a valid format.

    I created a 10MB document in Pages about a week ago. Around that time, I reopened the document and edited it with no problems. A week later, I've tried to open the document but Pages gives me the following error:
    The document "[Document Name].pages" could not be read. The document does not have a valid format.
    I created, edited, and saved this document in Pages, so I am confused as to why Pages would be unable to re-open the file, especially as I haven't done anything to it since it worked last. I was worried that my hard drive might have corrupted the file so I ran diagnostic tests but everything was fine. I was also worried that because the file is synced with my iDisk that iDisk corrupted the file while syncing it or something but I don't know what I could do to check this. Either way, it's an important file and I need to open it: I thought that by putting it on iDisk I would have a copy in case something happened to my computer but this seems not to have helped (and maybe hurt!).
    Any file recovery tools or other ways that I can open this file?

    No, I don’t have Pages ’08 installed, but did in the past—is this a current issue?
    Pages ’09 is registered.
    I have tried dragging the file onto the app icon directly.
    To recover at least the text, I did the “rename as zip, open index.xml” trick. Of course, in order to interpret that file, you do have to understand XML (thank god I do)… but if I hadn’t, man that would’ve been a major bummer.

Maybe you are looking for

  • How to create a new Activity with report

    I would want to know how I do to create a link in a report that connects me to the page of the Client to add a new record of activity if i want. Substantially this link allows me to create a new activity in an agency that I directly select from the r

  • Macbook pro screen seems loose

    we have two macbook pros in the house, the one we just bought, the screen tilts back about an inch further than the year old one. when the laptop is opened it seems the screen is loose, if that makes sense. it does not allow you to adjust the angle i

  • Update zfields in MARA table

    hi, In my client system a custom view is maintained for MM* transactions I have added two custom fields in MARA table as well as this custom view. Now i have to populate value for this two custom fields. i am using "/AFS/BAPI_MATERIAL_SAVEDATA" to up

  • 11g R2 Error with iplanet recon

    All, I am trying to do the iplanet target recon and I see this error, [2012-10-11T15:12:27.316-04:00] [oim_server1] [ERROR] [] [oracle.iam.reconciliation.impl] [tid: OIMQuartzScheduler_Worker-7] [userId: oiminternal] [ecid: 0000JdGz_aNBh4o5GVK6yf1GTk

  • Problem after saving the billing document

    HELLO SD GURUS WHEN I SAVE THE BILLING DOUCUMENT (F2)...IT HAS SAVED...BUT ITS NOT GOING TO ACCOUNTS.....IN VFO2 T.CODE WHEN I RELEASE TO ACCOUNTS IT SHOWING LIKE...ACCOUNT TYPE  D IS NOT DEFINED FOR DOCUMENT TYPE RE WHAT DOES IT MEAN FRIENDS ANY IDE