for questions completely specific to SharePoint 2007 and **not past or future versions**

learn more… | top users | synonyms (1)

0
votes
0answers
9 views

Data truncated when pasting worksheet into multiline field

I'm trying to paste the contents of an Excel sheet into a list in Datasheet view. This list has several multiline columns, and the Excel data items i'm trying to paste in are quite large--in some ...
2
votes
1answer
14 views

SharePoint 2007 merge nested document library items

is it possible to collect (i.e. merge, consolidate, de-normalize, etc.) items from multiple nested document libraries on a site? My manager wants to flatten our MOSS 07 site's current nested ...
1
vote
1answer
19 views

Loading a UserControl within another UserControl code

Can someone tell me how I can load a user control from within another user control. I'm using MOSS 2007
0
votes
0answers
8 views

Upload the document to sharepoint document library through asp.net portal

We have web portal on sharepoint 2007. I want to upload document in sharepoint document library from asp.net portal. I am thinking of creating web service for this but I don't know the basics of ...
2
votes
0answers
19 views

How do you get the response counter back to zero in a SharePoint 2007 Survey

In a survey created in SP2007 the results counter says there are 8 responses. However, after going to the view all responses page and deleting everything I see the page say "there Are no responses." ...
0
votes
0answers
8 views

SharePoint 2007: Calculated column - formula for calculation based on column containing NA

In a SharePoint list, I have 6 numeric columns that can contain numbers in the range (1,4). However, one or all of these columns may contain "NA" value. There is a separate calculated column which ...
1
vote
2answers
31 views

ItemAdding in document library

I have an issue with setting the field in item updating event in document library with SharePoint 2007. I have following situation, I have a document library, and when i add a document based on one ...
0
votes
1answer
22 views

textbox visual control how to get text

i have a user control, which has update panel and a button in it, when i click on button a message box appears, in messagebox i have one text box and another button, when i click on another button, ...
1
vote
1answer
16 views

no getting user control property from webpart

I am using this MSDN tutorial but it is not working, http://msdn.microsoft.com/en-us/library/ff649867.aspx When I try to get a usercontrol value, nothing comes up try { // Loads a user control ...
0
votes
1answer
30 views

Need help with getting List Item counts

I have a custom list created that tracks project status by stages. I need to present the same in a chart format. Below is the list information. Columns *Project Name *Development(Phase1) ...
1
vote
0answers
25 views

Migrate SharePoint (MOSS 2007 & SharePoint Server 2010) Users from one domain to another

We are preparing for a companywide domain user migration from Domain A to Domain B (of all corporate apps and services). However, only about half of the users will be migrated because the other half ...
0
votes
1answer
14 views

RSS/XML Feeds Stopped Working - SharePoint 2007 [closed]

We have numerous custom web parts that use XML to pull in RSS feeds. The feeds stopped coming in about 2 weeks ago. We are not sure exactly what caused this, but there was an admin who was working ...
0
votes
1answer
11 views

Actions: Change Order Not available, sharepoint 2007

I'm attempting to re-order the steps in a custom list. For some reason I am not able to go to "Actions" and hit "Change Order" as I'm able to do in other lists. I've tried editing the view ...
0
votes
1answer
30 views

Check duplicate item workflow

I need to make my custom list items distinct that's being used for a dropdown lookup. Please help. Here's the scenario. I have 2 lists, the list1 have a workflow that copies an item into my list2. ...
1
vote
1answer
17 views

Sharepoint Spell Checker for Comment boxes only

In my sharepoint application i am using spell checker control for spell checking the entire page. And i excluded the spell checking in People Picker control bu using the folowing snippet. var ...
0
votes
1answer
15 views

MOSS 2007 authenticating users only from a single AD group

I have an AD group called "internal users" which has read-only access to the whole root site for my site collection. Everyone is fine with the access, as long as I don't move them out from this group ...
0
votes
3answers
31 views

User control propertie get from webpart

I have a webpart that is loading a user control, but I am not able to get the value of a webpart property in the loaded user control. The web part code goes like this: public class CVWebPart: ...
0
votes
2answers
15 views

How to exclude users from view access?

We have a SharePoint 2007 site that is viewable by "All Authenticated Users". As part of company policy, when an employee is terminated or leaves, we modify their active directory account to remain ...
0
votes
0answers
29 views

Adding Image to Word Document

I have created one application, which generates MS Word doc file. For generating this I am using one data table which contains data. The first Column of the data table consist of Body and second is ...
1
vote
1answer
32 views

Hide fields on NewForm.aspx and EditForm.aspx based on the current user's membership in a SharePoint Group

I have found a number of recommended ways in blogs looking to answer how to do this and have not successfully made any of them work using SharePoint MOSS 2007 and SharePoint Designer 2007. I have ...
3
votes
2answers
27 views

SP2007: Download document after form submittal?

I have a request from a client to see if the following can be done. The catch though, is we CANNOT develop any custom webparts nor use sharepoint designer. We can only use & modify "out of the ...
1
vote
2answers
32 views

How to get all web controls on a sharepoint page

I need to get all web controls on a SharePoint page but not sure, using (SPSite bigSite = new SPSite("http://bigPortal.bbbb.com/bb/bbWeb")) using (SPWeb bigWeb = bigSite.OpenWeb()) ...
0
votes
1answer
34 views

Need to remove html tags from <td></td> area in SharePoint custom DispForm.aspx

I had created a custom DispForm.aspx for a SharePoint list, using SharePoint designer. I included a Rich Text column type to show in DispForm.aspx. The contents of the column are showing, but somehow ...
0
votes
0answers
7 views

Terminate or not to Terminate “Error Occurred” SharePoint 2007 Workflow

Is it good to leave a Error occurred workflow alone? or it is best and recommended to terminate all Error occurred workflow?
1
vote
1answer
22 views

Clone Existing SP2007 Site to New Environment For Testing and Staging

I am currently working on a large SP2007 site for a client. This site was initially built from a VS solution and some of the components of the solution can still be deployed to production if code ...
1
vote
3answers
42 views

Which webpart to use to add, delete, update data from a database table.

I have a table in database I want to use a webpart to add, delete and udate data from database table I can create a custom webpart with a gridview but is there out of box webpart in 2007 sharepoint ...
0
votes
1answer
12 views

How do I change the width of a list input page?

I have a SharePoint list. When you select "New" to add an item, some of the categories are extremely long (they're actually questions) and cause you to have to scroll from left to right to read the ...
0
votes
2answers
28 views

Unique issue with a Sharepoint Site

We have a SharePoint site and for some reason one of the sub site admins change the URL of their site from /sitename to sitename.aspx. This has broken everything for that site I can not even get into ...
0
votes
0answers
13 views

Expand one item & collapse another in data view

I'm working with a data view in sharepoint designer, and I have the list grouped on the title field and collapsed by default - expandable with a click. This works great. Because there are a lot of ...
0
votes
1answer
35 views

String to Decimal Conversion in C# (Sharepoint)

Converting string to decimal seems to be a familiar question. But in my case the an error is throwing while I tried to convert a string value "10.00000000000" to decimal. I tried following codes ...
0
votes
0answers
21 views

How to display calendar Recurrence Data Field (daily, weekly, monthly) in list view?

I need help on displaying the recurrence data (Daily,Weekly,etc) field in a list view. I have a calendar event list and in my custom view I need to show the value of the recurrence data in a column. ...
1
vote
2answers
54 views

Is availability of port 80 a must for a SharePoint?

I have got this Dev env where only read access is provided. While browsing through default ports, i found that port 80 is assigned for Commerce Server and not SharePoint. So my query is if any other ...
0
votes
1answer
14 views

Follow a post in SharePoint 2007 blog

Is there any OOTB way to follow a post in SharePoint 2007 blog? I mean maybe get an email each time the post is commented or changed? Thanks Eliya Amanoeel
0
votes
1answer
18 views

How to view forms on a tablet and submit response back to SharePoint

beginner SharePoint admin here looking for guidance. We have a situation at our company where we want to be able to view company documents on tablets (which staff have due to their mobility ...
0
votes
1answer
34 views

2007 templates broken in 2013

We're upgrading to SP2013 from 2007 and using 2010 as a stepping stone for the DB upgrade. (This is all out of production, we're building a plan to do production) The problem we're having is that many ...
5
votes
3answers
114 views

Getting All users from a site

Has anybody have the awareness about to getting all the users from all the site and sub sites. I want to create a access report that will describes each users permission in each and every site and sub ...
0
votes
1answer
44 views

How to set default theme while creating new site or subsite

I want to create a new subsite using default publishing template in sharepoint 2007, once created i want a different theme to be applied to site, how can i change the default theme ans use a different ...
0
votes
0answers
15 views

SharePoint PeopleEditor In Application Page Not Programatically Populating Users In Production Environment

I have a PeopleEditor control added to a custom application page. It's populated like so: var entityList = new ArrayList(); foreach (var userVal in collectionOfUserInformation) { PickerEntity ...
0
votes
0answers
14 views

How to mark a group task as complete if any member of the group completes it?

I created a group in SharePoint of three people who can publish documents. Then I created a workflow that assigns a task to that group when a document needs to be published. If any of those three ...
0
votes
0answers
13 views

How do I Duplicate a SharePoint 2007 Publishing Subsite

I don't know a lot about SharePoint so pardon my terminology and please let me know what additional information is needed. I work for a franchiser who gives each franchisee their own website. These ...
0
votes
0answers
27 views

Security trimming in search web service

I have a web application which consumes the SharePoint 2007 search web service (http://localhost/_vti_bin/search.asmx). My scope contains several content sources, all of them contain business data ...
0
votes
1answer
19 views

Hide Manager Permissions of Parent

In Document library, when clicking on Actions, users have "Manage Permissions of Parent" and "Edit Permissions". Is there a way to hide the 'Manage Permissions of Parent', as users are accidentally ...
0
votes
2answers
31 views

Custom action with javascript doesn't navigate in DisplayForm

I have a strange issue, basically, I have the following custom action: <CustomAction Id="Navigate.DisplayMenu" Title="Navigate to:" RegistrationType="ContentType" ...
1
vote
1answer
32 views

SharePoint 2007 Designer conditionally require a field

I'm trying to create custom form for a SharePoint 2007 document library using SharePoint Designer 2007. Is it possible to make a form field conditionally required based on the selected item from a ...
0
votes
0answers
29 views

List Does Not Exist Error After Importing

I have a set of sites that are using one of the Fab-40 templates and we are upgrading to 2013 and as you all know, none of the templates are compatible with 2013. So, I'm having to export the content ...
0
votes
1answer
31 views

Microsoft Windows SharePoint Services recommends including a SharePoint web part Manager on all master page?

I create a master page using SharePoint Designer 2007 and when I click save as a 'sample.master' file, I encounter the following message: Microsoft Windows SharePoint Services recommends including a ...
1
vote
1answer
20 views

How to increment the document reference (not version) as they are uploaded?

How to increment the document reference (not version) as the document is uploaded. Pre populate the column, so that when the next document is uploaded it will automatically have incremented in order. ...
0
votes
0answers
20 views

MOSS Search: LIKE statement only seemingly working for beginning of field contents

I have a question, I'm in the process of making a query against this using fulltestsqlquery: SELECT Title, Path, Size, summarytext, fileextension,created FROM SCOPE() WHERE (SearchField = 'test' OR ...
0
votes
0answers
25 views

Manager receives user error when approving a task

I am trying to implement Leave approval workflow in sharepoint server 2007. 1) Created a site of type Task 2) Created a Approval workflow for this task. 3) In the approvers filed, I gave my managers ...
1
vote
3answers
38 views

Administration: How often, if ever, should farm services be “restarted”?

Looking for some advice. We have a small internal 2007 farm with a potential user base of 400 although active users is much smaller. About 10 sites each with many sub sites. We run a weekly "shutdown" ...

1 2 3 4 5 42