CS3 Templates managing relative file paths in AC_FL_RunContent

Hi,
If I insert a Flash media resource (e.g. a .swf file) into a template, Dreamweaver CS3 inserts two sections of HTML into the template to display the resource; a <script> section and a <noscript> section. Then if I create a number of HTML files from the template which are stored in sub-folders which have different relative file paths to the resource from the template, then when DW builds the HTML files from the template, it correctly edits the relative file paths in the <noscript> section but does not correctly edit the relative file paths in the <script> section. So the resource does not display in browsers which have javascript enabled for the files which have different relative file paths from the resource.
Is there a solution for this that I can use with my CS3 other than: (a) manually editing the code by hand outside of DW; or (b) upgrade to CS4 or CS5; or (c) have multiple copies of the resource in different locations with the correct relative file paths from the HTML files.
I have read something about Edit > Preferences > Code Rewriting > uncheck the Active Content preferences but I do not know if that is in a different version of Dreamweaver because my CS3 version does not appear to have that.
Thanks,
-A Novice.

Oh, BTW, I forgot to say, I/we cannot use site-relative file paths because this question is posted on behalf of a school where the kids are taught to use DW to create web-sites but the sites are not actually ever published to any web servers. The sites are only ever viewed by previewing the site in DW or by double-clicking on the index.html page from Windows Explorer. And because the kids are not being taught how to hand-code HTML (or how to hand-code anything come to that), editing the HTML by hand is not a solution. Really, we need a solution where DW will do it automatically and properly (without spending money on upgrading to CS4 or CS5 (if possible).
Thanks again,
-Still A Novice

Similar Messages

  • Dreamweaver templates and relative file paths

    It seems on occasion - especially with the embed tag - a
    relative file path in the dwt file becomes an absolute file path in
    the file it makes. The worst thing is that it doesnt happen
    consistently, Ive created 4 files from a template and now all of a
    sudden when i make a new one the path doesnt update. I'm also using
    coldfusion with these tags which could be the problem. Either way I
    dont want to have to reedit every page with notepad. Heres my code
    template code:
    <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
    http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
    width="730" height="295" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <cfoutput>#IEcat#</cfoutput>
    <param name="quality" value="high" />
    <param name="bgcolor" value="#ffffff" />
    <cfoutput><embed
    src="../new/flash/navigation6a.swf#cat#" quality="high"
    bgcolor="##ffffff" width="730" height="295" align="middle"
    allowscriptaccess="sameDomain" type="application/x-shockwave-flash"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    /> </cfoutput>
    </object>
    code rendered from template:
    <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
    http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
    width="730" height="295" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <cfoutput>#IEcat#</cfoutput>
    <param name="quality" value="high" />
    <param name="bgcolor" value="#ffffff" />
    <cfoutput><embed
    src="file:///D|/KMI%20websites/centerplate.ca/site/new/flash/navigation6a.swf#cat#"
    quality="high" bgcolor="##ffffff" width="730" height="295"
    align="middle" allowscriptaccess="sameDomain"
    type="application/x-shockwave-flash" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    /> </cfoutput>
    </object>
    on a side note, in the object param tag when using the output
    tags inside the quotation marks of the value it turns all non
    alphanumeric characters into ascii
    any help on either problem will be much appreciated

    Whe you spawn the child page from the template, you will see
    ALL of the
    links look like that until you save the page. Once you save
    it, DW knows
    how to adjust the links so that they remain relative to the
    saved document.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "ogre11" <[email protected]> wrote in
    message
    news:[email protected]...
    > It seems on occasion - especially with the embed tag - a
    relative file
    > path in
    > the dwt file becomes an absolute file path in the file
    it makes. The
    > worst
    > thing is that it doesnt happen consistently, Ive created
    4 files from a
    > template and now all of a sudden when i make a new one
    the path doesnt
    > update.
    > I'm also using coldfusion with these tags which could be
    the problem.
    > Either
    > way I dont want to have to reedit every page with
    notepad. Heres my code
    >
    > template code:
    >
    > <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
    > codebase="
    http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    > version=7,0,0,0" width="730" height="295"
    align="middle">
    > <param name="allowScriptAccess" value="sameDomain"
    />
    > <cfoutput>#IEcat#</cfoutput>
    > <param name="quality" value="high" />
    > <param name="bgcolor" value="#ffffff" />
    > <cfoutput><embed
    src="../new/flash/navigation6a.swf#cat#"
    > quality="high"
    > bgcolor="##ffffff" width="730" height="295"
    align="middle"
    > allowscriptaccess="sameDomain"
    type="application/x-shockwave-flash"
    > pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    /> </cfoutput>
    > </object>
    >
    > code rendered from template:
    >
    > <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
    > codebase="
    http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    > version=7,0,0,0" width="730" height="295"
    align="middle">
    > <param name="allowScriptAccess" value="sameDomain"
    />
    > <cfoutput>#IEcat#</cfoutput>
    > <param name="quality" value="high" />
    > <param name="bgcolor" value="#ffffff" />
    > <cfoutput><embed
    >
    src="file:///D|/KMI%20websites/centerplate.ca/site/new/flash/navigation6a.swf#ca
    > t#" quality="high" bgcolor="##ffffff" width="730"
    height="295"
    > align="middle"
    > allowscriptaccess="sameDomain"
    type="application/x-shockwave-flash"
    > pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    /> </cfoutput>
    > </object>
    >
    > on a side note, in the object param tag when using the
    output tags inside
    > the
    > quotation marks of the value it turns all non
    alphanumeric characters into
    > ascii
    >
    > any help on either problem will be much appreciated
    >

  • CS2/CS3/CS4: Cannot get file path in Unicode of the current document on Windows

    Hi All,
    In my automation plugin I need to have full absolute path of the opened document with any possible non-English letters. Using SDK examples Listener and Getter that come with Photoshop SDK the full absolute path which I obtain is in the default ANSI code page (CP_ACP) and I can convert it to Unicode using MultiByteToWideChar() API. However this works well when I have corresponding to document name language set in the "Control Panel -> Regional and Language Options -> Advanced -> Select a language to match the language version of the non-Unicode programs you want to use." For example if name of the document has Russian letters and chosen language in "Regional and Language Options" is also Russian the described conversion works well. If I change "Regional and Language Options" to English for example, full path returned by Photoshop SDK API (AliasToFullPath in PIUFile.cpp) for the document with Russian letters will contain "????????.psd" symbols.
    So I need to have an ability to get absolute file path in Unicode. Is it possible in Photoshop CS2/CS3/CS4 for Windows? I have searched forum and SDK but could not find info on it.
    Is it possible to have native HANDLE of the opened file to get file info using Windows API?
    Please advice.
    Below given slightly modified code from Photoshop CS3 which I use to get absolute file pat of the opened document.
    Thanks and regards,
    Sergey
    std::string outFilePath;
    int32 theID = 0;
    SPErr error = kSPNoError;
    error = PIUGetInfo(classDocument, keyDocumentID, &theID, NULL);
    if (error == kSPNoError)
    Handle theFileHandle = NULL;
    error = PIUGetInfoByID(theID, classDocument, keyFileReference, &theFileHandle, NULL);
    if (error == kSPNoError)
    int32 length = sPSHandle->GetSize(theFileHandle);
    Boolean oldLock = FALSE;
    Ptr pointer = NULL;
    sPSHandle->SetLock(theFileHandle, true, &pointer, &oldLock);
    if (pointer != NULL)
    outFilePath = (char*)pointer;
    sPSHandle->SetLock(theFileHandle, oldLock, &pointer, &oldLock);

    Hi All,
    Does anybody know, whether it is possible to get Unicode file path of the current document in Photoshop via Photoshop SDK API or without them?
    Thanks,
    Serhiy

  • Actual and relative file paths - CS4(mac)

    Is there a way to save your file so that it ALWAYS looks for the relative paths of all its content?
    My issue is that when i xfer the prproj file to another computer it asks me to reconnect everything. The other computer has exactly the same folder structure as the one i'm copying from minus a different harddrive name. (I just copied and pasted the whole project from computer to computer).
    Its really getting to become a huge hassle....any work around and whatnot would be great....thanks!

    I deal with this often (yesterday in fact). Things get ugly when you try to re-link a project that has media placed in multiple folders within the main project folder. Even worse when there are a hundred cryptically named P2 mxf files.
    Try this:
    Open the *.prproj file in Notepad and do an "Edit" "Find" for the word: filepath
    Keep searching down till you get a drive letter.
    This will show the original drive letter the project was last saved with.
    To save time, and avoid relinking everything, do one of the following two... your choice:
    1.) Do a find and replace in Notepad of a short "phrase" of code containing the original drive letter, in the document. Replace it with the identical phrase containing the currently assigned drive letter.
    For Example:
    Find: <FilePath>E:\
    Replace With: <FilePath>G:\
    OR:
    2.) After noting the original drive letter in the *.prproj file by doing the "filepath" search in Notepad, simply assign the original drive letter back to the drive in "Computer Management"/"Storage"/Disk Management.
    *WARNING: Premiere is unforgiving of even the slightest error in a *.prproj file.
    ALWAYS EDIT A COPY OF YOUR PROJECT IN NOTEPAD

  • 'Open URL or file' - how to use a relative file path?

    I have a click box on a slide that I want to use to open an instance of a file (ie a PDF, a JPG, etc) in a new window, then when the user closes the window the Captivate demo continues.
    My plan is to distribute this file with the published project and have it sit in the same folder as the project files.
    I think that I have worked out all the processes to do this except how to correctly set up the click box.  In the click box properties I have 'Open URL or file' on success, but how to enter the information in the URL text box is challenging me.  An absolute path to the file on my computer works fine.  Can I specify a relative path so Captivate defaults to using a file stored in the same folder as the published project?
    I have attached a sample of the file I want to use.

    Hi there
    See if the link below helps.
    Click here to view
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Can relative file paths be used in export presets?

    Hello,
    I currently use a folder structure in Lightroom that looks like:
    YYYYMMDD-Event
    -->Original
    -->Selects
    -->Output
    I copy original files into YYYYMMDD-Event/Original/, do basic corrections and culling, and export to YYYYMMDD-Event/Selects/.  I do the same thing when exporting from Selects to Output...  I have tried using the "Same Folder as Original Photo" with a subfolder of "../Selects", but i get an illegal character message.  Is there a way to use relative paths in export presets?  I'm not against using publishing services to accomplish this, but I am having the same problem...
    Thanks in advance for the help.

    @Designer1976 – if you place an AI logo in InDesign and move that placed logo to a CC Library, it should behave like any other image you move to a CC Library. Other people who have access to your CC Library could place the logo, print it, export to PDF, if the file is available on a mutual network drive or a cloud drive like Dropbox etc. And of course, if the loaded file is synched which can take a moment, if you just moved it to a remote drive in the cloud.
    I tested this with eps file types.
    AI files (PDFs with AI code embedded) placed in InDesign should make no difference.
    However:
    1. If I placed an eps file in InDesign
    2. Moved the eps file to my Dropbox account
    3. Came back to InDesign
    4. Relinked the placed eps with the one in my Dropbox
    (all good now in the perspective of an InDesign document)
    I was not able to add that relinked eps file to my CC Library.
    By trying I only heard a "blip" or so. And nothing was added.
    To make it work, I first had to:
    1. Save the InDesign document
    2. Close the document (maybe optional, can't remember)
    3. Reopen the document (maybe optional, can't remember)
    Then I could add the placed eps to my CC Library.
    After that it worked like it should.
    Not as seamless as it should be…
    Uwe

  • Can somebody explain relative files, URLS, path

    Hello,
    I'm confused about "where" my files are located in relation to the program. I have the program in package com.buchuki.buchuki. The directory structure is /home/dusty/Documents/code/java/buchuki/com/buchuki/buchuki
    I run the program from /home/dusty/Documents/code/java/buchuki with the command java com.buchuki.buchuki.Buchuki
    The program runs fine.
    But now I want to put a directory SOMEWHERE called images, that contains (you guessed it) images. Then I want to know how to access it from within my program. I will eventually want to put the program in a jar archive.
    Do I put the images in /home/dusty/Documents/code/java/buchuki/com/buchuki/buchuki/images and if so, how do I access it as a file (for example, an URL that I can pass to ImageIcon). Or do I put them in /home/dusty/Documents/code/java/buchuki and if so, how do I access it as a file?
    It's a simple question, but I'm really stumped!
    Thanks,
    Dusty

    Another way to accomplish this (independent of the CLASSPATH) is to assume that your application has some given directory hierarchy and define an 'application home' environement variable on the command line:
    java -Dbuchuki.home=/home/dusty/Documents/code/java/buchuki [name of main class]
    then, in your main class, have a static String variable BUCHUKI_HOME that you assign like so:
    BUCHUKI_HOME = System.getProperty( "buchuki.home" );
    Now you can build relative file paths from BUCHUKI_HOME (don't forget to use File.separatorChar) to your images/ directory.
    This is just another way of doing things...the previously suggested approach is an excellent one.

  • Location of downloaded templates and other files

    As there is almost 4GBs of templates and related files that are downloaded for Premiere Elements 12, I would like to ensure these files are backed up. Therefore can someone please tell me where these files are stored, i.e., the fullpath name? Thanks.

    GeorgeG
    SG appears to have answered your thread question already.
    I have written blog posts about the Content situation for Premiere Elements 11 and 12. If you think that supplemental information would be of interest, these are the links to that information....
    Most recent one targets version 12, including attention to 11 user who switches to 12
    http://www.atr935.blogspot.com/2013/12/pe12-content-download-considerations.html
    The following was the first blog post on the topic - information for 11 before 12 was released
    http://www.atr935.blogspot.com/2013/05/pe11-no-content-disc-content-downloads.html
    ATR

  • How do I get a file path from my Document?

    Hi,
    I encountered a very strange problem with absolute and relative file paths.
    Getting to the point:
    Myfolder ---> MainPage.pdf
    Subfolder---> Project.pdf
    SubsubFolder ---> Search.pdf
    So we have Myfolder with the Mainpage.pdf  , from there I use a bookmark to go the Subfodler and use bookamarks to browse throu the Project.pdf and then I go even deeper when i want to use the search.query to get items from the Search.pdf which is in the Subsubfolder
    So my path looks like:
    Ofc the search type is boolean
    search.query("MyTxt","Folder","../Myfolder/Subfolder/Subsubfolder");
    And here's the problem - it does not work on every computer.
    So the question is, how can i get the filepath from MainPage and use it in my search.query to avoid this problem?
    Any suggestions are welcome!

    You can use the "split" method of the  string object to get the path into an an array and then combine all but the last element.
    // get full path and file name
    var cPath = this.path;
    // split ful path into an arrayl
    var aPath = cPath.split("/");
    // build the directory path
    var cDir = "";
    // loop through the array omitting first and last elements
    for(i = 1; i < aPath.length - 1; i++) {
    cDir = cDir + "/" + aPath[i];
    } // end of building directory path
    console.println("Directory path: " + cDir);

  • Template problem - Can't adjust file path in conditional comments

    Hi everyone,
    I've used the template feature in dreamweaver to create a
    site. The site contains conditional comments to feed a separate
    stylesheet to internet explorer browsers. The css files are stored
    in a css directory that sits in the main site directory. Some of
    the web pages are located in the main site folder and others are
    nested within subdirectories. Since all pages in the site need to
    reference the css file located in the css directory, the file path
    in the conditional comments within the template will have to be
    different depending on where the subpages exist. I tried putting
    the conditional comments within an editable region in the template
    so I could change the file path as needed in the pages themselves
    but because dreamweaver adds template comments like this:
    <!-- InstanceBeginEditable name="head" -->
    <!--[if lt IE 7]>
    <link href="../css/win_ie.css" rel="stylesheet"
    type="text/css" />
    <![endif]-->
    <!-- InstanceEndEditable -->
    ...the browser isn't rendering the code.
    Can someone tell me how I can get around this problem?
    Appreciate any help.

    Make your links root relative. Links within Conditional
    comments will not
    be managed by Dreamweaver ever, since it sees them as HTML
    comments.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "gwhPoster" <[email protected]> wrote in
    message
    news:ftqe1p$qpj$[email protected]..
    > Hi everyone,
    >
    > I've used the template feature in dreamweaver to create
    a site. The site
    > contains conditional comments to feed a separate
    stylesheet to internet
    > explorer browsers. The css files are stored in a css
    directory that sits
    > in the
    > main site directory. Some of the web pages are located
    in the main site
    > folder
    > and others are nested within subdirectories. Since all
    pages in the site
    > need
    > to reference the css file located in the css directory,
    the file path in
    > the
    > conditional comments within the template will have to be
    different
    > depending on
    > where the subpages exist. I tried putting the
    conditional comments within
    > an
    > editable region in the template so I could change the
    file path as needed
    > in
    > the pages themselves but because dreamweaver adds
    template comments like
    > this:
    >
    > <!-- InstanceBeginEditable name="head" -->
    > <!--[if lt IE 7]>
    > <link href="../css/win_ie.css" rel="stylesheet"
    type="text/css" />
    > <![endif]-->
    > <!-- InstanceEndEditable -->
    >
    > ...the browser isn't rendering the code.
    >
    > Can someone tell me how I can get around this problem?
    >
    > Appreciate any help.
    >
    >
    >

  • Updating of paths in templates when saving file

    HI,
    I am using CS3 and I have a person using ver 8.
    In a template I have some paths for include files. These are
    not in editable regions. My templates are in a template folder.
    When I go to create a new page from a template and save it in
    another folder the paths are modified appropriately to reflect
    where the file is now located.
    However when the person using ver 8 creates a new file from
    the template and saves the file in a different folder, Dreamweaver
    is not updating the path at all. It still reference everything as
    in the template folder. Since the path statements are not in the
    editable region these cannot be fixed. I have checked to make sure
    that the ver 8 person's site set up is correct so that files are
    referenced from the root and not a file.
    Is this a problem because they are using ver 8?

    > Is this a problem because they are using ver 8?
    Shouldn't be. But you can work around this by always using a
    root relative
    link to the include files.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "mmesarch1" <[email protected]> wrote in
    message
    news:gm9kpo$reu$[email protected]..
    > HI,
    > I am using CS3 and I have a person using ver 8.
    > In a template I have some paths for include files. These
    are not in
    > editable
    > regions. My templates are in a template folder.
    > When I go to create a new page from a template and save
    it in another
    > folder
    > the paths are modified appropriately to reflect where
    the file is now
    > located.
    >
    > However when the person using ver 8 creates a new file
    from the template
    > and
    > saves the file in a different folder, Dreamweaver is not
    updating the path
    > at
    > all. It still reference everything as in the template
    folder. Since the
    > path
    > statements are not in the editable region these cannot
    be fixed. I have
    > checked to make sure that the ver 8 person's site set up
    is correct so
    > that
    > files are referenced from the root and not a file.
    >
    > Is this a problem because they are using ver 8?
    >

  • Manage multiple versions(ID CS,CS2,CS3,CS4) of INDD files Indesign proxy for PC

    Dear scripters,
    I have multiple version of ID installed in my system. I have ID CS,CS2,CS3 and CS4. While I am opening (double click) the ID CS file, automatically the file opening in CS4. For solving this problem I have searched in the forums I found there is a program called INDESIGN PROXY for MAC OSX. It manages the problems well.
    Now I am in the process of developing the application same like that for windows using VB. Here is my observation about Indesign proxy.
    1. While user double clicks the Indesign file the argument is not passing to the Indesign.exe, but the argument passes to the Indesign proxy. Something like this
    "C:\Program Files\Adobe\Adobe InDesign CS4\InDesign.exe" "%1"
    to this
    "C:\Program Files\IDproxy\proxy.exe" "%1"
    2. The proxy exe lists all the version of IDs in a dialog box. If user selects CS2, the proxy exe passes the command argument something like this
    "C:\Program Files\Adobe\Adobe InDesign CS2\InDesign.exe" "%1"
    3. Now the file will open in correct version.
    I am comfort with VB forums and coding but I am struck getting the file path while user double click's the file. I short need to get the file path of "%1" argument.
    I think I am detailed.
    Kindly advice me how can I proceed more?
    Thanks
    regards
    a r u l
    vpublish.net

    I don't think it's a mistake.
    "InDesign CS4 (3.0)"
    means: this is the OM for InDesign 3.0 (i.e., InDesign CS) that is contained in InDesign CS4.
    Wait -- do you mean there might be a difference between "the OM for InDesign 4.0 (i.e., InDesign CS2) that is contained in InDesign CS4" and, say, "OM for InDesign 4.0 (i.e., InDesign CS2) that is contained in InDesign CS5" ?
    Why on earth would anyone need that? I imagine it's not because even with versioning the 'older' scripts may not behave the same -- there must be dozens of mails about versioning not working ... I mean, if Adobe knows what causes older scripts to stop working (because, if I understand you correctly, they retroactively change it in the documentation for older versions), wouldn't it be yet easier to not cause those changes?

  • Excel 2010 changes relative link paths to absolute in files synced with Offline Files in Windows 7

    Hello! I'm wondering if anyone else has seen this problem: I have a large number of Excel 2010 and 2003 files in a folder on my file server. This whole folder is also synced to my computer using Offline Files in Windows 7. I have a lot of references between
    cells in different Excel files, and all referenced workbooks are physically in the same folder. This all works nicely when I create these files at work - all file paths referenced in the cells are created as relative paths and the documents open correctly.
    This is, I understand, the expected and default behavior when Excel creates links. When I edit these files at home, nothing seems odd until I get back to work and sync these files back to the file server. At this point, I discovered that Excel 2010 has, when
    I saved the files while away from the corporate network, changed /all/ the cell references in any offline-edited Excel files to point at absolute paths, and that these absolute paths point to somewhere in my %APPDATA% structure. So whenever I come to work
    and I try to open an Excel file that I have recently worked with offline, I get a bunch of error messages about referenced files that are missing, although clearly they exist in the same folder as the file I've opened, and I must edit all the file references
    again, whereupon they are again created correctly as relative paths (since all files exist in the same folder), which are promptly mangled into absolute C:\....\Offline Files\.....\..... paths whenever I save them at home (and since that works too, I don't
    notice it again until I come back to work and the offline files are synced back to the real network location). This seems to be a case of Windows 7's Offline Files not being able to fool Excel 2010 into believing it is working on a file server - apparently
    Excel 2010 can see through the fakery and decides on it's own to "fix" the problem (which obviously isn't a problem since the paths are relative to begin with) by saving the paths as absolute paths instead. Yes, really clever, Excel. The exepected behavior
    according to MSKB is that links are created as relative paths, so why does it change to absolute whenever Offline Files are involved? I know Offline Files only syncs, it doesn't actually change the files, so I can conclude that Excel is the program at fault
    here. Is there a fix for this, or a known workaround? Because frankly, this bug makes it impossible for me to work in any advanced manner with linked Excel files. The sad thing is that this worked perfectly fine with Office 2003 and Windows XP. Is there a
    patch for this problem that I might have missed (I am running the latest Service Pack and I get Office updates from Microsoft Update). If not, is there a workaround I can use to prevent Excel from corrupting my links when I edit the files offline?

    Hello danceswithwindows,
    Thank you for your post.
    This is a quick note to let you know that we are performing research on this issue.
    Sincerely
    Rex Zhang
    Rex Zhang
    TechNet Community Support

  • XSL File In template manager

    Does anyone have an example of how to create an XSL File in the template manager? Is the file type XSL-test or XSL-XML?

    In EBS 11.5.10 Order Management ships examples. Here is a short exert:
    <?xml version='1.0' encoding='utf-8'?>
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:fo="http://www.w3.org/1999/XSL/Format"
    version="1.0">
    <xsl:template match="P|p">
    <fo:block white-space-collapse="false" linefeed-treatment="preserve">
         <xsl:apply-templates select="text()|*|@*"/>
    </fo:block>
    </xsl:template>
    </xsl:stylesheet>

  • Open Recent - CS3 Complete File Path

    In CS2 my open recent files showed the complete file path. e.g. d:\jobs\clients name\file name.indd.
    In CS3 it only shows file name without the complete path.
    Is there a setting to change this or am I stuck with it?

    CS3 will show the complete path if it is necessary to eliminate ambiguity.
    Dave

Maybe you are looking for

  • Connection drops or extremely slow connection

    Hello, I have an Early 2008 Macbook Pro with Mac OS X 10.5.5. By the time I was running on 10.5.2 my Wi-Fi connection used to work perfectly, but when I updated to 10.5.3 I started to have so many problems with it that I even went back to 10.5.2 for

  • How to make the length of Message Dialog follows the length of text

    Hi all. I am making a Message Dialog From JOptionPane because i do not want to use some static methods of JOptionPane (JOptionPane.Show ...) My source codes following : public static void showMessageDialog(String message) {           JOptionPane opti

  • Incoming IDOC error

    Hi All, When i tried to post a incoming IDOC which will result in a BDC session and we post the IDOC as a accounting document, iam getting a Error message of <b> Post document ( screen not found )</b> with a status 51, Can any of you let me know abou

  • Starting a server from the prompt?

    Hi all           I am running an eviroment with 2 pc, and three bea clusters. This means i have 6 virtual bea nodes, 3 on each machine.           Is it possible to start one node at a time from a windows prompt? I need to make full thread dumps from

  • Inconsistencies between ADL and installed Air runtime?

    Hi Everyone, I have created an ftp upload program for air that mainly utilizes FTP classes from http://maliboo.pl/projects/FlexFTP/and I eventually got it working perfectly in the ADL debugger environment but when I publish it to an air file and inst