Showing posts with label sharepoint2003. Show all posts
Showing posts with label sharepoint2003. Show all posts
Monday, June 25, 2007
IE Hangs when opening Address Book from sharepoint
This is only an issue if you are using dual displays. The problem is: if you open your address book from the second monitor IE stops responding and you are not prompted to allow IE access to your address book. The simpile solution is move your browser window on to your main display and reopen the address book. Problem solved. Issue occured using Office 2003 with IE 6 or 7. havent tested with office 2007 yet.
Friday, April 20, 2007
A Recycle Bin For Sharepoint 2003 Part 1
If you have seen the solution posted by microsoft here http://msdn.microsoft.com/msdnmag/issues/05/02/RecycleBinforWSS/default.aspx you may have been scared by the potential storage issue associtated with having a mirror document library. Over the next few days i will post how we implemented a recylce bin on wss
Thursday, April 19, 2007
Filter a data view by current username rather then display name
version info: Sharepoint 2003 and Frontpage 2003
I ran into a situation where a site owner wanted to restrict the items a user could see based on the current username. I am aware that using the standard data view you can filter by current user but this only works on display name which doesn't help if you have two users with the same name. So we added a username column which held 'DOMAIN\User' to identify which list items where allocated to a particular user.
Next you have to go into the web part properties for the list data view and edit the Parameter Bindings
find the line
<ParameterBinding Name="UserID" Location="CAMLVariable" DefaultValue="CurrentUserName"/>
modify this line to:
<ParameterBinding Name="UserID" Location="ServerVariable(AUTH_USER)" DefaultValue="CurrentUserName"/>

There you have it. A List filtering on a unique domain user name rather then display name
Next you have to go into the web part properties for the list data view and edit the Parameter Bindings
find the line
<ParameterBinding Name="UserID" Location="CAMLVariable" DefaultValue="CurrentUserName"/>
modify this line to:
<ParameterBinding Name="UserID" Location="ServerVariable(AUTH_USER)" DefaultValue="CurrentUserName"/>
Sunday, April 15, 2007
Which Version?
Ever Had the experience when you find an article and it seems to cover exactly what your looking for and you search the page up and down for some version info but can't find anything which details which version of the product the post is about. No. Must be just me. Anyway just to clear things up I will be mostly blogging about SharePoint 2003
Although I have been attending some training for 2007 and am very excited about the new product most of my ramblings will be concerning 2003 at least until my employer makes the migration(Hopefully soon). I will try to clearly state what product a post is relevant too.
Although I have been attending some training for 2007 and am very excited about the new product most of my ramblings will be concerning 2003 at least until my employer makes the migration(Hopefully soon). I will try to clearly state what product a post is relevant too.
Saturday, April 14, 2007
Why Start Blogging?
Today i decided that I would start a blog about my SharePoint experiences. Why? Even though I have never blogged anywhere about anything I have read hundreds of blogs and forums on SharePoint material and find it quite helpful. At the same time there are often problems I run into which I cannot find documented anywhere. So I decided that I should give a little back and not let my limited knowledge go to waste but share it in the hope that I might be able to help a fellow sharepointopian
Subscribe to:
Posts (Atom)