Of course there is a print button in all Microsoft Office programs and even in Office Web App!
Well I thought so… But there is no print functionality in Office Excel Web App in the SharePoint Online.
The hunt begins:
Searching Microsoft Office Support
In search of the holy print button I ...
[More]
8a63ad59-9aac-425e-bc92-6434ae18ff8e|0|.0
Tags: SharePoint Online, Office 365, SkyDrive, Office Web App |
Categories: SharePoint
QuerySting paramerters in the URL can help you edit pages where the edit button is missing (ex. SharePoint 2007 list views) or you need to throw away a web part that’s messing with your page from the web part maintenance view.
Function
URL
Add Web Parts/Browse
ToolPaneView=2
...
[More]
9775bf84-cef6-4527-9cf2-4070f016ddce|0|.0
Tags: SharePoint 2007, SharePoint 2010, Web Parts |
Categories: SharePoint Configuration | Tips and tricks
Problems with disabled accounts from former employees in your SharePoint User Profile Store ?
This will help you set up Exclusion Filters in the User Profile Synchronization
1) Browse to Central Administration Site > Manage Service Applications > User Profile Service Application...
[More]
f77e259b-15f0-444f-9b43-2ba7ef54fd77|0|.0
Tags: SharePoint UserProfile, SharePoint 2010, Active Directory |
Categories: SharePoint | SharePoint Configuration | Tips and tricks
Accessing a SharePoint server from outside a network with a Forefront TMG.
The following 2 scenarios can give you an Internal Server Error
View properties on document
Editing a list view
Full error text:
Error Code: 500 Internal Server Error. The request was rejected by the HTTP filter. Con...
[More]
6346e3cb-6d3c-4ed6-97c3-cdd69ea02aaf|0|.0
Tags: Forefront TMG, Debugging, SharePoint 2010 |
Categories: SharePoint | SharePoint Configuration
If you are using Exchange your Exchange mailbox will keep track of all your alerts and where these are subscribed from.
[More]
6bbc5141-32b0-47e6-9954-f0698ebd0b7e|0|.0
Tags: SharePoint 2007, SharePoint 2010, Office Outlook, SharePoint |
Categories: SharePoint Configuration | Tips and tricks
Recently found this excellent post explaining the SharePoint UserProfile picture sizes and naming convention.
Naming convention for the thumbnail files:
Thumbnail
Image File Name
Size
Large
domain_username_LThumb.jpg
144x144
Medium
domain_username_MThumb.jpg
96x96
...
[More]
77cdf346-eca7-41f3-af94-d9b1de825001|0|.0
Tags: SharePoint 2010, SharePoint UserProfile |
Categories: SharePoint Development | Tips and tricks
Got the message:
>>The document could not be opened for editing. A Windows SharePoint Services compatible application could not be found to edit the document. <<
This is a challange and there is several possibilities:
You are using the 64 bit version of Internet Explorer and ...
[More]
176ee7a9-de5c-4046-bf28-972dac2c11af|0|.0
Tags: SharePoint 2010, Word |
Categories: SharePoint
using the wrong folder name in the web.GetList method you will receive a FileNotFoundException with the following very SharePoint-ish error message:
System.IO.FileNotFoundException: <nativehr>0x80070002</nativehr><nativestack></nativestack><nativehr>0x80070002</nati...
[More]
daa0e1c2-bb07-4087-8be2-4705e829d3f1|1|5.0
Tags: Debugging, SharePoint 2010, SharePoint 2007 |
Categories: SharePoint Development
EditModePanel is perfect to add your own style or control in the edit mode form of publishing webs.
You can use it to add your own CSS file in the edit mode.
Properties
PageDisplayMode Gets or sets a value that indicates whether this control is visible in Edit mode or Display mode.Suppres...
[More]
64b91972-9e0e-4c9d-aaa8-ab10bdec91e1|0|.0
Tags: SharePoint 2010, SharePoint Publishing |
Categories: SharePoint Development
When compiling a project in Visual Studio, I got the error message
"the exec task needs a command to execute"
, with no line number or anything.
Solution
Check the "build Events" in the project properties. The error is caused by a newline character in the pre or post build text fields.
This app...
[More]
ddba8851-1831-43df-ab81-cf94eecb096d|0|.0
Tags: Visual Studio 2010 |
Categories: IDE | Tips and tricks | Web development