for questions completely specific to SharePoint 2007 and **not past or future versions**
0
votes
2answers
34 views
Custom action with custom code doesn't work properly
I have an action in my document library, but it doesn't work as it supposed.
So I have here definition of my custom action:
<CustomAction
Id="MyProject.Google"
Title="Go to google"
...
3
votes
1answer
350 views
Opening a document in read-only mode using an external control
I have a .Net application that (amongst other things) provides a front end to a sharepoint document library. Users are able to open documents, and I use the Open Documents Control to do so ...
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
2answers
18 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 ...
5
votes
8answers
8k views
Missing “Upload Multiple Documents” in SharePoint 2007
I'm using MOSS on the server and have Office Enterprise 2007 and IE9 on the client. In all libraries, I can only upload a single document at a time; the multiple document upload option is not ...
0
votes
0answers
31 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
59 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
29 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 ...
0
votes
1answer
35 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
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
2answers
365 views
The User does not exist or is not unique - Content Deployment (MOSS 2007)
I am having a Incremental Content Deployment scheduled from Stage to Production. Now it is throwing an error The User does not exist or is not unique . I have checked the logs as well as eventviewer. ...
0
votes
1answer
988 views
Create view to show all documents, child documents, and subfolders?
Is there a way in Sharepoint OOTB to show all the documents and folders in and below a folder or Document library?
For example, If I have the following structure:
- http://site/Document ...
1
vote
1answer
297 views
DVWP sorting the data with xslt and removing the duplicates
I'm working with SharePoint 2007. I try to modify the DVWP with the XSLT.
The web part pulls the data from the list, what i want to do is just sort the data and show the results. - I can't sort the ...
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?
0
votes
1answer
315 views
Forms Auth, Sharepoint Group, Form Group, Workflow Email notification
We have a publishing site using MOSS2007 that is using a Forms authentication and our own Membership and Role Provider
We want to have a workflow that sends emails to the Approvers sharepoint group ...
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 ...
3
votes
1answer
1k views
What needs to be fixed with this custom alert template?
I've customized alert notification template for Announcements list. Here is custom code:
<Immediate>
<Subject>
<Switch>
<Expr>
<GetVar ...
0
votes
0answers
16 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 ...
2
votes
1answer
281 views
How to change “My Site is scheduled for deletion.. ” message Format in SharePoint 2007
When user is Diable/Deleted from AD. Their Manger get the below Message :
Subject: The My Site of [user] is scheduled for deletion
The My Site of [user] is scheduled for deletion. As their manager ...
0
votes
1answer
38 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
24 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. ...
2
votes
1answer
509 views
In a DVWP my Multilookup column is not returning IDs, only column values
I've added a DVWP to a page. The DVWP shows data from a list with a multi value lookup column.
The value returned for this column is in the form: value1;value2;value3.
Now I want to render this ...
1
vote
2answers
60 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
20 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 ...
0
votes
1answer
46 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 ...
5
votes
3answers
128 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
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
18 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
17 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
28 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
387 views
People Picker Events
Does anyone know if:
there is an event that fires when the name in a people picker field changes?
there is an event that fires when the Browse (Address Book) dialog closes?
I'm using MOSS 2007 and ...
0
votes
0answers
33 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
35 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
21 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
27 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 ...
0
votes
1answer
287 views
Custom workflow activity for SP 2007 appears in Designer's action picker but won't add
This is SharePoint 2007. I created a custom workflow activity in Visual Studio 2008 (using this and a few other blogs as a reference). I deployed it properly, I think. I can go into SharePoint ...
1
vote
3answers
39 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" ...
0
votes
0answers
44 views
Updating Webpart programmatically
I have a custom EDIT/NEW/View forms for a content type.
i need to change the properties programmatically since i have over 1000sites using these forms
static void Main(string[] args)
{
...
1
vote
1answer
26 views
Is there a way to determine if there is an attachment in a calculated column?
I'd like to have a column display "Yes" if there is an attachment to the sharepoint list item, or "No" if there isn't one. Default would be no, but then if they edit the item to add an attachment, I ...
2
votes
6answers
121 views
File doesn't exist but is being shown in Sharepoint 2010 document library
In my Document Library named Lists/Documents, I have some corrupted items. I can see them and their properties in ListView, but I cannot edit or delete items.
This is not a Permission problem. ...
1
vote
1answer
24 views
Getting CultureInfo from Web.Language
I can get language code, e.g. "1033" for en-US by,
using (SPSite site = new SPSite("https://portal.loonetoones.com/default.aspx"))
using (SPWeb web = site.OpenWeb())
{
...
0
votes
0answers
18 views
Edit Listform(OOTB) consuming more time to load in SharePoint list
In our SharePoint server there is one list List1.when i am open any list item in edit form List1. it is taking much time to be loaded. around 1sec upto 2min.
In List1 contain one lookup column from ...
1
vote
1answer
22 views
How many ways we can deploy any solution in moss?
What all different ways available to deploy any custom solution in moss.
Which is the best practice to follow while deploying solution?




