Welcome to Comunidade Bloggers |create|it| Sign in | Join | Help

Miguel Isidoro

.NET
SharePoint
Tek

News

Browse by Tags

SharePoint 2007 Workflow - Using the OnWorkflowItemDeleted activity
Introduction One of the most exciting features included in SharePoint 2007 is workflow support and the possibility of developing our own custom workflows (for more information about workflow development in the SharePoint 2007 platform please click here Read More...
SharePoint 2007 - Updating List Content Types Event Handlers on Site Content Type Update
Introduction One of the areas where the SharePoint 2007 platform (both WSS 3.0 and MOSS 2007) still needs to improve is deployment despite all the major improvements made when compared to its antecessor, the 2003 version. One of the faults I ran recently Read More...
SharePoint 2007 - Checking if a Workflow Instance is Completed
Introduction This blog post will show you how to check if a certain workflow instance is completed in a SharePoint list. In this example, let's assume that the default "Documents" document library in a team site is configured with a Collect Read More...
InfoPath 2007 - Conditional SUM
This blog post will show you how to create an expression box in an InfoPath 2007 form whose value is based on the result of an conditional sum. Consider the following InfoPath form template: The previous image shows a simple expense report. To support Read More...
SharePoint 2007 - New instances of this workflow template are currently disallowed
When creating a new custom workflow project using Visual Studio 2008, a strong key file (.snk) file is automatically included in the project to sign the workflow assembly. A few days ago, I started developing a SharePoint 2007 Sequential Workflow project. Read More...
SharePoint 2007 - Start a Workflow Programmatically
Introduction This blog post will show you how to start a workflow programmatically every time an item is updated in a SharePoint list. For those who don’t know, Windows Workflow Foundation (WF) is the new engine for building custom workflows (you can Read More...
SharePoint 2007 - Getting an SPListItem by ID after a Search
After making a search to a SharePoint site, it isn't always easy to get a reference to each item returned in the search. This is because we don't know the Web and List where each item is located. The following example shows how this can be achieved: class Read More...
SharePoint 2007 - "Value does not fall within the expected range" when updating an SPListItem in a Search
A very common error message that appears when developing in the SharePoint platform is "Value does not all within the expected range" when trying to update an SPListItem that is the result of a query to a SharePoint list. Let's look at the Read More...
SharePoint 2007 - Save Site As Template in Publishing Sites
One situation that you may have experienced is the lack of the "Save site as template" link in the Site Settings page of a MOSS 2007 site even if you have administrative privileges on the site or site collection. This will happen if your site Read More...
Windows Workflow - Using the HandleExternalEventActivity
Introduction This is the first in a series of blog posts dedicated to Windows Workflow. For those who don’t know, Windows Workflow Foundation (WF) is the new engine for building custom workflows (you can find more information about WF on the official Read More...
TechDays 2008 – 3º Dia
Decorreu na passada semana entre os dias 12 e 14 de Março a edição deste ano do TechDays , o maior evento de tecnologia do país. Este evento juntou mais de 2000 profissionais na área das TI, tendo sido dadas mais de Read More...
TechDays 2008 – 2º Dia
Decorreu na passada semana entre os dias 12 e 14 de Março a edição deste ano do TechDays , o maior evento de tecnologia do país. Este evento juntou mais de 2000 profissionais na área das TI, tendo sido dadas mais de Read More...
TechDays 2008 – 1º Dia
Decorreu na passada semana entre os dias 12 e 14 de Março a edição deste ano do TechDays , o maior evento de tecnologia do país. Este evento juntou mais de 2000 profissionais na área das TI, tendo sido dadas mais de Read More...
SharePoint 2007 and WSS 3.0 Dispose Patterns by Example
When developing for the SharePoint platform, developers should be very careful in using the SharePoint API in order to avoid memory leaks in a production SharePoint farm. Roger Lamb has written a great post that shows a series of examples where code can Read More...
SharePoint 2007 - Getting URL from Image Field in WCM Web Sites
It is a common scenario in WCM web sites, to have content page images stored in a column of type Image. SharePoint stores this kind of fields in the content database by storing the image HTML markup, storing an <IMG> tag like in the following example: Read More...
More Posts Next page »