PPS 2007 Tip #2: The Excel Add-In Is Not Working

0
Attention: this post refers to the CTP2 version of PerformancePoint Server 2007. If, when opening Excel (2007 or 2003), after installing the PerformancePoint Add-In for Excel, you can't find...

SharePoint Tips #25: Beware of User Profile Import

0
Among SharePoint 2007’s User Profile features, one of the most useful is the Profile Import. This feature allows you to import existing user accounts from Active Directory, an LDAP...

SharePoint Tip #9: Utilizar o DisableEventFiring() e o EnableEventFiring()

0
Num event handler de um lista é frequente haver a necessidade de actualizar um item recorrendo ao método Update() da classe SPListItem. Quando este método é chamado são disparados...

SharePoint Tip #1: Changing a Site Column’s Name

0
In Windows SharePoint Services v3.0, each site column has two names: the Internal Name, which is the name that was given to it when it was created and that will...

SharePoint Tip #8: BeforeProperties e AfterProperties em Event Handlers

0
Os Event Handlers das listas recebem como parâmetro um objecto SPListEventProperties através do qual podemos aceder ao item da lista, ao ID da lista bem como a outros objectos...

SharePoint Tip #18: Reading from and Writing to a User or Group column

0
Each field type has a different way to be read from and written to. The most used ones (single line of text, multiple lines of text, number, currency, date...

SharePoint Tip #15: Testing the Display Mode of a Web Part

0
When developing a web part (whether in WSS 3.0 or in ASP.Net 2.0) it can be important that it appears differently if the user is in edit mode. The simplest...

SharePoint Tip #13: Beware of Lookups

0
Lookup fields are the equivalent of foreign keys if you consider SharePoint lists as tables of a relational data base. When creating a lookup site column, you just need to choose which list and...

SharePoint Tip #3: Office XP e WSS v3

0
Se encontrarem a seguinte mensagem quando pretendem fazer New Document numa document library em WSS v3: 'New Document' requires a Windows SharePoint Services-compatible application and Microsoft Internet Explorer 6.0...

SharePoint Tip #4: Conteúdo de um campo do tipo URL

0
Os campos do tipo URL usados no SharePoint (SPFieldUrl) guardam numa única string o URL e a sua descrição, separando os dois valores por uma vírgula e um espaço....