form for displaying or editing data in a list

learn more… | top users | synonyms

0
votes
1answer
47 views

Adding choices to NewItemForm

I've got an application that contains a custom list. I'm using the default NewItemForms to create new Items. One filed of the form is a select/combobox. now I want to set the choices of the select ...
0
votes
0answers
29 views

How do I update a field when someone opens a form to view it

I have a list with a datetime field that must be updated when the user first opens the view form. I am not allowed to change the web.config for the SharePoint server so inline code is out of the ...
0
votes
2answers
1k views

How to edit InfoPath form from SharePoint Designer when it only returns an error message

I'm trying to edit an InfoPath form for an external list from SharePoint Designer. After clicking on the "Design Forms in InfoPath" button I get the following error: "Object 'blablabla.rem' has been ...
0
votes
1answer
390 views

Custom Add New Item Form Not Loading After Solution Upgrade

On my farm solution, I am creating custom Site Collection Definition, Content Type and new List based on that Content Type. For the List, I created custom form and added it to the list Schema.xml as ...
0
votes
0answers
306 views

Customize the listforms(newform.aspx) using sharepoint designer

I am working on customizing the newform.apx of the list called customerList. So I went ahead and created a newform1.aspx using designer. This newform1.aspx has all the columns of the customerList. ...
0
votes
1answer
131 views

Error binding to object field in ASPX page (production only problem)

I have a custom aspx page in my SharePoint 2010 WCM site. Data is pulled from a list into a DataTable and alot of the fields are then bound to the page using the Eval method. Rather than using strings ...
0
votes
1answer
79 views

How to make a copy of the existing form

I am looking to make some modification to "Send To > Location" form. Where can I find this form? And is it easy to make some modification and use it for a custom button?
0
votes
1answer
162 views

Workflows with Custom Task Forms in InfoPath - More views in the same form

I'm following this article to create custom forms for workflow tasks. At one point the article says: If you are well versed with InfoPath 2010, you can create views in the same form for the ...
0
votes
1answer
204 views

Modal error dialog

I would like to modify modal dialog for add/edit list items. Precisely, if i got some error message because user didn't enter correct informations in modal form (I have validators), then - I want to ...
0
votes
2answers
1k views

Create Floating Menu With jQuery in NewForm.aspx

Part 1. I'm attempting to add a floating DIV within a SharePoint form. The description within the DIV is critical for filling out the form correctly and must be viewable at all times. So, as the user ...
0
votes
1answer
1k views

Workflow createTask: How to customize regular InfoPath task template?

Can I customize the InfoPath task form which is used by the regular createTask activity? I know I can create my own form and reference that in the elements.xml file, but I like using ...
0
votes
1answer
509 views

SharePoint Designer doesn't see changes in content type

I've changed a site content type and set it to update those that inherit from it. However, when I go to create a custom list form based on a list with one of those content types, SPD gives me the old ...
0
votes
1answer
524 views

How to connect a customized Dispform to a different list?

I have two lists (List A and List B) that were created from the same list template. The Dispform for List A was customized (some fields were cut out and others were rearranged). The customized ...
0
votes
2answers
771 views

SPD - Inline Editing

How do I customize the edit template to look different than the default template? For example, I'd like to only display a few columns of information but when the edit link is clicked on for the DVWP, ...

1 2 3 4 5