in

Syrinx Consulting

Notes from the field on SharePoint development, deployment and usage.

Browse by Tags

  • Grouped SPGridview Exceptions

    Yesterday I spent many hours trying to solve what should have been a simple issue - grouped views in a SPGridview. I was building a web part that used an embedded SPGridview - this was part of a template I created used by a TemplateBasedControl which was the created by the Web Part. All was working fine...
    Posted to Syrinx on SharePoint (Weblog) by IanD on 12-08-2008
  • MOSS 2007 and WSS 3.0 Alternate Access Mapping

    I did a three day consulting gig 3 months ago where I installed and configured WSS 3.0, trained them on the basics of document libraries and lists, and converted a spreadsheet with multiple pages into a List so that their users could edit items simultaneously. They loved the item-level version history...
    Posted to Syrinx on SharePoint (Weblog) by JoeS on 04-15-2008
  • Checking for empty or null dates in SharePoint

    A client asked me today how to create a view filtered so that only items that where missing their Start Date, Due Date, or both. First, create a calculated column DatesMissing with the following formula: =NOT(AND(ISNUMBER([Start Date]),ISNUMBER([Due Date]))) Don't forget to set the type to Date!...
    Posted to Syrinx on SharePoint (Weblog) by JoeS on 01-30-2008
  • Site Definitions in SharePoint 2007

    For many of our clients we need to build custom site definitions. When building SharePoint solutions the terms site template, definition and to a lesser extent site portal are often used. Each of these allows the user to create a new site with a predefined set of Content Types, Layouts, and Lists etc...
    Posted to Syrinx on SharePoint (Weblog) by IanD on 10-15-2007
Page 1 of 1 (4 items)
Syrinx Consulting Corporation