This resource has not currently been approved, and is not currently linked to from our directory of resources. It is being displayed here for preview by the author and moderators only.
"All About SharePoint" as the name suggests is the blog that contains SharePoint articles, tutorials, hints, tips, tricks, source code, FAQs and everything you want to know about SharePoint. This is a personal blog and contains personal experiences. Many people have already benefited from the posts. Please visit this blog today. You will definitely find something that will interest you. Thanks.
S.S. Ahmed
www.sharepointblogs.com/ssa
SPS 2003: "can't move focus to the control" error
Read the following article if you are receiving the "can't move focus to the control" javascript error:
http://support.microsoft.com/?kbid=831107&FR=1
You get this error when you add a new required column in your document library and try to approve an old document that already existed there before the new column was added. I noticed this problem today when i was experimenting with an automated system. The application tried to upload the document to the library and succeeded but when i went to the library and tried to approve it, i got the javascript error. The solution is to edit the document properties, fill in the required field and then approve it.
Displaying 1 to 25 of 195 archived entries.-
Published on 19 Aug 2006 by ssa
I have updated the article called "SharePoint, Document Library and SQL Server" on developerfusion.com. Here is the link: http://www.developerfusion.co.uk/show/5613/ I have added the missing images and most importantly, the download file! Document Libraries are collections of files that you can
-
Published on 19 Aug 2006 by ssa
This is one of the most frequently asked questions. A user when tries to re-create a deleted site gets an error (Site already exists ... !!). This happens when you delete the link but do not delete the actual site. To delete the site physically, do this: Go to your site > Site Settings >
-
Published on 19 Aug 2006 by ssa
Many users including my students frequently ask me how to fix this issue and i always forget the URL. Googling for the following specific link always took my time so this time i have decided to post it on my blog so that next time if some one asks, it will be easier for me to point him/her in t
-
Published on 19 Aug 2006 by ssa
This code was published as part of another application that i posted on my blog few months ago. Many users were having difficulty in finding this code, therefore, i am posting it separately for users' convenience. ---------------------- Following is the code to check the rights of the users. Followi
-
Published on 18 Aug 2006 by ssa
Read the following article if you are receiving the "can't move focus to the control" javascript error: http://support.microsoft.com/?kbid=831107&FR=1 You get this error when you add a new required column in your document library and try to approve an old document that already existed there befo
-
Published on 15 Aug 2006 by ssa
http://www.sharepointblogs.com/ssa sharepoint
-
Published on 13 Aug 2006 by ssa
SharePoint TipAudience: Beginners Question: Members web part shows all the users in my site but when i click a user to see details, it asks for a password and after i enter my username and password, i am refused access to the user details. Why? I have admin rights in the site. You must have at least
-
Published on 14 Jul 2006 by ssa
FrontPage Themes and SharePoint Sites You may have applied themes to the SharePoint sites before. It is important because you can give a different look and feel to the sites belonging to different departments. Some groups of users like colorful sites. SharePoint contains a list of excellent themes t
-
Published on 05 Jul 2006 by ssa
Another great article from Bil Simser: http://weblogs.asp.net/bsimser/archive/2006/02/09/437788.aspx This guide will help you in setting up a virtual SharePoint environment. -SSA
-
Published on 30 Jun 2006 by ssa
Now, you can test Office 2007 including SharePoint Server and SharePoint Designer online. There is no need to download any software. You just need IE 6 to use online Office. Following applications will be available for online testing: Microsoft Office Access 2007, Excel 2007, InfoPath 2007, OneNote
-
Published on 23 Jun 2006 by ssa
I was just looking at the explorer view solution posted by a user (Stephane) in SharePoint (portalserver) newsgroup, there are some good suggestions posted by the user. This is one of the most frequently asked questions. I am posting these suggestions hoping these might benefit my blog readers: - In
-
Published on 22 Jun 2006 by ssa
Not related to SharePoint but if you are interested in robotics, then you may find this link interesting: http://www.pcmag.com/article2/0,1895,1978578,00.asp
-
Published on 22 Jun 2006 by ssa
This list contains answers to some frequently asked very technical questions: http://www.microsoft.com/technet/prodtechnol/office/office2003/plan/inpthfaq.mspx
-
Published on 20 Jun 2006 by ssa
Raphael Londner shows us how to impersonate using COM+. Read this excellent article: http://blogs.microsoft.fr/rlondner/articles/7089.aspx
-
Published on 16 Jun 2006 by ssa
http://www.forbes.com/2006/06/15/gates-retiring-microsoft-cx_gl_0615autofacescan10.html Any Comments?? -SSA
-
Published on 23 Aug 2006 by ssa
http://blog.andyjohnson.org/?p=13 You may find this utility helpful!
-
Published on 25 Aug 2006 by ssa
SharePoint is installed in Domain1 and you want to allow Domain2 users to access SharePoint. Both domains are in different forests. The solution is to create a 1 way trust between the two domains. Domain2 should trust Domain1 which is in login forest. To learn how to create trust relationship, see t
-
Published on 30 Aug 2006 by ssa
If your SharePoint custom application stops working and you get "Cannot complete this action" error, then here is the solution: http://support.microsoft.com/?id=909455 According to Microsoft, after installing WSS SP2, users will have to impersonate explicitly to avoid the error. Following are some e
-
Published on 08 Sep 2006 by ssa
This is a very common question asked by the users in newsgroups. I have replied to this question several times. This time i thought i should post the steps involved on my blog. It will help lot of new users. Integrating .NET application into SharePoint 1. Select SharePoint site in IIS and create a v
-
Published on 18 Sep 2006 by ssa
http://blogs.msdn.com/erikaehrli/archive/2006/05/04/SharePointUploadHelper.aspx
-
Published on 30 Sep 2006 by ssa
Hi, I have released SharePoint Document Puller Tool V2.0. There have been lots of requests for the tool to be updated. I was busy and couldn't find the time to update it. You can read about the first version of this tool here: http://www.sharepointblogs.com/ssa/archive/2006/05/23/7486.aspx Many frie
-
Published on 03 Oct 2006 by ssa
If you get "Enable ASP.NET extensions" message while installing MOSS 2007, run the following command: aspnet_regiis -iru You will find this utility in the following folders: C:\Windows\Microsoft.NET\Framework\v1.1.4322C:\Windows\Microsoft.NET\Framework\v2.0.50727 Select the one in the folder v2.0.50
-
Published on 08 Oct 2006 by ssa
Tip by Daniel Larson copied from development_and_programming ng: Set the item's ows_Author field. It's a built in hidden field. Here's a sample:item["ows_Author"] = "blade\administrator"; Here's a hint: If you can't figure out a field, just use the item's Xml property in a console app. You'll g
-
Published on 08 Oct 2006 by ssa
Daniel has written a nice post. Here it is: http://daniellarson.spaces.live.com/blog/cns!D3543C5837291E93!313.entry
-
Published on 08 Oct 2006 by ssa
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/spptsdk/html/soapnsMicrosoftSharePointSoapServer2_SV01043862.asp?frame=true This is a list of web services that are available to developers out of the box. Instead of copying DLLs to a machine with no SharePoint, it is good idea to use
Next > >