for questions completely specific to SharePoint 2007 and **not past or future versions**
0
votes
1answer
25 views
How to change page description
Here is a beginner's question: I have an old WSS 3.0 site where I need to change the text of the description of the home page. (Not the site's description!)
The master page defines the position for ...
1
vote
0answers
11 views
How to find data source for a SharePoint 2007 Access Web Datasheet
I inherited a SharePoint 2007 site. There is a Access Web datasheet that is retrieving data from some kind of data source. The user has informed me that it is no longer updating. For further ...
2
votes
1answer
17 views
Error on updating a document item
I have an issue with updating an item in ItemUpdated event.
Basically on ItemUpdated, I would like to reupdate that item by setting some properties, because it is a docx I have to do it in ...
0
votes
2answers
27 views
Can I programatically move sites or content between 2007 and 2010?
Using the SharePoint Object Model on a SharePoint 2007 environment and the remote object model to talk to a SharePoint 2010 environment would it theoretically be possible to migrate sites or content ...
0
votes
0answers
9 views
Customize Alert Email, remove property name
In MOSS 2007, we subscribe to Email Alerts for Announcements. When new announcements are posted, we receive an email that shows the data in a 2-column table format, with the left column containing ...
0
votes
1answer
26 views
How to add links on the right side of the sharepoint wiki site
I am newbie to sharepoint and using sharepoint 2007 to create a wiki site. I would like to know how to add links on the right side of the page(similar to on the left side)..some thing like this
Right ...
1
vote
1answer
18 views
custom upload form sharepoint 2007
Can I create custom upload form in SharePoint for a picture library so that I can add code behind methods to it and do some filtering? I already tried event receivers but no gain only pain for ...
0
votes
0answers
12 views
filtering multiple files upload
Is there any possible fair way I can filter when user uploads multiple files to a list or document library or picture library. maybe http module? or any trick everybody knows? For sharepoint moss 2007 ...
2
votes
1answer
74 views
+50
How is the user information list populated?
When you add a user with direct permissions somewhere within a site but they haven't yet visited SharePoint - will the user be added into the user information list automatically or only once they ...
4
votes
1answer
102 views
+50
Picture Library Image size event receiver
I created a event receiver but work ok for single file but no work for multiple files,
HttpFileCollection collection = _context.Request.Files;
for (int i = 0; i < collection.Count; ...
0
votes
0answers
17 views
Button to save then refresh on the Editform.aspx page
I am working in SP Designer 2007. I have an issue where I would like to update the editform.aspx but allow the user to keep working on the form. My thought was I could do a save then reload, but it ...
0
votes
1answer
15 views
why I cannot download documents If subfolder name of document library contains “+” symbol
I am using sharepoint 2007 portal.
In document library I have created one folder and named it as "Cards + Payments".
I am able to upload document in that folder but when I try to download, it is ...
0
votes
0answers
25 views
SharePoint Site Content Types and Site Columns Galleries are empty
I provisioned a SharePoint (2007) site collection using C# SharePoint API. Pretty standard stuff. Subsequently, I added a couple of site columns, document libraries, etc. and then a child website ...
0
votes
0answers
12 views
Sites that show in navigation are not appearing in the Site Content and Structure screen?
I am looking to rearrange the structure of a site to make its secondary page the default page when clicked upon in the navigation, I understand this can be done through the "Site Content and ...
1
vote
0answers
13 views
Connect form web part to DVWP to allow searching
Have an .aspx page with a DVWP that is connected to a list containing 700+ records. I would like to drop a search on this page (HTML Form webpart?) to allow keyword/freeform search criteria that would ...
0
votes
1answer
10 views
Access denied for some users - Event ID 1314
I have a really strange problem, some users cannot access my site collection root site, they get a sharepoint error "Access Denied". The event gets logged as shown next in the windows event viewer:
...
0
votes
0answers
10 views
SP 2007: Image library & form using only sp designer
I'm not all too familiar with Sharepoint 2007. I've been asked to setup the following using only out of the box & sp designer solutions. No custom development. Can anyone provide assistance as ...
0
votes
0answers
18 views
Page Layout Content
I am trying to find out where some content in a page layout in Sharepoint 2007 has come from. The page layout name is
"Article with comments".
The page layout contains no webparts. It does ...
0
votes
0answers
33 views
SPWeb.GetFolder() returns SPFolder with no files or sub folders
I'm encountering a strange problem on SharePoint 2007 where the following script correctly enumerates files and folders on my QA and DEV sites, but not on my Production site. Why is SPWeb.GetFolder() ...
0
votes
1answer
19 views
Retrieve reference for list from Lookupfield
I have a sharepoint 2007 and in a document library eventhandler: in ItemUpdating, i would like to be able to retrieve the value by id's from lookupfield. So with other words i have to get the ...
0
votes
0answers
13 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
21 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
24 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
19 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
24 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
13 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
42 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
23 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
18 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
31 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
50 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
16 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
12 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
37 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
19 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
20 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
37 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
19 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
32 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
61 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
34 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
42 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
46 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
8 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
23 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
46 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
32 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
18 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
39 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
...
