Wednesday, December 3, 2008
WCF web.config file for SharePoint Development Environment
This post has moved here: Programmer Computer
Friday, November 28, 2008
Thursday, November 20, 2008
Dev Environment: Setting up Visual Studio 2008 SP 1 for Silverlight 2 RTW 2.0.31005.0
This post has moved here: Programmer Computer
Wednesday, September 3, 2008
MOSS CAML Getting Month and Date Overlapping
Ever wanted to find overlapping date ranges?
For example if you have two date ranges and want to see if they overlap with existing date fields in MOSS.
Here's a picture of what I'm talking about:
Picture 1
Where..
MS = Parameter Month Start Date
ME = Parameter Month End Date
SD = MOSS Field Storing Start Date
ED = MOSS Field Storing End Date
The Picture 1 above produces the following logic:
Picture 2
There are three possible scenarios:
- Overlapping dates on the start
- Overlapping dates in the middle
- Overlapping dates at the end
Here is the code to reproduce this:
The Code:
DateTime startDateToSearchOn; // parameter DateTime endDateToSearchOn; // parameter string startDateFieldName; // existing MOSS Field Internal name string endDateFieldName; // existing MOSS Field Internal name string startDateToSearchOnString = startDateToSearchOn.ToString("s"); string endDateToSearchOnString = endDateToSearchOn.ToString("s") string startDateToSearchOnString = startDateToSearchOn.ToString("s"); |
Monday, July 21, 2008
Saturday, July 19, 2008
Tuesday, June 3, 2008
Friday, May 16, 2008
How to instatiate a MultipleLookupField Control in a Web Part
This post has moved here: Programmer Computer
Friday, May 9, 2008
Thursday, April 24, 2008
How to search all columns of all tables in a database for a keyword
This post has moved here: Programmer Computer
Monday, April 21, 2008
How to Create a MOSS 2007 VPC Image: The Whole 9 Yards
This post has moved here: Programmer Computer
Tuesday, April 15, 2008
SharePoint Workflow Activities in the Toolbox
This post has moved here: SharePoint Workflow Activities in the Toolbox
Thursday, March 27, 2008
MOSS Finding Url to a List for Response.Redirect()
This post has moved here: MOSS Finding Url to a List for Response.Redirect()
Getting your Virtual Machine to acces the Internet
This post has moved here: Getting your Virtual Machine to acces the Internet
Tuesday, March 25, 2008
Thursday, March 20, 2008
Updates are currently disallowed on GET requests
This post has moved here: Updates are currently disallowed on GET requests
Wednesday, March 19, 2008
Enumerate through a Dictionary Object
This post has moved here: Enumerate through a Dictionary Object
Monday, March 17, 2008
Friday, March 14, 2008
Tuesday, March 4, 2008
Friday, February 29, 2008
Getting TortoiseSVN running with CodePlex
This post has moved here: Getting TortoiseSVN running with CodePlex
Thursday, February 28, 2008
Tuesday, February 26, 2008
Monday, February 25, 2008
Friday, February 22, 2008
Thursday, February 21, 2008
Wednesday, February 20, 2008
Monday, February 18, 2008
Thursday, February 14, 2008
Can't Step Through Web Service from Client Application
This post has moved here: Can’t Step Through Web Service from Client Application
Wednesday, February 13, 2008
Dealing with Big Lists - MOSS (SharePoint 2007)
This post has moved here: Dealing with Big Lists – MOSS (SharePoint 2007)
Subscribe to:
Posts (Atom)