The library tag has no wiki summary.
3
votes
1answer
165 views
ItemUpdating method for an item event reciever is called three times
I've creted an asset library for holding pictures and I've created an event reciever for the ItemUpdating event. When the item is updated, the method is called three times(!?!). I've noticed that two ...
1
vote
1answer
210 views
SharePoint file gets stored in external filesystem: manually update file location?
Suppose I have a Sharepoint Document Library that's read-only. I'm planning on writing a custom solution that will enable users to copy a file to remote file storage. How do I change the file to refer ...
1
vote
2answers
189 views
Try to download file from server
I'm trying to download a file from my local computer, which is in a library sharepoint. I'm using this function :
try
{
siteURL += "?NoRedirect=true";
...
2
votes
2answers
2k views
Change Document Library folder's Modified timestamp to latest timestamp inside
I have a Sharepoint 2010 Document Library with a range of subfolders and some files within each of them. The problem is, right now every subfolder has the same Modified timestamp, and I want each ...
0
votes
1answer
448 views
Quickest way to get form list item id
I need to know the list item id for an InfoPath form. I have seen solutions to fetch this programmatically, but what is the fastest, easiest way to accomplish this in the browser interface with no ...
1
vote
2answers
143 views
Opening office documents in SP Library crashes in (VM) WServer08 R2, but works fine on host
I have a development environment set up in VMWare - host OS is Windows 7 x64, guest OS is Windows Server 2008 r2. Browser used by both OS is IE 9 32 bit, addons enabled, intranet comptability mode ...
0
votes
1answer
131 views
PowerShell or script to make all lists and libraries unsearchable?
I realize I can do this at the site or site collection level (can't remember which). However, I need every one turned off individually so that I can then go back and choose which libraries/lists are ...
1
vote
1answer
45 views
Content Approval
Is there a way to make it so that if the person publishing a document is the same person who approves documents that they can just publish without the added step of having to approve something that ...
0
votes
1answer
562 views
Sharepoint 2007 document library list template
I inherited a sharepoint site that includes a template being applided to all the document libraries within the site. When a user creates a new document library, it automatically gets populated from ...
1
vote
1answer
94 views
Web-based InfoPath form that “vanish” after submit in SharePoint 2007 Library
I have a problem with my InfoPath form in my SharePoint 2007 library.
The InfoPath form is a web enable and will open in the browser.
However, after submit the InfoPath form, and click that link ...
2
votes
3answers
6k views
Sharepoint Lists vs. Sharepoint Libraries
Fundamentally, what is the difference between the two? I'm in the really early stages of working out what's what with sharepoint and I can't seem to tell the difference between the two.
0
votes
3answers
468 views
How to detect the document has changed in a document library in SharePoint 2007
I have a SharePoint 2007 document library of Word and Excel documents with several approval workflows associated with it. My question is whether it is possible at all to know whether it was the list ...
0
votes
0answers
235 views
SP 2010 Folder navigation issue
We have a large document library with alot of folders (lets say 500), when we navigate forward using the page navigation at the bottom and then go back to the first page, SharePoint redirects/jumps to ...
1
vote
1answer
42 views
SharePoint 2010 Restrict List Types by Role
We have a requirement that members of a specific group should only be allowed to create discussion forums while administrators should be able to create any type of list/library.
Any advice on how to ...
1
vote
2answers
3k views
UpdateListItems in a library with client object model
I’m trying to update some metadata with web services. I read following msdn article UpdateListItems and wrote a small test program, but sadly something went wrong. I get the error message, that the ...
1
vote
1answer
467 views
How do I save a Document Library inside a sub folder?
This may seem like a very simple question, but I want to organize the Site Content by putting in some folders for the Document Libraries.
Does anyone know how I can move document libraries within ...
1
vote
1answer
88 views
Editing library doc filenames in SharePoint Designer?
In order to upload a PDF as the next version of a document that had been a PPTX file and keep versioning intact, I wanted to implement the answer from this question: Can I change the file extension of ...
0
votes
1answer
1k views
element.xml provision file in pages library
i can provision a aspx page using the element.xml in the modules folder.
But how can i do to provision a html file that would contains code into a page library?
<Module Name="myModuleName" ...
1
vote
0answers
75 views
Displaying workflow history using Javascript in SP2007
I have a document library and a item list that have one workflow for each of them in a SharePoint 2007 site.
May I know if there is any ways for me to retrieve the workflow history for both the ...
2
votes
0answers
86 views
InfoPath 2007 Files upload features
I have a InfoPath 2007 form that allow people to upload two type of files - PDF and JPG.
When the user submit the form, it will store into the SharePoint as a entry in a Library.
Is it possible that ...
2
votes
0answers
125 views
Using SPServices to retrieve InfoPath repeating section fields in a SharePoint 2007 Library?
I have a InfoPath 2007 form that contain a repeating section field.
I publish this form to SharePoint 2007, which create a Library.
How do I use SPServices to retrieve this field from the Library ...
1
vote
2answers
298 views
Translation Management Library - Workflow
Can someone help me with this?
I need to edit the translation management workflow and add a few things,
but I can't find it anywhere...
So is it possible to edit this workflow? And where can i find ...
0
votes
1answer
34 views
SharePoint - Open New Document
I have a document library with two content types, each having a default template. I want to use the "New" drop down menu to open these templates and create documents. When Microsoft Word is running ...
0
votes
1answer
1k views
SharePoint 2010 Library Tools Menu not displayed for some users
I am experiencing some strange behaviour with some users on our SharePoint 2010 Enterprise. For some of them, the library tools menu is not displayed on the pages. All they can see is an empty frame. ...
3
votes
1answer
891 views
SharePoint 2010 Document ID Link Opens to Search Page [duplicate]
Possible Duplicate:
DocIdRedir.aspx sometimes redirects to search results instead of document preview
I have set up my document libraries (2 of them) to utilize the DocID attribute. I have ...
0
votes
0answers
198 views
Creating a new Wiki Page Library generates exception when Enterprise Site Collection Features are active
If the Sharepoint Server Enterprise Site Collection Features are active, the user gets an "Unexpected error has occurred" screen when creating a new Wiki Page Library.
When the Enterprise Site ...
3
votes
3answers
809 views
Export Import Library with Lookup column
I did export operation of custom library in Central Administration. Library has some custom fields and Lookup field on existing library on the site.
After exporting main library and all dependecie ...
6
votes
1answer
1k views
Opening the default “New Document” editor for a given ContentType from an external C# application (Sharepoint 2010)
I'm currently working on integrating some SharePoint functionality to an existing C# application we have here. Most of the requirements have be fairly easy to implement: I'm using the ListData REST ...