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...
Entries tagged 'sharepoint' ↓
Indexing list items in SPS search results
Thursday, December 16 2004 - Blog
SPS installation woes
Wednesday, June 16 2004 - Blog
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...
A WSS Data Processing Extension for Reporting Services?
Friday, June 04 2004 - Blog
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...
Frontpage RPC for check-in check-out etc.
Friday, June 04 2004 - Blog
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...
Why is SPListItem always ReadOnly?
Friday, May 28 2004 - Blog
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...
Towards a Fault Tracking application in WSS
Tuesday, April 13 2004 - Blog
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...
Using the Form Web Part to pass parameters to a DataView Web Part
Friday, April 02 2004 - Blog
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)
Thursday, April 01 2004 - Blog
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...
