Archive for the 'SharePoint' Category

Sharepoint, MOSS un WSS – 2007. versija

Wednesday, November 22nd, 2006

Šķiet, esmu viens no retajiem LV, kuram šīs lietas vispār interesē, tomēr pastāstīšu – lai jau saglabājas nākotnei. Kopš šī gada sākuma tīmeklī it bieži tiek pieminēts “jaunais Sharepoint” – visvairāk kā apjūsmojoši ieraksti dažādos blogos, cik ērts gan tas būs. Runa ir par Sharepoint 2007, precīzāk, diviem Sharepoint saimes produktiem – Windows Sharepoint Services [...]

Finding SPListItem by its ID

Monday, December 19th, 2005

I just found out that some operations in my SharePoint application run quite slow when used on lists containing large amounts of listitems. In the particular case it was approximately 2,500 items in the list. The result is: NEVER use this code construction to find an element by its ID: oList = oWeb.Lists(“LongList”) ‘gets the [...]

SPUser? SPException!

Thursday, October 13th, 2005

Something on SharePoint(TM) again. Either you love it or hate it, you have to work around all the pitfalls anyway. So we all know that in SharePoint you can allow people and assign them SharePoint roles in two ways: creating a “Sharepoint User” within the portal and assigning roles to the user, adding a domain [...]

Calculated fields in CAML

Monday, September 26th, 2005

So you have a SharePoint list with a calculated field. You want to select items based on the calculated field beginning with some specific substring. You write a CAML query: <Where> <BeginsWith> <FieldRef Name=”SortDate” /> <Value Type=”Calculated”>200509</Value> </BeginsWith> </Where> This won’t work. (At least on my server) you’d always get informed that ” The SQL [...]

Changing the title of an SPFile object.

Tuesday, August 2nd, 2005

Ok, from now on, I’ll write SharePoint related posts here in English. However, English is not my native language, so I beg your pardon in advance for all those grammatical mistakes, style errors etc. I believe the use of commas is the most horrible part of it. In Sharepoint it’s very easy to believe that [...]

Latviskojumi

Monday, June 27th, 2005

Kāda jēga tulkot programmas tekstus latviski, ja beigu beigās sanāk “Šīs lapas drošības validācijai ir iestājies taimauts.” ?