for questions completely specific to SharePoint 2007 and **not past or future versions**
0
votes
0answers
34 views
Master page/CSS question with menutoolbar
Not sure if this is 100% the right place for this, but my team created a custom master page for our 2007 environment & on the menu tool bar (new, upload, actions) default web part, when rolling ...
0
votes
1answer
63 views
How do I set Item Level permission on an Issue List in Sharepoint 2007
I have a Sharepoint Issue List in which I need users to
Read All Items
But Edit Items created by them.
In Sharepoint normal List, We can do so by Advanced Settings -> Item Level Permission. This ...
2
votes
2answers
37 views
On AddingItem event in Document Library distinguish is it a document or a folder
enter code hereI have a small issue, I cannot seems to find a way to find out what time of item is being added, so i have a method AddingItem and here i need to know is this item a FOLDER or just some ...
0
votes
1answer
56 views
SharePoint 2007 and WebDav pro's & con's & custom development
recently I've heard about WebDav and that is being used with SharePoint. I did some research about WebDav, read some topics on Internet etc etc.
What I've understood that WebDav is is an extension ...
1
vote
2answers
85 views
LinkButton with click method doesn't work
I have an issue with LinkButton in my toolbar, basically i deployed a custom action which adds a link button to the menu, this link button on click should do some task like adding an item, but this ...
1
vote
0answers
22 views
Editing a Dataview from a joined list
I think I want to do something simple, but it seems maybe I am not doing it the way you are supposed to.
I need to use Sharepoint Designer 2007 to create a website, code behind is highly likely to be ...
1
vote
0answers
64 views
How to get KPIs to show when KPI List is Linked to a Custom List Using Linked Data Sources in SharePoint Designer 2007?
So I've found multiple sources on how to linked data sources in the designer. I get the data sources to link up by Title -> Great! But I can't get the value of the KPI or the formatted indicator to ...
0
votes
1answer
50 views
Prevent SharePoint Designer Workflow from triggering a “On Item Modified” workflow
I have two SharePoint Designer 2007 workflows associated with a "Request" list.
The first workflow automatically fires whenever a new request is submitted and sends an email to the requester.
The ...
0
votes
1answer
76 views
Fill the fields in new form for an item
I've came across a requirement where I need to fill some of the fields in newform.
So basically we start from view item, where we can see an existing item in a list, then we click something like move ...
0
votes
0answers
22 views
MOSS 2007 search issue on Android Tab
I am experiencing weird issue with MOSS 2007 search. It is working fine on the PC, but on the Android phone (Android version 2.3.5, HTC Sense version 3.0) when i try to search i receive 404 page not ...
0
votes
2answers
28 views
Session not preserving state in MOSS 2007
I have created a button that will load a page that contains a PDF document that users can fill out and save. After the save is clicked, the page posts-back and there is code to save the changes. ...
0
votes
2answers
80 views
Custom action doesn't appear
I have an issue with custom action in SharePoint 2007, basically i have the following custom action declaration:
<Elements Id="CF60B88A-783A-44f8-A49D-43659AB51G7E" ...
1
vote
1answer
140 views
sharepoint 2007 list datasheet view set fields background color
I have a list datasheet view in MOSS 2007. I have a requirement to set the background color to green for a set of fields. There is no conditions involved. whenever users select this view, they are ...
0
votes
1answer
50 views
SharePoint 2007 “Secure” Custom Web Service
I have the following Problem. I have an ASP.NET Web Service which contains several administrative methods like creating a site/list/group for a client application. Some of these methods do this using ...
1
vote
2answers
93 views
Custom action or a specific list in SP 2007
I have a question regarding the custom action, basically I would like to create a custom action in ribbon for only ONE SharePoint list, this list already exist and i cannot and i dont want to modify ...
0
votes
1answer
54 views
SharePoint 2007: No search results for sites within one content db
I have a situation where search is not returning any results for site within a specific content DB. Search is working perfectly for other sites in my environment.
I looked at below post and the ...
0
votes
1answer
42 views
SPS2007 users sync does not work, anything found already tried
I have set up a Sharepoint server 2007 in a single-server-farm configuration, which has to serve a single site database, that was restored from 2YO backup. The server's domain is different, although I ...
3
votes
2answers
88 views
ListItem[“Property Name”] VS ListItem.Properties[“Property Name”]
When we try to get list item properties, three ways of getting property I remember are,
ListItem["Property Name"] //always work fine
ListItem.Properties["Property Name"] // works fine unless I ...
0
votes
0answers
40 views
Content type issue when migrating from SharePoint 2003 to 2007
I am in the process of performing a database migration from SharePoint 2003 to MOSS 2007. I am using the database migration method. For the most part, the content migrates well. However, there is one ...
0
votes
1answer
70 views
Search only approved items using KeywordQuery
We have approval workflow for document library & content approval column was set to yes for it.We have used KeywordQuery on the library by creating separate scope.We want to display only approved ...
0
votes
0answers
52 views
Sharepoint 2007 event receiver - debug on development environment locks production
Sorry for the strange title, but I'm having a hard time finding a good description of the problem, so here it goes.
I've created an event receiver in my projekt and it works fine on my development ...
0
votes
0answers
28 views
Web Part Titles Disappeard
The web part titles of some of the webparts in my site collection disappeared overnite. I did not make any changes to any of the webparts, but the titles no longer display. There are 12 sites in my ...
0
votes
1answer
33 views
How to embed external websites with IE8
Using IE7 and Firefox I can use Page viewer web parts & Content editor web parts to embed external web sites i.e.
Youtube
Kart Club Celebrates 50th Anniversary
However with IE8 only the youtube ...
0
votes
0answers
32 views
Update successor-listitem when predecessors are finished
In SharePoint there's a list with lots of items. Every item has an ID, some other columns and a lookup-field 'PredecessorOf' (with the ID) to another item. So for example I have this:
I have a page ...
1
vote
1answer
42 views
SharePoint 2007: Showing recently added people in the SharePoint Group
We have developed a job that syncs information from Active Directory group onto SharePoint groups.
The job runs everyday and pulls new users added onto Active directory group,
I wanted to know if ...
1
vote
0answers
79 views
How do you Import a list item from a .cmp file using powershell?
I have implemented the code located at this link to export and import a list to a cmp file using powershell and the SPDeployment functions. While trying to better understand this code I came to the ...
0
votes
2answers
415 views
Sharepoint 2007 Powershell: $item.update() gives error that file has been modified
I am trying to programmatically update some metadata for a sharepoint item using powershell. Here is my code:
$web = getWebByURL("http://test-site/spadmin/")
$itm = $web.lists["Documents"].items[0]
...
1
vote
0answers
200 views
Win7 Office2010 SharePoint2007 Error Editing/Viewing Documents
SITUATION: We are having an issue with users editing files in MOSS 2007 using IE8. This is not impacting users that still use Windows XP and Office 2007 (IE7), but rolling back is not an option. The ...
1
vote
1answer
40 views
Can I force subsites to use the Master Page of a custom theme?
First off, this issue is with a Custom Theme & Master Page in Sharepoint 2007.
Is there a way to force subsites to re-pull the Master Page from the Custom Theme within the 12 Hive? Due to lack of ...
0
votes
1answer
43 views
site collection admin does not have permission to access web app
I have a SharePoint web app (let's say http:// providers), wherever I try to access this app (which only contains the root site collection) I get an "You are not authorized to view this page" IIS ...
0
votes
1answer
137 views
How to add default content in multiple lines of text
I would like to know if in SP2007 there is a way to place a default content in a field Multiple lines of text.
thank you
1
vote
0answers
31 views
Sharepoint 2007 MOSS Search Administration Does not Appear Connected to WSS_Search_
First time here. It looks like you folks have a great handle on SharePoint. I hope you can help:
1. I have a 2 server system WFE (DC) also handles search and query and LDAP. SharePoint 2007 MOSS ...
0
votes
1answer
120 views
Why Item Updated and Item Added trigger together when we add a item to list (document library)
I have gone through hundred of articles over months but never understood as what could be the reason Item Updated and Item Added trigger together when we upload a item, even though if you try ...
0
votes
0answers
24 views
SharePoint Designer Workflow Logic
I am trying to build a workflow to update certain dates based on a based date. As far as I know if can only be possible via SPD workflow. Here is the logic:
I have three date fields. BaseDate, D1 ...
0
votes
2answers
71 views
How to properly dispose of sp 2007 object in powershell?
First and foremost I've done A LOT of googling and even went past the first page or 2 :) so feel free to direct me to the proper post if necessary.
I am trying to loop through a bunch of webs and ...
0
votes
2answers
63 views
Sorting out lookup values while getting them
I have two lists,
List A [Document Number, Name, Title,...] (document library)
List B [Information Number, Name, Title, Document Number] (simple list)
Now List B is getting all documents from List ...
0
votes
1answer
24 views
Checking if a list is consuming lookup value column or not
I have two lists,
List A [Document Number, Name, Title,...] (document library)
List B [Information Number, Name, Title, Document Number] (simple list)
Now List B is getting all documents from List ...
0
votes
2answers
76 views
List Expiry Date Reminder
I have a Sharepoint 2007 Announcement List which have an Expiry Date for every Item ..
I have really tried too much in this, but I came up short. I want to send an alert when an Item or Announcement ...
0
votes
0answers
59 views
Multiple File Upload via script with metadata
I have to run an update each month that will send over 1,000 files to specific folders presently via script. I wish to upload these files as individual file names and append metadata to them. So, ...
0
votes
1answer
43 views
sharepoint lists - identical permission list - different user access
Sharepoint 2007 SP3 with December CU. One site, two lists. Permissions are not inherited and looks like these:
List1:
group1 - contribute
group2 - read
portal owners - full control
List2:
group3 - ...
0
votes
0answers
86 views
Active Directory thumbnailPhoto sync in Sharepoint 2007
Seeing blog after blog about how to do this in SP 2010, but can no longer find assistance for SP 2007.
We have the Picture property, set as URL, (even tried binary) and mapped to "thumbnailPhoto" - ...
0
votes
1answer
145 views
Create a Custom approval workflow in Moss 2007 using Visual studio 2005
I want to create custom sequential document approval work flow and then have some more functionality to add to it once its all done, i have did a little research and it seems like i would need to ...
0
votes
0answers
37 views
Sharepoint 2007 Lists not updated in datasheet view on client machine
I am getting the following error when I try to update a list in datasheet view from a client machine "Cannot connect to server at this time. Changes to your data cannot be saved."
I have WSS 3.0 SP2 ...
0
votes
0answers
40 views
MOSS 2007 Surveys
Created a survey within MOSS 2007.
Question 1: Unique Call ID (which is a required single line of text field)
Question 2: Evaluator ID (which is a required person or group field)
Both of these ...
0
votes
1answer
38 views
Custom list forms not appearing
I have two lists, A and B.
I created A and then used Designer to create a custom New and Edit forms and everything works fine.
I recently created list B, created custom new and edit forms but they ...
0
votes
0answers
115 views
Failed to Start (retrying) on SPD workflow
I am facing a weird issue with MOSS 2007 SPD workflow for past couple of days. I had created a site from the Fab 40 Training site template. The workflows were kicked off correctly until last few days ...
0
votes
1answer
78 views
Need to set default values to today for custom date column when newform.aspx loads using c#
I want to modify this codeplex solution http://datetimebyminute.codeplex.com/. Right now the custom field defaults to the date when we add the column to the list when we open the new form.aspx. I want ...
0
votes
0answers
35 views
Past Due row colour using content editor web part
I would like to highlight 'past due' items once they go past the due date and highlight rows coming up to the due date, a bit like a traffic light system. I do not have sharepoint designer or ...
2
votes
1answer
58 views
How to create custom email notifications (folder specific) in a document library?
I have a SharePoint 2007 site which has a document library with several folders. My requirement is that whenever an item is uploaded to a folder, SharePoint should automatically generate an email ...
0
votes
1answer
38 views
SharePoint 2007: what happens to hyperlinks when moving a subsite?
if moving a site in SharePoint 2007 (using the Manage Content and Structure function) to a new location, do the internal links get corrupted? I know that some links do tend to get broken in these ...
