Comments on: Data View Web Part, The Basics – Multiple Edit Forms http://www.endusersharepoint.com/2009/05/27/data-view-web-part-the-basics-%e2%80%93-multiple-edit-forms/ No GeekSpeak on SharePoint 2007 WSS and MOSS Mon, 27 Dec 2010 21:17:12 -0500 http://wordpress.org/?v=2.8.6 hourly 1 By: Rahul http://www.endusersharepoint.com/2009/05/27/data-view-web-part-the-basics-%e2%80%93-multiple-edit-forms/comment-page-1/#comment-112412 Rahul Wed, 17 Nov 2010 22:28:18 +0000 http://www.endusersharepoint.com/?p=1685#comment-112412 Hello Laura, I am trying to create a Data View Web Part on the top site and use multiple sources from the sub sites. I did this with ease on MOSS 2007 but unable to figure out on 2010. BTW.., I am using SharePoint 2010 beta version. Dont know if that makes any difference. Please help me. Regards, Rahul Hello Laura,

I am trying to create a Data View Web Part on the top site and use multiple sources from the sub sites. I did this with ease on MOSS 2007 but unable to figure out on 2010.

BTW.., I am using SharePoint 2010 beta version. Dont know if that makes any difference.

Please help me.

Regards,
Rahul

]]>
By: Cheryl http://www.endusersharepoint.com/2009/05/27/data-view-web-part-the-basics-%e2%80%93-multiple-edit-forms/comment-page-1/#comment-107474 Cheryl Wed, 20 Oct 2010 15:20:26 +0000 http://www.endusersharepoint.com/?p=1685#comment-107474 Laura, Funny - I found the answer to my above question. If any of the text fields are blank in the database, the update fails going from null or blank to anything else. I am still working on a solution, but thought I'd share in case anyone else is running into the same issue. Laura,
Funny – I found the answer to my above question. If any of the text fields are blank in the database, the update fails going from null or blank to anything else. I am still working on a solution, but thought I’d share in case anyone else is running into the same issue.

]]>
By: Cheryl http://www.endusersharepoint.com/2009/05/27/data-view-web-part-the-basics-%e2%80%93-multiple-edit-forms/comment-page-1/#comment-107454 Cheryl Wed, 20 Oct 2010 13:34:52 +0000 http://www.endusersharepoint.com/?p=1685#comment-107454 Laura, Thanks for the great post. I am using the multiple item form on a ms-sql table and everything goes well all the data is displayed. When I go to edit, the first record on the page will update to sql but if I change any data on any other record it looks like it will work then changes the data back to what it was. I have the same problem if I do a multiple item view, then put the edit button on the individual lines. It just updates any information on the first record. Any ideas? Anyone else run into this problem? Laura,
Thanks for the great post. I am using the multiple item form on a ms-sql table and everything goes well all the data is displayed. When I go to edit, the first record on the page will update to sql but if I change any data on any other record it looks like it will work then changes the data back to what it was. I have the same problem if I do a multiple item view, then put the edit button on the individual lines. It just updates any information on the first record. Any ideas? Anyone else run into this problem?

]]>
By: John http://www.endusersharepoint.com/2009/05/27/data-view-web-part-the-basics-%e2%80%93-multiple-edit-forms/comment-page-1/#comment-102694 John Wed, 29 Sep 2010 06:15:09 +0000 http://www.endusersharepoint.com/?p=1685#comment-102694 Hi Laura, Thanks for this useful post. I have created a multiple item edit form. And I haven't enabled Insert & Delete. But If the Masterpage is attached, the web part inserts a blank item whenever page is posted back(on click of save / cancel in edit mode). Could you please help me in to solve this issue? Thanks and Regards, John Joseph India Hi Laura,

Thanks for this useful post.

I have created a multiple item edit form. And I haven’t enabled Insert & Delete.
But If the Masterpage is attached, the web part inserts a blank item whenever page is posted back(on click of save / cancel in edit mode).
Could you please help me in to solve this issue?

Thanks and Regards,
John Joseph
India

]]>
By: Bruce http://www.endusersharepoint.com/2009/05/27/data-view-web-part-the-basics-%e2%80%93-multiple-edit-forms/comment-page-1/#comment-94746 Bruce Mon, 16 Aug 2010 15:54:20 +0000 http://www.endusersharepoint.com/?p=1685#comment-94746 I'm getting the following error when attempting to save changes after editing in the browser: Data Source Conflict: Your changes conflict with those made concurrently by another user. Refresh the form and submit your changes again. Any thoughts? I’m getting the following error when attempting to save changes after editing in the browser:

Data Source Conflict: Your changes conflict with those made concurrently by another user. Refresh the form and submit your changes again.

Any thoughts?

]]>
By: Rajan Garg http://www.endusersharepoint.com/2009/05/27/data-view-web-part-the-basics-%e2%80%93-multiple-edit-forms/comment-page-1/#comment-73238 Rajan Garg Thu, 10 Jun 2010 07:14:06 +0000 http://www.endusersharepoint.com/?p=1685#comment-73238 One more thing Laura..i am using SPD 2010. One more thing Laura..i am using SPD 2010.

]]>
By: Rajan Garg http://www.endusersharepoint.com/2009/05/27/data-view-web-part-the-basics-%e2%80%93-multiple-edit-forms/comment-page-1/#comment-73237 Rajan Garg Thu, 10 Jun 2010 07:12:28 +0000 http://www.endusersharepoint.com/?p=1685#comment-73237 Thanks Laura, nice post.....Do you have any idea how to perform client side validation on Save and Insert? I would be grateful to you...if you implement or give any idea. I tried to use asp validation controls but no luck! Looking forward for reply!!!! Thanks Laura,

nice post…..Do you have any idea how to perform client side validation on Save and Insert?

I would be grateful to you…if you implement or give any idea.

I tried to use asp validation controls but no luck!

Looking forward for reply!!!!

]]>
By: Ginger http://www.endusersharepoint.com/2009/05/27/data-view-web-part-the-basics-%e2%80%93-multiple-edit-forms/comment-page-1/#comment-41179 Ginger Thu, 04 Mar 2010 19:53:23 +0000 http://www.endusersharepoint.com/?p=1685#comment-41179 I love DVWPs! Thanks, Laura. I would appreciate any help you can offer on my current project. I'm trying to create a custom NewItem.aspx page which contains two web parts: - a DFormWP from list A, with the data inserted as New Item form, and - a second DFormWP from list B, with data inserted as a Single Item form. The goal is to enter a NewItem entry, and a drop down list field in the first web part would filter the second web part, which the user would update, all on the same page. Both lists have a column in common [Communication Name]. I'd like for the Communication Name form field in the New Item form (which is a drop down list) to somehow filter the second Single Item form DFWP. I first tried to connect the two web parts, but when I get to the last section in the wizard, no options are available for me to create a hyperlink on. So I ditched the web part connection idea. I can pass parameters for filtering with no problem if I add a separate ddl control to filter the list form wp, (Parameter source = control, ID=DropDownList1 ) but it seems pretty clunky. If users select a Communication Name once in the NewItem form, they don't want to have to re-select it again in a separate control. I also thought I'd be able to use a form field as a parameter value, but haven't been successful. Your thoughts? I love DVWPs! Thanks, Laura.

I would appreciate any help you can offer on my current project.

I’m trying to create a custom NewItem.aspx page which contains two web parts:
- a DFormWP from list A, with the data inserted as New Item form, and
- a second DFormWP from list B, with data inserted as a Single Item form.

The goal is to enter a NewItem entry, and a drop down list field in the first web part would filter the second web part, which the user would update, all on the same page.

Both lists have a column in common [Communication Name]. I’d like for the Communication Name form field in the New Item form (which is a drop down list) to somehow filter the second Single Item form DFWP.

I first tried to connect the two web parts, but when I get to the last section in the wizard, no options are available for me to create a hyperlink on. So I ditched the web part connection idea.

I can pass parameters for filtering with no problem if I add a separate ddl control to filter the list form wp, (Parameter source = control, ID=DropDownList1 ) but it seems pretty clunky. If users select a Communication Name once in the NewItem form, they don’t want to have to re-select it again in a separate control.

I also thought I’d be able to use a form field as a parameter value, but haven’t been successful. Your thoughts?

]]>
By: Kaoutar http://www.endusersharepoint.com/2009/05/27/data-view-web-part-the-basics-%e2%80%93-multiple-edit-forms/comment-page-1/#comment-24387 Kaoutar Wed, 13 Jan 2010 16:34:07 +0000 http://www.endusersharepoint.com/?p=1685#comment-24387 I haven't seen Joel comment befor submitting mine,I think we have the same probleme, and it's due to the fact that we are using data from different lists (Linked Data source) If some one have an issue to resolve this, please help!!! I haven’t seen Joel comment befor submitting mine,I think we have the same probleme, and it’s due to the fact that we are using data from different lists (Linked Data source)
If some one have an issue to resolve this, please help!!!

]]>
By: Kaoutar http://www.endusersharepoint.com/2009/05/27/data-view-web-part-the-basics-%e2%80%93-multiple-edit-forms/comment-page-1/#comment-24383 Kaoutar Wed, 13 Jan 2010 16:29:52 +0000 http://www.endusersharepoint.com/?p=1685#comment-24383 Hello Thank's a lot for this article, it's very interesting, But i have a problem, the menu doesn't appear if we are using a linked data source Please Help me Hello
Thank’s a lot for this article, it’s very interesting, But i have a problem, the menu doesn’t appear if we are using a linked data source

Please Help me

]]>