Entries tagged 'sharepoint' ↓

Indexing list items in SPS search results

I discovered today that Indexing List Items so that they appear in Search Results doesnt happen by default and I thought "surely this can't be right". Luckily (thanks to Daniel McPherson) if you follow this link you'll see that you can still enable this on a list-by list basis...

Indexing list items in SPS search results →

SPS installation woes

Searching google groups for "failed to create portal successfully"group:microsoft.public.sharepoint.portalserver.* returns 120 results "portal creation failed" group:microsoft.public.sharepoint.portalserver.* returns 86 results. I have read most of them and few seem to offer any resolution, there are...

SPS installation woes →

A WSS Data Processing Extension for Reporting Services?

Having decided to use Windows SharePoint Services (WSS) as a company-wide document repository I'm thinking I'm probably going to need to report on the documents and list content (in combination with data from other enterprise systems) and not just rely on SharePoint Search, so Reporting Services seems...

A WSS Data Processing Extension for Reporting Services? →

Frontpage RPC for check-in check-out etc.

Although I'm now happy with my custom web service, codewheeney isn't and has posted that he/she has worked out how to use the FrontPage RPC calls to do the same stuff without resorting to web services. I thought I'd post in case anyone else was interested and maybe we could persuade codewheeney to share...

Frontpage RPC for check-in check-out etc. →

Why is SPListItem always ReadOnly?

Dim targetWeb As SPWeb = SPControl.GetContextWeb(Context) .Webs.Item("sites/IT") Dim docLib As SPDocumentLibrary = CType (targetWeb.Lists.Item( New Guid(targetFolderGUID)), SPDocumentLibrary) Dim docLibFile As SPFile = docLib.RootFolder.Files.Add(fileName, fileContents) Dim docItem As SPListItem = docLibFile...

Why is SPListItem always ReadOnly? →

Towards a Fault Tracking application in WSS

I have been mulling over this for a long time so I thought I'd start a post and see where it went, and I'll keep this up to date (or write an article) if I get somewhere with it. I am the sole developer in an IT team of 5, our other main function therefore is systems admin and support for all IT systems...

Towards a Fault Tracking application in WSS →

Using the Form Web Part to pass parameters to a DataView Web Part

I have been reading this article Building XML Data-Driven Web Sites with FrontPage 2003 ...and in the section on adding Data View Web Parts, it states that, when adding a connection to a SQL Stored Proc, or a Web Service: "you can supply parameters at runtime. The Default Value combo box supplies several...

Using the Form Web Part to pass parameters to a DataView Web Part →

Project Tracking Page (connected web parts)

I was just reading this excellent article . I tried it out - and it works well. It's a shame however that in the 'lookup' to another list, you cannot define a filter. I would like to use this for a fault-log application, but once an issue is closed it doesn't make sense to link a new task to a 'closed...

Project Tracking Page (connected web parts) →