Tagged Questions
0
votes
0answers
8 views
WorkShare Compare with SharePoint
I am using SharePoint Document Library to create documents from database and make changes. Can we use WorkShare Compare product instead of SharePoint?
2
votes
1answer
30 views
Record management in document management project - SharePoint 2010
For a document management project we need to implement a record management capability to a document library .
Which template should we use?
Record centre Or document Center?
Record center has many ...
0
votes
4answers
44 views
bulk files upload to document library in SharePoint 2010
in one of the project we need to upload bulk files ( 250 mb at a time or more ) to a document library in SharePoint 2010. OOB multiple file upload through IE browser is not good one as it gives ...
0
votes
2answers
56 views
Custom ribbon button in Document Library
I need to create custom ribbon for document library. I tried creating custom ribbon button with registration id as 101, but it shows ribbon in all document library.
I also tried using content type ...
1
vote
1answer
35 views
How to secure SharePoint content
I can navigate to following path and access SharePoint content easily.
\\servername@portno\DavWWWRoot\DocLibraryName
How to prevent others from accessing this path?
2
votes
1answer
39 views
IRM in SharePoint Foundation 2010
How to configure Information Rights Management (IRM) in SharePoint Foundation?
I tried to Enable in Central Adminstration - > System Settings - > IRM.
But i am getting this warning message.
The ...
1
vote
0answers
14 views
Weird error while trying to attach default sharepoint workflow to Document Library in a console application
I am trying to loop though all the document libraries in a sharepoint site and attach the default sharepoint approval workflow [Approval - Sharepoint 2010] to each of them. This is something quite ...
0
votes
1answer
49 views
Versioning in Sharepoint Document Library
I am uploading a document in the document library using the following code.
Hashtable objhash = new Hashtable();
objhash.Add("List ID", ListIDNo);
//
...
0
votes
0answers
75 views
Create document library word file and init metadata fields from list item properties
I have got custom content type
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<!-- Parent ContentType: Contract (PkbInfo.SP\Contract) ...
0
votes
3answers
59 views
Saving Approver in version history
In SharePoint i have a document libary.
This libary has the following versioning settings.
When the draft document (0.2) is published as major version the history looks like that.
After the ...
2
votes
0answers
26 views
Bulk file upload creates multiple versions of all files except last file
I have an interesting (well to me anyways) problem here. I am doing a code based mass upload of documents into a SharePoint library with a twist. The twist is that the file's last modified date ...
0
votes
0answers
29 views
Pending State was not showing after approving a document
Hi I have a small problem (I hope).
We work with the Versioning of documents (Major and minor) and with the approval function from the document list.
If I upload a document it will be stored as ...
0
votes
2answers
86 views
How to open a file using Item Id in SharePoint document library?
I am working on SharePoint Foundation 2010. I want to open file from a link.
I found a solution "Link To Document" content type. But in "Link To Document" content type we need filename of original ...
0
votes
1answer
22 views
Document Library Content type
How does a Content Type in the Document library usefull? If new Content Type Template is added how to apply the existing Columns to it?
0
votes
3answers
152 views
Link to a document of shared document library
My specifications:
Windows Server 2003
Visual Studio 2008
Windows Sharepoint Services 3.0
visual studio 2008 extension for Sharepoint services 3.0
I'm creating a web part with a SPGridView.
I ...
0
votes
0answers
81 views
Document Library Templates (Word, Excel, PPT)
We implemented a document library for Internally used to be able to save templates in our Intranet SharePoint 2010 and the problem is comming from the office version 2010:
When we use Office 2007 ...
1
vote
1answer
32 views
Issue with “Document is loceked for editing” SharePoint library
I have problem with opening documents in SharePoint. For time to time users reported me that they can't open documents (word, excel but the most often excel), when they try to open they see "Document ...
0
votes
2answers
231 views
getting my Document's parent sharepoint Folder
I have a sharepoint document library containing documents and folders (the folders are newly introduced as a new content type derived from folder) and I'm having an event reciever on document added ...
0
votes
1answer
1k views
Get all documents from a sharepoint document library
I want to retrieve all the existing documents from an SPDocumentLibrary in order to print them so I've tried this way but then I got stucked :
using (SPSite mysite = SPContext.Current.Site)
{
...
0
votes
1answer
89 views
add field directly to a Document library or via a Content Type
What is differents between adding a field (Site column) directly to a document library or via adding the field to a content type and then add this content type to the list?
Because fields directly ...
0
votes
2answers
554 views
Uploading Documents Choose Destion folder does not work
I have a document library with at least 20 folders in it. When I go to the library to upload a document, the upload document popup window does render properly.
- I then click on the choose ...
0
votes
0answers
378 views
Retrieving Document Library item URL from ID
How can I retrieve the URL of an item/document in a (generic) document library when the only thing I have is the ID, obtained through:
SP.ListOperation.Selection.getSelectedItems();
My intention is ...
2
votes
3answers
373 views
Can I use a custom field type icon instead of value?
I'm creating a new custom field type to go with my custom document library.
What I want to do is to have the column display a small icon upon meeting a certain condition, for example if the element ...
1
vote
0answers
29 views
Can I display some documents in my browser and others using their native applications?
I'm using SP Foundation 2010, with severly limited development permissions. I'm operating as a site Owner in a user area, so access to Designer, Visual Studio, etc. is limited and I'm looking for ...
1
vote
1answer
590 views
sharepoint 2010 upload file to document library using jquery
Hi all using jquery i want to upload file to solution gallery.
so is that possible to upload file in solution gallery using jquery.
how?
another thing is it possible to upload file in document ...
0
votes
2answers
163 views
Document Library with incoming email enabled - difference between an appointment or regular e-mail
I would like to have a document library created with incoming mail turned on. I've set this up, it is working fine. One thing I would like to do is figure out a way to categorize the incoming email ...
1
vote
4answers
4k views
get all document from all folder and subfolder from document library sharepoint 2010
I want to retrieve all documents from folder to it's subfolder and so on using client object model.Please help me.
0
votes
1answer
103 views
Determining File Location for List Library
I have inherited a SharePoint system with no documentation on the infrastructure. I have determined so far that this system is MOSS2007 Foundation, that the IIS site sits on one server while the SQL ...
1
vote
1answer
473 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
655 views
How do I Retrieve the choice values of a column in a Document Library
I am fairly new to SharePoint development and as you may all know that it is very basic for one to know how to access fields in a choice column...
My problem:
I want to access the values of the ...
1
vote
2answers
182 views
How can I restrict user from modifying file in a document library but be able to change the meta-data for the file
How can I restrict user from modifying file in a document library but be able to change the meta-data for the file.
2
votes
2answers
391 views
Document library open file in application page
Is it possible to handle the click event of a file in a sharepoint document library so that instead of opening the actual file, it opens an application page?
E.g. Open letter.xml goes to letter ...
2
votes
2answers
2k views
Document library breadcrumb
Can someone tell me how to add a breadcrumb for a document library to a site page so that it will show the nested folder structure as a user navigate up and down the directory structure.
Document ...
1
vote
1answer
77 views
Sharepoint Foundation 2010 events
I have an installation of sharepoint foundation. I was wondering if I can catch the event where a folder is created in a document library to do some more actions in sharepoint foundation. Can I follow ...
2
votes
3answers
6k views
Show only a subfolder of a document library in a web part
I want to show only a particular folder in the right pane of a page using a webpart in Sharepoint Foundation 2010. Is this possible? When adding the webpart, I could only add the document library. ...
3
votes
2answers
1k views
Issue adding description column to custom document library in VS2010
I want to add a description column to my List definiton. However when i do it the column does not show up on the EditForm dialog so that you can actually set the description. Can someone look at the ...
0
votes
1answer
261 views
How to create document library for a new file type for use with inline and external editor?
I'm rather new to SharePoint, so apologies if this is too basic!
I need to create a Document Library in Foundation 2010 for storing G-Code (.nc) files. I want to have the new and edit functionality ...
3
votes
3answers
3k views
Why are documents inside a folder not showing when a filter is applied?
I added a custom column called Project (string) to a Document List.
I then set different views in different pages to filter on that column.
The problem is that, when applying the filter, documents ...
5
votes
2answers
4k views
How to move items between folders Document List?
Is it possible to move documents between different folders in Document List?
EDIT: I mean possible for a sharepoint standard user, not an admin.
For example, suppose that my Document Library has two ...

