The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
49 views

Building a Custom Edit Form on a Content Type

I've built a custom content type called "Document for Review" and added a few extra fields (as you'd guess it inherits from Document). However I'd only want some of those extra fields to show up when ...
0
votes
2answers
117 views

The URL 'shared documents/test.pdf' is invalid but file exists

Background: I followed this article http://www.kraftkennedy.com/blog/bid/101982/Creating-Edit-Item-Forms-for-Document-Libraries-in-SharePoint-Designer-2010 I did not delete any of the fields yet The ...
0
votes
1answer
31 views

Listbox in webpart has no selection

I'm having a problem that's really blowing my mind right now, because it seems like some basic .net functionality isn't working properly. No doubt I'm missing something really obvious. I could really ...
0
votes
2answers
42 views

Hide few fields in EditForm.asx of Picture Library

I have a picture library and added few fields to it. When i click add new item from picture library, the EditForm.aspx appears after uploading the picture. This form contains many fields of which I ...
0
votes
1answer
81 views

Complete Edit Form refresh in C# code

I'm back with another problem. ;) I managed to create a list with a multi lookup to another list, containing some labels. I added a webpart to list A's edit form to allow direct adding of labels to ...
0
votes
1answer
98 views

Use application page as edit form on list?

I createad an application page and put it under /_layouts/, in the list definition I specified the edit form like so: <FormUrls ...
0
votes
0answers
28 views

Error adding web part to edit item form in Sharepoint 2007

I am trying to add a CEWP in edit item form in sp 2007 by adding &toolpaneview=2. After adding the webpart, the editform.aspx's view gets collaped. it shows the version details at the top and ...
0
votes
1answer
58 views

Reformatting the Choice Field to be more user friendly

This is an odd one, so I appreciate any help with this. We have a choice field, Work Status, on a list used for project tracking. Over the course of requirements creep (out of my control!), the ...
0
votes
1answer
41 views

Form to pick a folder content type from a list and create such a foder

After a document is uploaded, SP opens a form (EditForm if I am not mistaken) that allows the user to pick the content type of the new document from a list of document content types allowed in the ...
1
vote
1answer
287 views

Custom Edit Form for Document Set

I have a document library with three allowed content types - A, B, and C. A inherits Document Set, B and C inherit Document. Using A's Document Set Settings, B and C are the allowed content types ...
1
vote
2answers
264 views

Show time only of datetime field in edit form of external list

I have an external list containing a datetime column called "Opening". I would like to show only the time portion of this column in all views (list, edit etc.). I know how to do this in the list view, ...
0
votes
1answer
166 views

Use FormattedString with FormField in view/edit form

I am trying to format a Sharepoint:FormField in a view/edit form and used FormattedString, but it doesn´t work. I do this because I would like to display a number without comma separator. ...
0
votes
1answer
100 views

Format field containing integer in edit/view form

I have a list with a field that contains an integer, let´s say 12345. In the edit/view form, the field is displayed as 12,345. How can I format the field so that it displays 12345? This is how the ...
0
votes
0answers
35 views

Amending EditForm.aspx for new list with no data - just displays “No content available”

I've created a new list in SPD2010 (for SP Standard Edition) and I want to amend the EditForm so that I can e.g. re-arrange the fields and add some custom buttons to trigger workflows. However, ...
0
votes
0answers
142 views

Force checkout not working with Edit (link to edit item) column in SP2010

Could someone be so kind as to check the following in their 2010 environments. Create a doc library Turn on force check-out Turn on versioning. Add the "Edit (link to edit item)" column to the ...
0
votes
0answers
110 views

EditForm - custom control and updating field values

I'm using a custom rendering template on a list's EditForm. I created a UserControl with a asp:GridView and I would like to use it to insert mulit lookup field values (the standard multi lookup field ...
0
votes
1answer
43 views

Editing Column names

How to edit a column name in Sharepoint ?When O rename a column I can't get by the code to column name. if (properties.List.Title == "Wpisy") { SPList lstOtherList = ...
0
votes
2answers
283 views

Reference InfoPath field in edit.aspx InfoPath web part

I have a colleague I'm trying to help. He has a list on a SharePoint site. He modified said list's web part with InfoPath. Upon creating a new item, the item is saved as well as emailed to a 3rd party ...
0
votes
0answers
158 views

Enhanced Rich Text Column Giving “File not found” Error

Last week clients called to complain that they weren't able to edit their list items, or create new ones and that they were getting a weird error. When I go to see what they were talking about, sure ...
1
vote
1answer
83 views

How to tell the difference between Edit Mode and Personalized Edit Mode

I have a page where I need to pick a list to store information. This is either a global list for all users, or a personal list for the specific user. The current practice is to detect edit vs browse ...
0
votes
2answers
129 views

Validating form fields

My name is Santosh and I am a sharepoint developer. I am developing a on boarding for my company using designer 2010. we dont have infopath services, just sharePoint foundation. When a new employee ...
0
votes
1answer
1k views

Creating a custom EditForm for a document library

I have been following this article: http://ikarstein.wordpress.com/2010/12/29/walkthrough-create-custom-sharepoint-2010-list-form-for-deployment-in-a-visual-studio-2010-project/ I have followed every ...
1
vote
1answer
974 views

Edit All SharePoint Forms View

Is that possible to edit all SharePoint Forms (View, Edit, New) to get something like this: Label and Input as a row If it is possible, how can i do that ? Do i need to change the ...
1
vote
1answer
165 views

How to get current SPListItem from web part on edit form?

It seems like there should be a way to do this, but I haven't found anything. Do I need to use the url to try and extract this information or is there a better way?