Working with templates in CreateNewDocument.aspx

I have a template which I'm using in a document library. This template should be offered to the users when they want to attend to training. The users should not save the document in the document library. SharePoint only serves as a central
location for the template.
Therefor, in the beginning the template was shown in a web part on the default page of the training subsite.
If you select a template in Windows explorer and click, word opens a new document (Document1) based on this template. In SharePoint
however, selecting the template opens the template itself. 
Whenever the template is opened, SharePoint mentions that the document should be checked out in order to change it. This leads to the misunderstanding of a lot of users who check the template out where they only should have a document
based on the template, ready to be filled in.
Now, I had the idea of making a link and placing this link on the start page of the training subsite. This link should make use of CreateNewDocument.aspx. My link was like this one : 
http://test.company.be/Site1/Site2/Site3/_layouts/CreateNewDocument.aspx?id=http://test.company.be/Site1/SIte2/Site3/Documents/Inschrijvingsformulier_opleiding.dotx
The above link gives the error List |0 does not exist on site |1
What am I doing wrong ? 

For those interested in the solution for the problem, here it is. I added a content editor web part to the web page. In this content editor I switched to <HTML> content and I put the following tags and code
<a onclick="CoreInvoke('createNewDocumentWithRedirect2', event,
'http://test.company.be/Site1/Site2/Site3/Documents/Form1.dotx','http://test.company.be/Site1/SIte2/Site3/Documents', 'SharePoint.OpenDocuments', false, 'http://test.company.be/Site1/Site2/Site3/_layouts/CreateNewDocument.aspx?id=
http://test.company.be/Site1/Site2/Site3/Documents/Form1.dotx', true, 1, 'ms-word')">Aanvraag opleiding</a>
Very important : above code gave me errors when I copied and pasted it from Word passing by Notepad. When I copied the code from word in Notepad, and changed every single quote in Notepad and pasted the code, it worked.

Similar Messages

  • What software is needed to work with Template monster -powerpoint templates?

    see the question
    adobe photshop cloud (can i use the free version )
    adibe photoshop cs+ (recommended)
    Thanks

    I would assume you need Microsoft PowerPoint to work with a PowerPoint file.  (Or something like Impress, the free version of PowerPoint included in OpenOffice.org.)
    I don't believe Adobe makes any software for PowerPoint files.

  • Working with Templates

    How can I make adjustments to a template. I need to make it loop so the whole thing plays out (at least one of the tracks does not play all the way out). When I open the timing tab, everything is greyed out except Delay and Duration. Those are my only choices.
    I am using the "Eccentric" in LT 1.2, I have the word BROWN sliding across the screen to the left. When it gets to just one side of the N it stops so you don't actually see the whole N on the screen. I want to be able to have the word BROWN loop once or twice before it became a static shot on the screen.

    You want documentation about how "wizard" HTML is not robust?
    I'm not
    really aware of any....
    However, here's a post I have made more than once -
    When you use a graphics editor to write your HTML, the editor
    assumes that
    EVERY PAGE will have the same shape. It then proceeds to
    write HTML that
    EXACTLY reproduces the shape of the layout you have built,
    but at the price
    of extreme rigidity of the resulting HTML (the tables are
    littered with col-
    and rowspans), which means that if your page shape changes at
    all (i.e., you
    add more content on one page, or larger graphics on another
    page), the whole
    layout breaks down.
    Based on my observations of posts on the DW forum over the
    past 5 years and
    more, fully 30% of the posts there can be attributed to this
    single issue -
    using wizards to write your HTML (even DW's Layout mode is
    the same).
    Now - adding interactivity in FW is not exactly the same
    thing, but it's a
    bad habit that needs to be broken (in my opinion). Use FW to
    do what it
    does exceptionally well - create graphics for the web. Use
    your HTML
    authoring for what it most likely also does exceptionally
    well - create HTML
    pages. Don't get the two mixed up....
    To read more about col- and rowspans, go here -
    http://apptools.com/rants/spans.php
    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
    ==================
    "Smooth Skater" <[email protected]> wrote in
    message
    news:g65l6m$7eo$[email protected]..
    > It seems that I have heard this before. Can you direct
    me to some
    > documentation that will allow me educate myself, because
    I am working on a
    > template that will go live.

  • Flash doesn't work with templates

    Hi,
    After install the last versión of Flash Player, I solved
    the ActiveX problems, but now the problem is that the swf files
    that I have in templates do not work. I can't see them when I test
    the page or even when the page is on the server.
    Any help please!!

    Bassemfromalex wrote:
    Does this mean that I lost the pictures?
    If they are on the device or a previous backup still exists in iTunes, then the pictures still exists.
    Why not remove the uncertainty and copy the pictures off the device to the computer?
    As for the flash problem, it could be an issue with the device, iOS corruption, or the specific app(s).

  • Spry tabs quit working with template change

    Hola Dreamweaver and Spry users that know more than I...
    I am in process of updating a site template and have run into a glitch. The Spry Tabs don't work in the new template. I've done all sorts of troubleshooting and test pages, and I still don't get it!
    Here is the BEFORE page: http://www.energeticnutrition.com/vitalzym/seb.html
    Here is the same page with new template/design: http://www.energeticnutrition.com/vitalzym/sebAK.html
    It is worth mentioning that there is a new JS at the top for an image rotation (also not working properly), and we are now calling up the left nav with PHP.
    Not being much of a programmer, I politely request that your answers be formatted for a 4th grader, since it turns out 5th graders often know more than I do.
    Thank you in advance for any guidance or ideas you may have.
    AmyK

    You also need to add an instance of the object using the following constructor placed anywhere after the TabbedPanels
    <script type="text/javascript">
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");
    </script>
    Gramps

  • Working with Templates and Automatic Code Changes

    I am working in DW CS6.
    I am creating a new page based on a template and when DW creates the new page, it is automatically changing the paths to the links to .css and .js files.  These changes are breaking the template.  Is there a way to keep the auto-changes from occurring?
    BTW - All the pages were created with a different template and I was able to modify the pages and apply this template to those pages without a problem.  All is beautiful. 
    Original Code in the Template:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Information Technology (IT):  (DADS)</title>
    <!-- TemplateEndEditable -->
    <link href="../assets/coo.css" rel="stylesheet" type="text/css" media="screen" />
    <link href="../assets/sform.css" rel="stylesheet" type="text/css" media="screen" />
    <script type="text/javascript" language="javascript" src="../assets/jquery-1-fontresizer.js"></script>
    <script src="../assets/jquery-fontresizer.js" type="text/javascript"></script>
    <script type="text/javascript" src="../p7epm/p7EPMscripts.js"></script>
    <link href="../p7tmm/p7TMM02.css" rel="stylesheet" type="text/css" media="all" />
    <script type="text/javascript" src="../p7tmm/p7TMMscripts.js"></script>
    <link href="../p7epm/epm52/p7EPM52p2.css" rel="stylesheet" type="text/css" media="all" />
    Code once I create a page using the template:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/index_wao.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Information Technology (IT):  (DADS)</title>
    <!-- InstanceEndEditable -->
    <link href="file://ausimo225/devDADSView/coo/ITnew/assets/coo.css" rel="stylesheet" type="text/css" media="screen" />
    <link href="file://ausimo225/devDADSView/coo/ITnew/assets/sform.css" rel="stylesheet" type="text/css" media="screen" />
    <script type="text/javascript" language="javascript" src="file://ausimo225/devDADSView/coo/ITnew/assets/jquery-1-fontresizer.js"></script>
    <script src="file://ausimo225/devDADSView/coo/ITnew/assets/jquery-fontresizer.js" type="text/javascript"></script>
    <script type="text/javascript" src="file://ausimo225/devDADSView/coo/ITnew/p7epm/p7EPMscripts.js"></script>
    <link href="file://ausimo225/devDADSView/coo/ITnew/p7tmm/p7TMM02.css" rel="stylesheet" type="text/css" media="all" />
    <script type="text/javascript" src="file://ausimo225/devDADSView/coo/ITnew/p7tmm/p7TMMscripts.js"></script>
    <link href="file://ausimo225/devDADSView/coo/ITnew/p7epm/epm52/p7EPM52p2.css" rel="stylesheet" type="text/css" media="all" />

    Always set site links to "Document" unless you NEED "Site Root". If you don't know whether you need them, then you don't need them. When you understand that you need them and why you need them, then you can use "Site Root"!
    Good advice.
    N

  • Working with Templates/Layers in PSE9

    Hi
    This used to work for me so not sure why it isn't now.
    I open a template and open all of the elements to go with it (photos, papers etc). Then when I select the photo layer>drag the photo onto the layer>hit Command G - I can't then move the photo. Instead it creates another box and on the style menu above I have to select the red x or green tick. In the past, once I hit Command G I could move, resize the photo etc. Now I can't seem to do anything.
    Any help would be appreciated.
    Thanks
    PS: I'm using a Mac

    Sorry, but the reason you haven't gotten any responses is that it's enormously hard to understand your post. What templates? From where? For what purpose.
    Command+G has nothing to do with moving files--it's the shortcut for making a clipping mask.

  • Print in new page while working with template

    Hi all
    I have created a form which has a template for printing invoice.
    I am trying to print data from a table in one LINE in template. Since the height of LINE is not sufficient to display all records in the table, I want to display the remaining entries on next page. I am a beginner and I have been searching around but could not get proper help.
    Please guide me on how to achieve this functionality.
    regards
    Harsh

    Hello Harsh,
    As Abhi mentioned, it will be better if you can use table to print line details if you are not sure how many line it would be.
    If you know the number of lines, then you can use with the template also, but I will recommend to use table structure only.
    If  you are calling the same in the MAIN window and the data flows, then it should be print in the next page and it will follow like this till end. It is the property of the MAIN Window.
    Please make sure that you called the same inside the MAIN window.
    Please revert if any more queries.
    Regards,
    Selva K.

  • Working With Template, Images Not Showing on Web

    Please forgive me, as I know this has been asked a million times before.
    I am a newbie to this, but have tried to research before asking this question.
    I am using a template (HTML5) and it's showing up beautifut ully in Dreamweaver and in the Live Preview, but when I upload to my hosting account (GoDaddy), the images don't show up. I have uploaded all the image files to the hosting as well. I have called GoDaddy, it is not a hosting issue.
    I have been fighting with this for three days and I'm at wits end.
    collarsforchange.org

    Hi Katie,
    What is the difference between a Local Site folder and a general folder on my computer? Where can I locate this Local Site folder?
    The Local site folder will store you HTML pages and other related assets of you site locally on your computer in one place.You need to define a general folder to be the site's local folder in Dreamweaver.
    Please refer this http://helpx.adobe.com/dreamweaver/using/set-local-version-site.html
    Does the home page need to be installed IN root folder or can it be underneath?
    The home page which is usually the index.html needs to be placed in the root folder.
    Thanks
    Bhawna

  • Noob q: How to work with templates like in OracleAS Portal

    Hi gurus
    Coming from the OracleAS Portal world one of the first things I look for are templates. But there doesn't seem to be any?!?! The templates I can find resembles HTML Templates from the Portal world. Can this be true?
    To be very specific: How do I reuse a component from one page to the other? Do I really have to add the component to each page? And what if I have several components - on a number of pages - and want to rearrange them? Do I really have to do that on each page?
    Can anyone shed some over this?
    Thanks in advance
    Claus

    Hi gurus
    Coming from the OracleAS Portal world one of the
    first things I look for are templates. But there
    doesn't seem to be any?!?! The templates I can find
    resembles HTML Templates from the Portal world. Can
    this be true?
    To be very specific: How do I reuse a component from
    one page to the other? Do I really have to add the
    component to each page? And what if I have several
    components - on a number of pages - and want to
    rearrange them? Do I really have to do that on each
    page?
    Can anyone shed some over this?
    Thanks in advance
    ClausClaus,
    I would suggest you look at the manual and example applications before you jump into developing APEX applications..
    For Example, if you need a set of controls and regions for all pages in your application, you can create a page 0, and all the items from it will be inherited by your other application pages..
    Thank you,
    Tony Miller
    UTMB/EHN

  • Can I email photos w/o templates Iphoto provides? I used to be able to choose a few photos and email them. Now I have to work with these templates and can barely see what I'm writing!

    I used to be able to choose a few photos and email them. Now I have to work with these templates and often do no want to. Could someone tell me the process for choosing to send photos without the templates?

    Like Larry pointed out in iPhoto's General Preferences pane:
    Click to view full size
    OT

  • Why Does Live View In DW Not Work With BC Template?

    The live view using a BC template in DW CS6 shows "PAGE NOT FOUND" in the body section but the header and footer look fine. I should also point out that the index.htm page works fine, it's just the other pages that have this problem. What makes it weirder is that the site works fine in all other modes including when viewing in a normal browser, it's ONLY when in live view! I also noticed that if I delete the .htm extension in the url in the DW browser when in Live View it fixes the problem, but this requires me to do this everytime I want to switch to live view and surely is either a problem with how the BC template files are named or DW CS6 is buggy? Hopefully this is an easy one to answer??

    Hi Alex,
    Thanks for your reply, I have done a video demo at http://screencast.com/t/RsutrvoFn0xZ
    Date: Thu, 14 Feb 2013 05:49:55 -0800
    From: [email protected]
    To: [email protected]
    Subject: Why Does Live View In DW Not Work With BC Template?
        Re: Why Does Live View In DW Not Work With BC Template?
        created by Alex Pavelescu in Dreamweaver & Business Catalyst - View the full discussion
    Hi, Please provide the site url, and if you can, a video demo of the issue you're facing, using http://www.techsmith.com/jing.html, where you could also display the way you have your side setup ( Dreamweaver menu > Site > Site manager > http://screencast.com/t/GqqBk9MY4ck ) Kind Regards,Alex
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5072585#5072585
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5072585#5072585
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5072585#5072585. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Dreamweaver & Business Catalyst by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Working with Flash content in XML template

    My knowledge base of html and DWCS3 is limited. My knowledge of Flash CS3 is better and have built a web site using it.
    This is a newbie DW question. Am working on an XML template, which contained the following folders:
    site_flash folder containing:  main_v8.swf, tfile_main.xml, style.css, index (firefox doc) (+gallery stuff)
    flash folder containing: main_v8.swf, main_v8.fla, tfile_main.xml, AC_RunActiveContent (JSS file) (+gallery stuff)
    I was told by the template people to use the site_flash folder but there are no visuals (Design views), to work with and could not access Flash through DW to alter the files in Flash. When I can get a Design view in DW, all I get is the f symbol. In all the tutorials I've watched on DW, there is a Design view to work with.
    SO, I used the flash folder and adjusted the main layout in the .fla file to suit my needs, and worked on the tfile_main.xml document in DW and they seemed to be 'talking' as my changes were recognized. When I test the file from either Flash or DW, it is perfect. But when I run it from my test folder through the server, the page formatting is off (page pushed down, menu buttons squashed, etc). There is no style.css sheet in the flash folder.
    Am willing to go back and start over with the site_flash folder with CSS page if this will resolve things, but don’t know how to edit the flash layout through DW. I need a Design view…am very weak in the html side of things.
    Test run:  http://www.mackenziemode.com.au/test.html
    Any advice you can give would be helpful.
    The Not-feeling-so-Handy Ma'am  

    In followup to my own frenzied query, in case anyone else is having the same problem, the solution to the 'squashed'
    web site (that's works perfectly on testing outside the browser) is to upload the main.xml file in binary mode.

  • BUG: Dynamic report column headings not working with some templates

    Using Apex 2.0, we are trying to create a vertical report with dynamic labels like &P26_REF_RECEIVED_DATE_L. based on items populated by PL/SQL.
    This seems to work fine for some templates but not for others. With a horizontal report template we get output like:
    <th class="t4ReportHeader" id="REF_RECEIVED_DATE">Received</th>
    <td  headers="Received" class="t4data">29-MAR-2007</td>But with the vertical template we get:
    <th>&P26_REF_RECEIVED_DATE_L.</th><td>29-MAR-2007</td>Also, if we use "default: vertical report, look 1" we see "&P26_REF_RECEIVED_DATE_L." in the output, but with "default: vertical report, look 2" we see "Received".
    Message was edited by:
    Tony Andrews

    have you checked that your report template has a
    valid value for the "Column Heading Template"
    property?This template has nothing in the "Column Heading Template" because it is designed to show the data in this form:
    Heading1 - Value1
    Heading2 - Value2
    Heading3 - Value3
    Hence both the heading and the data appear in the "Column Template 1" property as follows:
    <tr><th class="t3header">#COLUMN_HEADER#</th><td class="t3data">#COLUMN_VALUE#</td></tr>
    Maybe it is an Apex limitation that the #COLUMN_HEADER# value can't be accessed from this subtemplate? Yet somehow it works with "default: vertical report, look 2" (which I realise isn't a template as such).

  • Crop a background image (movie) - working with a template

    I'm working with the template "Promo > Product Shot". The image block with the bike is what I want to replace with my own video clip.
    I can't figure out how to replace it, so I took the video clip and "placed" it. That's all fine, but now I want the size of the video clip to match the size of the bike block. I can scale it down to get close but then I'd have to crop the sides to get the vertical block shape.
    Can't figure out how to do this either. Is it even possible?
    Thank you very much,
    Eric P

    Thank you for the speedy reply.
    I played with that tab a little but didn't understand exactly what it was so I never followed through with it.
    I did follow your steps, but nothing happened. Perhaps there is something I have to do after selecting the movie?
    Thank you,
    Eric

Maybe you are looking for

  • Save pdf with crop and bleed marks in Photoshop cc 2014

    ! !Hi, I used to save PDF for print with crop marks in Photoshop by setting them up when using "save as". Don't have that option any more in CC 2014. Is it a new way to do it or I have something turned off? Thanks! 

  • Differents users views in Portal

    Hi I have various portal users (managers, directors, etc ) my questions is... how can i define different URL's for each user with different privileges. I see that each user can get access for pages, sections or portlets, but i don't know how define d

  • Wireless Phone 7921G

    hi all, We are trying to authenticate cisco 7921G wireless phone through EAP-TLS.. getting error message in ACS server EAP-TLS or PEAP authentication failed during SSL handshake but EAP-TLS works fine with same ACS server when user machine is connect

  • I can't report a problem. It states I must have the latest version of Internet Explorer, which I have Explorer 8.  Seems to be some kind of glitch.

    I can't report a problem with a song on iTunes recently.  It states that I must have the latest version of Internet Explorer.  Which I do - Explorer 8.  What's the glitch?

  • Unable to display E-mail id

    Hi all, I just want to disply some fields from LFA1, LFB1, LFM1 And ADR6. Thing is i have key field LIFNR in LFA1, LFB1 & LFM1.and i want to display the E-mail id from ADR6 table.i.e ADR6-SMTP_ADDR. But i don't have any key field in this table which