SharePoint 2007 is a Server Product from Microsoft. It is a Application Development Framework that helps you to create Web Application in no time. It combines collaboration and web publishing providing rich set of functionalities (Content Management, Search, wiki ,blog etc) all under its stack.
0
votes
0answers
7 views
Feature Report Center Creation in sharepoint 2010 error
I am trying to import a SharePoint site from 2007 (which was already exported) into a SharePoint site 2010 using "stsdm" command and I got this error after running the stsdm code:
Could not find ...
0
votes
0answers
4 views
SPD2007 Assign To Do Item person workflow lookup not assigning task in SP2007 task list
I have created a workflow in SPD 2007 and I am pushing this WF to a library in SP 2007.
I have assigned a SPD To Do Item to a 'workflow lookup' people picker field. The person received the To Do ...
0
votes
0answers
8 views
Web Part Communication between Web Part in a Popup Window
First I know I should show some implementation effort but to do so even I am kind of stuck for a design idea.
My client requirement is to have a web part (Parent) that contains currently selected ...
0
votes
0answers
15 views
TFS project portal not showing reports
Background: TFS 2010 to TFS 2010 migration, SQL 2008 R2, WSS 3.0
Issue: TFS project portals are not showing reports.
Original error:
TF250016: No access rights have been granted for the ...
-1
votes
0answers
18 views
Sharepoint 2007 - Access Denied - User has 'Full Control' [closed]
User 'A' has Full Control on the document library. User 'A' also has full control for the specific Excel document.
User clicks on 'Manage Permissions' for that Excel file, clicks 'Add New User' and ...
0
votes
0answers
18 views
“Object Reference Not Set to an instance of an object” when creating Sequential workflow
I am working with SharePoint 2007 custom workflows. When I add a sequential workflow (New Project -> Workflow -> SharePoint 2007 Sequential Workflow) it gives an error as "Object Reference Not Set to ...
0
votes
0answers
7 views
sharepoint 2007 stsadm command line error invalid parameter
here is the command
stsadm -o export -url http://rise/BU/ -filename c:\backup7 -includeusersecurity -version 4 -cabsize 1024 - nofilecompression
any help would be greatly appreciated
1
vote
1answer
25 views
How to show a wait message OR loading image when a write operation is being performed using spapi_lists.js library.?
I am using SPAPI_Lists.js and SPAPI_Core.js libraries to update/add records to share point 2007 lists.
i want to show a wait message OR loading image still the write or read operation is completed.
...
0
votes
2answers
13 views
Edit the list in Standard view in Sharepoint
I had a specific requirement and would like to know if anybody had an idea on how I should go ahead with this problem.
I have a custom list (with a custom form) and would like to edit/change entries ...
1
vote
1answer
55 views
Decimal.Parse/Double.Parse Returns a Value without the Decimal Point
I am working with workflows in Sharepoint 2007. In the Workflow I am accessing a Inforpath form the Code Behind and add some Recurring values to a Sharepoint List.
string strProfitMargin = ...
1
vote
1answer
18 views
development of webparts in sharepoint client
I am willing to learn "how to develop webparts using visual studio 2010" in client .
I had installed Sharepoint 2013 in windows server 2012 . But i want to develop the web parts in visual studio ...
0
votes
1answer
23 views
SharePoint C# recursive team site look up
I developed a webpart to return all the site collections and webs that a user has read access to; I want to limit the results to Team sites only.
How can I accomplish this? I've looked through the ...
0
votes
1answer
8 views
Grant all users Access to an SSRS 2005 Report in SharePoint 2007 Integrated mode
All users on our in our domain have read access to the SharePoint Site and the Datasources folder.
We have some reports and report folders we want all users to have access to, so we tried granting ...
0
votes
0answers
21 views
Custom Master Page - CEWP/JQuery Broken
I am using a script that adds scollbars to a doc library webpart which works fine on sites using the "default.master" system master page, but once I attempt to use my custom master page it breaks the ...
-1
votes
1answer
28 views
Automatically login to Sharepoint site and then fill out dynamic form? [closed]
I am trying to use Greasemonkey/JavaScript to click on buttons and fill out a form on a Sharepoint-powered website.
When the page loads, a popup appears asking me to type in my password.
Then, I ...