Hi chaps...
I have in sharepoint a workflow process that runs when a task is added to project tasks, i also then add an entry to the 'calendar', when the item details change, name or dates in either calendar or tasks both update fine.
What i would also like to do is when i delete an item from 'project tasks' that the related entry in t...
Is There an easier way to have pictures on the sharepoint site? I only one way to do this but I want to find another way if its faster and easier for users to use.
...
Hello All,
We have an UI where user selects a department. It goes into a List item. We have separate SharePoint user groups for each department.
I want to populate the users in the SharePoint group in one of the list Item. So now based on department selected I need to populate the List Item.
Please help me in doing this. I am able to ...
I'm using SmartPart 1.3 to develop web-parts to SharePoint. I need pass parameter to my web-part for example list name. Maybe anybody know how to do it?
...
Hi
I want to delete records in list view in sharepoint. This should only be a logical delete the actual data itself should not be deleted . How to accomplish thsi ?
Please suggest
...
I am trying to query a sharepoint list using the following CAML query in a webpart. I have tested the query in U2U CAML Query Builder and Stramit CAML Viewer and it works fine, only returning the matching records, but when I use it in my webpart it return all list items. It is driving me crazyyyyy. Here is the code:
string camlQuery =...
I'm working on a tool written in C# to help administrate MOSS (Microsoft Office Sharepoint Server). It does do by using classes provided by the sharepoint om, such as the ones in namespaces Microsoft.SharePoint.Administration or Microsoft.Office.Server.
The specific assemblies are:
Microsoft.Office.Server.dll
Microsoft.Office.Server.Sea...
I am trying to update a layout page in Sharepoint Designer but when I click Save I receive an Access Denied error. I can see that the layout page is created by the system account. I am in the site owners group so I think I should be able to make modifications to the page.
Any help?
...
After setting user profile pictures (and user information pictures) for all our sharepoint users (images are kept in a list in one of the site collections), we configured user profiles so that users can update their picture at any moment.
The problem is, when the user uploads a picture, it is automatically placed in their Shared Picture...
Hi All,
I've just encountered what appears to be a really annoying "feature" in SharePoint (it may be by design, but the scope of that is probably beyond this question).
I am helping to develop an application that retrieves files and their version history for specific files stored on SharePoint. This information is uploaded to a data ...
Hello,
If I use MOSS 2007 or Sharepoint Services 3.0 with TFS do I need a license or is there an implicit license with TFS, like there is for SQL Server.
Thanks,
ray.
...
I have created custom list and modified display form of list for display attached image of list.
I have place HTML image control on display form but I can’t get attachment URL path which I can assign to Image control. I tried to some level hardcode like:
“http://Server Name/SiteName/Lists/ListName/Attachments/{@ID}/???”
I can get I...
I have a dropdown selector generated from a list and want to filter the options to remove the duplicate entries. e.g. I want to filter ...
<select name="company">
<option "1">Microsoft</option>
<option "2">Microsoft</option>
<option "3">Microsoft</option>
<option "4">Microsoft</option>
<option "5">Apple</option>
...
I'm trying to create a dynamic row filter based on a variable. I have the following code:
<xsl:variable name="filter" select="contain(@Title, 'title1') or contain(@Title, 'title2')"/>
<xsl:variable name="Rows" select="/dsQueryResponse/Rows/Row[string($filter)]" />
This unfortunately doesn't seem to work and I end up with all rows. I'm...
Has anyone got an thoughts on how to handle theming a WSS site for a single user who is visually impaired ... she uses high contrast settings for Word, etc.
But still leave the usual theme for everyone else
...
I wanna how to add a custom web part to a webpart page through code? The custom web part is already deployed to the SharePoint site. It's a MOSS instance.
...
Hello,
I'm making a custom SharePoint List. I need a TimeStamp Field, but the only available type, by default, is DateTime.
Any help?
...
I am working on an internal web application that will use predefined SharePoint groups for determining a user's security level. I have done some research and found SharePoint's "usergroup" web service which has the method "GetUserCollectionFromGroup()" which will list all of the users in a given SharePoint group.
The problem I am hav...
I'm hand-editing HTML files in a plain text editor (vim) via SharePoint Designer. Problem is, as soon as I save the files, SharePoint automatically adds width and height attributes to all the img-tags.
Anyone know if it's possible to disable this "feature"?
I don't want it to mess around with my code. Yeah, shouldn't be using SharePoin...
I get the sharepoint access denied page when I try to use the unpublish option on a list item in the pages library.
We are using approval workflow and publishing, as well as versioning on the pages library.
If I navigate to the version history page, the unpublish version works correctly.
Can anyone advise on this?
All the best
...