Ask a questionAsk a question
 

AnswerAttachments on Custom Forms

  • Tuesday, November 24, 2009 12:24 AMSHP_WSS Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hello, after following the steps on the: http://support.microsoft.com/kb/953271 I have the following issue: When I try to edit a list item and save it to quick I get the and error with the line:

    <SharePoint:ItemHiddenVersion runat="server" ControlMode="Edit"/>

    Some posts over there suggest to just delete the line, I tested that and it works. But if two users are editing the same item and SharePoint won't let them know that there is a conflict, and the last user who save will win.

    Do you know how I can fix this?

    Thanks in advance.


Answers

  • Wednesday, November 25, 2009 6:57 AMLambert QinMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    Hi,

     

    I do not think this is a SharePoint issue, but more like a database issue.

    Actually, I do not think you could avoid the conflicts. In web based system, such as SharePoint, the system itself is not aware of how many users editing the same item.

     

    You could minimize the effect by taking advantage of check in / out feature in SharePoint. , Check out the item before editing it and check in it after finishing editing.

     

    Hope the information can be helpful.

    -lambert


    Sincerely,
    Lambert Qin
    Posting is provided "AS IS" with no warranties, and confers no rights.

All Replies

  • Wednesday, November 25, 2009 6:57 AMLambert QinMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    Hi,

     

    I do not think this is a SharePoint issue, but more like a database issue.

    Actually, I do not think you could avoid the conflicts. In web based system, such as SharePoint, the system itself is not aware of how many users editing the same item.

     

    You could minimize the effect by taking advantage of check in / out feature in SharePoint. , Check out the item before editing it and check in it after finishing editing.

     

    Hope the information can be helpful.

    -lambert


    Sincerely,
    Lambert Qin
    Posting is provided "AS IS" with no warranties, and confers no rights.