Skip to content

SharePoint

SharePoint discussions

This category can be followed from the open social web via the handle sharepoint@forum.codeproject.com

981 Topics 2.3k Posts
  • 0 Votes
    3 Posts
    2 Views
    N
    Thanks a lot for the reply.... Naina
  • 0 Votes
    4 Posts
    4 Views
    I
    madan2k6 wrote: In case if we try to upgrade the SharePoint 2010 site to SharePoint 2013 and InfoPath 2010 to InfoPath 2013 then will it work? It should. Normally the upgrade won't cause any bigger problems, when you worked correctly with your solutions and changes. SharePoint 2013 and InfoPath 2013 are working good together. I use them weekly (not daily). :rolleyes: SharePoint Consultant and Developer at acocon Author of Primary ROleplaying SysTem I'm the ninth in a row of seven!
  • Infopath 2010

    sharepoint sysadmin windows-admin tutorial
    4
    0 Votes
    4 Posts
    4 Views
    M
    Actually it was very simple(silly question it was :^) ), setting for my Rich Text Box in Infopath could be different! I just deselect the "Enable enhanced rich text content such as tables, images, and ..." in my Rich-Text-Box components' properties I can now use copy paste in it
  • 0 Votes
    1 Posts
    2 Views
    No one has replied
  • STSADM -o restore got error

    database sharepoint sql-server sysadmin help
    3
    0 Votes
    3 Posts
    4 Views
    M
    Thank you for your reply, I know some other ways for backup in sharepoint, but very eager to find out the solution for it.
  • Transaction control in SharePoint 2010

    sharepoint help
    6
    0 Votes
    6 Posts
    3 Views
    I
    Well you have to implement it manually. If there is control on a list needed the best way is to put the data into a database and to import that data into a list. So transactions are available. The SharePoint BCS would help there. SharePoint Consultant and Developer at acocon Author of Primary ROleplaying SysTem I'm the ninth in a row of seven!
  • Unable to delete page from a website

    help
    3
    0 Votes
    3 Posts
    3 Views
    N
    Just goto sitepages select your page and delete. Sometimes it happen it shows it cant be deleted or similar kind of error try refresh and try deleting now. If still facing problem do reply.
  • 0 Votes
    1 Posts
    1 Views
    No one has replied
  • 0 Votes
    2 Posts
    2 Views
    I
    As far as I know there is no out-of the box way to publish a sharepoint foundation server site with public. Therefore are the internet server editions of sharepoint. For using sharepoint foundation public sites you need to have MS Internet Connection License. Perhaps take a look at: Can I use SharePoint 2010 Foundation as a public facing site?[^] SharePoint Consultant and Developer at acocon Author of Primary ROleplaying SysTem War doesn't determine who's right. War determines who's left.
  • Typedescriptor ambiguity for reflection

    business help tutorial
    2
    0 Votes
    2 Posts
    2 Views
    N
    Hi I have got it fixed. Below is the solution i found In the above code, i have not given the attribute returnTypeDescriptorName and ReturnTypeDescriptorLevel. Giving the
  • CAML query for nested and / or

    css sharepoint database regex help
    5
    0 Votes
    5 Posts
    4 Views
    D
    Hi Manohar and others, I ended up utilising the CAML builder and cleaned the query up in Notepad++. I tested it and it works well but unfortunately I ran into another problem :( If "Action One Due Date" is greater than today and status = "completed" it stops and doesn't continue on to the next actions to apply the rule. Is there a different way to go about this? <Query> <Where> <And> <Lt> <FieldRef Name="Action One Due Date" /> <Value Type="DateTime"><Today/></Value> </Lt> <Or> <Neq> <FieldRef Name="Action One Status" /> <Value Type="Text">Completed</Value> </Neq> <And> <Lt> <FieldRef Name="Action Two Due Date" /> <Value Type="DateTime"><Today/></Value> </Lt> <Or> <Neq> <FieldRef Name="Action Two Status" /> <Value Type="Text">Completed</Value> </Neq> <And> <Lt> <FieldRef Name="Action Three Due Date" /> <Value Type="DateTime"><Today/></Value> </Lt> <Or> <Neq> <FieldRef Name="Action Three Status" /> <Value Type="Text">Completed</Value> </Neq> <And> <Lt> <FieldRef Name="Action Four Due Date" /> <Value Type="DateTime"><Today/></Value> </Lt> <Neq> <FieldRef Name="Action Four Status" /> <Value Type="Text">Completed</Value> </Ne
  • Display Resources in a Sharepoint Calendar

    question sharepoint help learning
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • 0 Votes
    3 Posts
    2 Views
    L
    I was also having the same issue in one of my project. That time the issue was in the Master Page HTML. Accidently I left one HTML tag open and it was causing the malfunctioned HTML rendering. So just to help you on lead… :) Is the Site Master Page Changed recently or Can you please check whether the Master page has well-formed HTML?
  • Find no of visitors in website using sharepoint 2010

    sharepoint
    2
    0 Votes
    2 Posts
    2 Views
    I
    Game-point wrote: I want to find no of visitors in website using sharepoint 2010 Are you asking for the number or for hiding your website? For the number take a look at: http://www.dummies.com/how-to/content/collect-statistics-for-your-sharepoint-2010-site.html[^] SharePoint Consultant and Developer at acocon Author of Primary ROleplaying SysTem War doesn't determine who's right. War determines who's left.
  • Sharepoint DashBoard

    sharepoint sysadmin collaboration help
    5
    0 Votes
    5 Posts
    3 Views
    I
    Ok, I see. A permance dashboard. That's of course a dashboard. Veera MK wrote: I need step by step pls help me Sorry, but I don't have time for that and my boss would kill me. Helping you step by step is a complete consultant task and would cost hours, I can't do that here on codeproject. If you have further question feel free to ask, I help you, if I can. Just some links to help you getting started: Developing SharePoint WebParts[^] http://www.learningsharepoint.com/2012/12/27/create-an-application-page-in-sharepoint-2013/[^] Hope that will help you SharePoint Consultant and Developer at acocon Author of Primary ROleplaying SysTem War doesn't determine who's right. War determines who's left.
  • 0 Votes
    4 Posts
    3 Views
    I
    vanita khatnani wrote: An entry has been added to the Windows event log of the server. Log ID:5567 What says the enty in the serverlog? Perhaps there is a further hint?! Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
  • 0 Votes
    1 Posts
    2 Views
    No one has replied
  • Deploying a solution

    csharp com windows-admin tools question
    5
    0 Votes
    5 Posts
    5 Views
    L
    Hehe, that explains why the Urban Dictionary made no sense :D Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]
  • 0 Votes
    4 Posts
    3 Views
    I
    Is the eMail pushed to a SP-List? Then you just have to configure search for the standard search. For using a WebPart connect two Webparts, one for searching, the other for displaying the filtered list. Normally not C# Code must be used to get this result. Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
  • Primavera6 and sharepoint integration

    sharepoint tutorial
    2
    0 Votes
    2 Posts
    3 Views
    I
    I'm not really familiar with Primavera 6. But I think there are some ways, you could go. - Export the Primavera data to Excel (Export to Excel[^]) - Convert it to MS Project. You can directly include MS Project Files in SharePoint (Convert to MS Project)[^] - You could convert it to XML, too. But I think thats a little more effort. Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.