Sign In
SharePoint - notes from the field
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
connected dropdowns
custom column
custom fields
hierarchial lookup
infopath forms
log parsing
moss logs
rich text box
sharepoint
sharepoint infopath
sharepoint lookup
usage logs
user activity
wcf and RTB
wss
wss custom column
Archive
Archives
June 2009
(1)
May 2009
(1)
April 2009
(1)
March 2009
(1)
October 2007
(1)
June 2007
(1)
MSDN Blogs
>
SharePoint - notes from the field
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
SharePoint - notes from the field
How to Check if SPGroup Exists
Posted
over 3 years ago
by
LEONID LYUBLINSKI
7
Comments
The SharePoint API lacks methods to check for the security group existence. Here is utilities that do the job: public static bool GroupExists( SPGroupCollection groups, string name) { if ( string .IsNullOrEmpty(name) || (name.Length > 255) || (groups...
SharePoint - notes from the field
How to be in sync with Lookup when it changes
Posted
over 3 years ago
by
LEONID LYUBLINSKI
1
Comments
One of the biggest puzles of inconsistency is keeping a page that using Lookup column uptodate to all the changes that happened to underlying list. Image you have a web page in a Documents library. That page has a column say Type which is a lookup to...
SharePoint - notes from the field
Faceted Search 3.0 – implementation of Search Suggestions
Posted
over 3 years ago
by
LEONID LYUBLINSKI
2
Comments
Background MOSS Faceted Search provides search refinement to the SharePoint search. In September 2007 I’ve published 1.0 release as an open source on CodePlex. Since then the solution was successfully implemented by small businesses and Fortune 100 corporations...
SharePoint - notes from the field
Making Rich TextBoxes work in web enabled InfoPath forms
Posted
over 3 years ago
by
LEONID LYUBLINSKI
2
Comments
Technorati Tags: InfoPath 2007 , rich text box , web enabled forms , InfoPath SharePoint , InfoPath WCF Introduction The rich-text boxes provide InfoPath forms with functionality that sometimes is crucial to the end users. However, there is not much information...
SharePoint - notes from the field
Usage Analysis Processing logs
Posted
over 5 years ago
by
LEONID LYUBLINSKI
2
Comments
Here is a simple utility I wrote to process the MOSS usage logs (when turned on at Central Administration >> Operations >> Usage Analysis Processing ). Sometimes it's useful to have alternate source for the user activity, than the usage reports...
SharePoint - notes from the field
Connected Lookup Field
Posted
over 5 years ago
by
LEONID LYUBLINSKI
83
Comments
Introduction The attached code demonstrates the extended lookup field. Such field can be used to display any hierarchical structures, such as org charts, city-stat-country chains etc. The biggest challenge and advantage of implemented design was...
Page 1 of 1 (6 items)