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
  • QuickLaunch not rendering the menu

    sharepoint help question
    2
    0 Votes
    2 Posts
    0 Views
    I
    nainakarri wrote: I have custom master pages. Ok. There is always a big problem with custom masterpages. That's because you change the "normal" content and it can't be updated automatically. Normaly there is something missing, when an error occurs. So there might be some SPNavigation Elements expecte which aren't there. There are different ways, to find a solution: - Create a new custom masterpage for SP 2010 - Take a deep look in the masterpage v4 and compare it to the old one. There must be something new. - Take a new masterpage and copy your code part for part into it, then you could trace the error. Somewhere something (from the new master page) is dropped that seems to be needed. 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
    3 Posts
    0 Views
    N
    Thank you, but after migration, facing problem with the quicklaunch. It is giving error (not showing the menu). Opening a new thread for this issue. Thanks, Jyothsna Naina
  • 0 Votes
    3 Posts
    0 Views
    N
    Hi Thanks for replying back.... i just did little bit of check over the master page. It was because of a piece of code that was commented. SPNavigation and breadcrumb related code. Thanks, Naina Naina
  • Multiple versions of a document added on each update

    help announcement question
    2
    0 Votes
    2 Posts
    0 Views
    I
    Well, as I see it, you add the file. That is one version. Then you take the file, change it values and update them. That's the second version. Perhaps it would be a better way, to create the Item and add the file to it, change the properties and the add it to the list. I didn't tried it yet, so it may be wrong, but I think I did it once in that way. 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.
  • Print Document in SharePoint using Javascript

    javascript sharepoint question
    4
    0 Votes
    4 Posts
    0 Views
    I
    Well, there are some Projects trying this. Funny I read yesterday something about. I think it should be possible. 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.
  • Displaying a page in the calling page itself

    javascript sharepoint design help
    4
    0 Votes
    4 Posts
    0 Views
    I
    No problem. Ask if you need to know something, if we can help you we'll try :) 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
    2 Posts
    0 Views
    I
    There is no direct way fore the file-attachment control in infopath. There might be a work-around: Setup a rule that sends the file directly to a webpart (list) in sharepoint and link it to the element. So there is a list for your elements and another list for the attachments. You can setup the rights for the attachmentlist so that deletion of files isn't possible for a normal or for any user. 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
    2 Posts
    0 Views
    I
    A centraly validation is not provided because there is no data-central in sharepoint. There are single independent websitecollections. So if you want to do that, you have to build a solution that provides the forms or use workflows for every input. 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
    2 Posts
    0 Views
    I
    That's a SQL-Server issue. Set the recovery-modell for each sharepoint databse to simple instead of full. In the full modell every transaction is saved, so you rerole every single action done after the database is set up. That's not nessassary. I backup the databases regularly, so no reverse of every transaction since the initial start of the sharepoint server farm is needed. Ask you SQL-Server guru or chance it yourself in the database-options. 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
    2 Posts
    0 Views
    I
    Sounds like homework. If you want to see the advantages take a look at the features and then decide if your purposed are fitted. Google or better https://startpage.com[^] (Google search without IP tracking) could do this job. In CodeProject take a look at: SharePoint 2010 Client Object Model: Introduction[^] 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
    2 Posts
    0 Views
    I
    You can link different webparts. Include a webpart for the first list (libraries are lists, too) connect this webpart to another holding the secons list. Use the first webpart as a filter. 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.
  • Filtering data in the gantt view of a list

    question sharepoint help
    2
    0 Votes
    2 Posts
    0 Views
    I
    Use Visual Studio for creating an own Gantt-View, but I won't do that. There are many solutions you can buy. Gantt-View components for SharePoint are available from different developers and they're not expensive. Take a look at: http://www.virtosoftware.com/Product/detail/Virto-Gantt-Task-View-for-SharePoint[^] 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.
  • sharepoint website publishing

    csharp sharepoint visual-studio design sysadmin
    2
    0 Votes
    2 Posts
    0 Views
    I
    No! As far as I know, there is no other server to handle sharepoint sites. visual studio isn't able to handle sharepoint-sites, too. Normally your visual studio is installed on a sharepoint server to develop and test sharepoint solutions 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
    2 Posts
    0 Views
    I
    If your website could be reached from internet, there is an online emulator: http://www.mobilephoneemulator.com/[^] If you want to download and install a testing suit, there is something available from opera: http://www.opera.com/de/developer/mobile-emulator[^] You might use google to find a tool - or even better: https://startpage.com[^] (Without IP-Tracking) 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
    0 Views
    No one has replied
  • How to export charts web part to PDF?

    help question sharepoint tutorial
    3
    0 Votes
    3 Posts
    0 Views
    M
    Is the chart displayed via an embedded Report Viewer control?
  • Where to start on Sharepoint

    sharepoint tutorial
    5
    0 Votes
    5 Posts
    0 Views
    M
    I think you start downloading SharePoiint 2010 or 2013 whichever is easier for you. On Windows 7 you need the 64 bit version OS to install SharePoint 2010. When you install the software (evaluation edition will do) you will have the administration site, tool to configure and a sharepoint specific command window where you can use Power Shell, a great tool that you should learn to work with SharePoint. Of course you can also work with the administration site using graphic userinterface.
  • Disable listbox items on selection of dropdownlist

    javascript sharepoint
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Filter HTML fields in ListViewByQuery

    html database question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • FileLeafRef and file extension

    question sharepoint database help announcement
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied