Archive for the ‘SharePoint’ Category

If you’re having trouble with editing Office documents from SharePoint in Windows 7 or Vista, here’s one reason and fix: Reasons (besides Windows7 and Vista): WebClient service not started SharePoint domain has dots (.) in the name Your IE is trying to resolve LAN/Proxy settings Solution Important! Part of solution is also modifying your registry. [...]

Thursday, March 25th, 2010 at 13:02 | 3 comments
Categories: SharePoint

After a while I’ve prepared the third (or second if you count first two as one) article in Power of Content Editor WebPart series. In this article we do something that was already done using JavaScript – we hide SharePoint’s Quick Launch bar. But we do this to learn how this can be achieved. In [...]

Monday, March 15th, 2010 at 08:00 | 1 comment
Categories: JavaScript, SharePoint

After I installed SP2 for Office 2007, an annoying issue occurred. All the code started over indenting – meaning that a sub-node was indented 4 tabs into instead of 4 spaces or 1 tab. There is a setting in SPD to fix that. In Tools menu select Page editor options And under Code Formatting decrease [...]

Friday, March 5th, 2010 at 09:37 | 0 comments

If you’re trying to export data from a SharePoint list to Excel you might get this error message. Possible causes / solutions: 1. Change all Date and Time columns to single line of text and then back to Date and Time. Don’t worry, the data in these columns will be preserved. 2. There is a [...]

Wednesday, March 3rd, 2010 at 09:00 | 3 comments
Categories: SharePoint
Tags:

If you need to add custom JavaScript to SharePoint 2010 list form just like in 2007 (for example the SharePoint Cascaded Lookup), you’d need to insert the Content Editor WebPart to the same form. There are couple of ways to do it. Here’s one: 1. In a SharePoint List View select the "List" tab in [...]

Tuesday, March 2nd, 2010 at 11:30 | 4 comments
Categories: SharePoint 2010
Tags:

When dealing with quite some scripts for this blog or at work, I always come across couple of supporting JavaScripts that I constantly reuse. That’s why I’ve created an extra page to publish those scripts and have them available at one place. And if you find some use for them, so much the better. Those [...]

Monday, March 1st, 2010 at 22:23 | 1 comment
Categories: JavaScript, SharePoint

When creating a document in Office, you can store it directly to SharePoint by typing your SharePoint site’s URL in the "File Name" field. This will open the SharePoint site where you can select the document library you wish to store your document to. But if you need to create a folder in the target [...]

Monday, February 22nd, 2010 at 09:59 | 0 comments
Categories: SharePoint
Tags:

The second article from the series Power of Content Editor WebPart is published. It’s titled Getting to the object. It’s a sequel from the first article and in this part we learn how to use some of JavaScript’s native functions to select the element we wish to modify in SharePoint. We also make a simple demo [...]

Sunday, February 21st, 2010 at 18:33 | 0 comments
Categories: JavaScript, SharePoint

I’ve added a new section on my page dedicated to JavaScript solutions that I’ve published. The latest one is intended for creating a Cascaded Lookup Dropdown fields in a SharePoint New or Edit Form. What is a Cascaded dropdown? It’s a combination of two dropdown lists. By selecting an option in the first dropdown (parent) [...]

Wednesday, February 17th, 2010 at 00:15 | 40 comments

If you need to know the internal name of a SharePoint column (which can be pretty different from actual if you’re using spaces and latin characters, you can discover this very simple: Go to list’s settings and edit the properties of the field (on a sample below we’ll get to know the internal name of [...]

Tuesday, February 16th, 2010 at 00:21 | 0 comments
Categories: JavaScript, SharePoint