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
2answers
66 views
why I cannot download documents If subfolder name of document library contains “+” symbol [closed]
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
21 views
How to create a Sharepoint custom workflow to get executed only on 7th day of every month? [closed]
I want my SharePoint Workflow to execute only on a fixed day of every month.
I can not use the SP trigger Job option as I dont have enough permissions.
but I can create a custom workflow using ...
0
votes
0answers
21 views
MOSS 2007 on Active Directory 2012
I have a client who is upgrading parts of their Windows server infrastructure to Windows 2012. They have a MOSS 2007 installation on the same network currently.
Assuming that the WFEs and app servers ...
0
votes
1answer
80 views
Sharepoint 2007 Word Document opens as read only
I have a word document in a document library that when I open from a web part opens as 'Read Only' and will only let me save the document with another file name.
If I open it directly from the ...
0
votes
0answers
45 views
How to handle session timeout for XmlFormView control?
I would like to know if it its possible to handle session or form timeouts in a XmlFormView control which hosts a InfoPath 2007 form and prevent errors similar to the following from being displayed ...
-1
votes
1answer
26 views
SharePoint 2007 Custom Sorting for Document Library [closed]
I have a uploaded slides from PowerPoint to a document library that can then be collected for a staff meeting presentation. Each slide has its own number and place where it belongs for the slideshow. ...
0
votes
0answers
9 views
SharePoint 2007 permissions to form based users
i have SharePoint 2007 internet portal. i wonder if i cant specify security permissions on pages,lists,listitems on form based users level. just like the domain users.
is that possible ?!
Thanks
0
votes
0answers
12 views
MOSS 2007 Child Content Types not Updating properly
I have a MOSS 2007 environment where we are using content types to control content for page layouts. Essentially, we have one content type, lets call it PL1, that has a few custom fields which are ...
0
votes
0answers
93 views
Check duplicate item workflow [closed]
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. ...
0
votes
0answers
39 views
InfoPath form 2010 Template certificate is expiring very often(1 month)
I have and InfoPath 2010 template, i am using C# code behind for this template. In order to publish this template on to infopath form library i have to digitally sign the template and publish. Due to ...
0
votes
0answers
37 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 ...
0
votes
0answers
83 views
Special Character not being saved to Oracle database (example: á)
I am facing a weird issue while inserting data to oracle database. I have these special characters like á , ®,©,™ . For example if we take the a-acute symbol(á). This is working fine if i run the code ...
1
vote
1answer
302 views
Hide fields on NewForm.aspx and EditForm.aspx based on the current user's membership in a SharePoint Group (2007)
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 ...
0
votes
0answers
23 views
SSP upgrare to 2010 - which method to choose? [closed]
In case of SSP 2007 to 2010 upgrade what are better approach ( In-place or DB attach) to upgrade these following SSP service. In fact all SSP services have pros & cons for ( In-place or DB attach) ...
0
votes
0answers
27 views
publish a wcf service to sharepoint 2007
Hi I have created a WCF service using Sahil's article.
WCF Sahil Malik
I get the following error when I run Run the following - "%windir%\Microsoft.NET\Framework\v3.0\Windows Communication ...
-3
votes
1answer
113 views
How to getting items count in SPListitem in SharePoint?
My friend is having a problem in SharePoint that he is accessing the SharePoint sqlserver database.
The code is :
SPListItemCollection collListItems = oList.Items;
foreach (SPListItem item in ...
0
votes
0answers
62 views
Access site collection from another site collection sharepoint.
I have two site collection. The URL for the two site collections are shown below,
www.mySharepointSite.com
www.mySharepointSite.com/nanosite
Is there a way in the code that I can access the site ...
0
votes
0answers
70 views
Microsoft JScript runtime error: 'browseris' is undefined
While i am trying to run one aspx page that is using in sharepoint 2007 which contains inputformtextbox throwing Microsoft JScript runtime error: 'browseris' is undefined. I don't know what's the ...
0
votes
0answers
23 views
Sharepoint 2007, Event ID 5700
I have a problem with Sharepoint2007. Sometimes, I see in EventViewer an error and I don't understand completely, what's the problem:
Could not open connection using 'datasource=i1sql.*.local; ...
1
vote
0answers
164 views
SharePoint Designer 2007 - custom submit button committing every content type to default content type
When I submit a new item to a list with 5 content types, everything is being saved as the default content type.
Applications: SharePoint 2007 & SharePoint Designer 2007
I have a list with 5 ...
0
votes
1answer
50 views
Connecting to a shared drive on network with SharePoint 2007
I need to use a shared drive with SharePoint 2007 instead of document library/list, mainly due to space limitations.
My organization uses MOSS 2007. The Business Data Catalog can use a database or a ...
0
votes
1answer
183 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. ...
0
votes
1answer
91 views
Can't Add Users SharePoint 2007
I'm using SharePoint 2007 and I've (admin) user which is have all privileges, Also i was created an (admin assistant) user but this user cannot create an access to other users he just can create a ...
0
votes
0answers
63 views
silverlight 5 add a new list item using WCF in Sharepoint 2007
I am using Silverlight 5 and sharepoint 2007.
I have added a service reference to my Silverlight project.
No values are added to the list
ServiceReference3.ListsSoapClient ws = new ...
0
votes
0answers
74 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
0answers
137 views
Get common values from two SPListItemCollection or Convert SPListItem to SPListItemCollection
I have 2 SplistItemCollections from which I have to get Items with common ID's. So I tried to use List1.Intersect(List2). But It shows that SplistItemCollection does not contain a definition for ...
0
votes
0answers
20 views
Migration of Content DB MOSS 2007
i have two different SharePoint Farm which both hosts different SharePoint 2007 web apps. Client has made a decision to migrate the Content Database of one Farm (less frequently accessed) and move to ...
0
votes
1answer
89 views
SplistItem.Delete() method stops while Deletion
I have created one application for deleting Duplicate SPListItem. The list has thousands of duplicate records. While deleting the item (say, approx. after 1000 records deletion). The Application ...
0
votes
1answer
48 views
How to make columns editable or readOnly?
Is there a way in sharepoint 2007 to make columns as readonly or editable depending on the user roles accessing it?
0
votes
0answers
13 views
Is there a good free wiki extension for Sharepoint 2007?
Does anybody know a good free wiki extension for Sharepoint 2007?
I just think that the basic Sharepoint wiki functionality is not very user friendly.
1
vote
1answer
58 views
set the width for boundfield in spgridview
I tried different ways to set the width for my gridview clumns but nothing worked out for me. Can some one guide me about how o achieve ths. i am including my code below...
Thanks.
...
0
votes
2answers
69 views
Getting All users from 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
47 views
SharePoint 2007 designer assign a task does not continue after completion of task [closed]
I'm currently looking for a way to use the assign a to do item in sharepoint designer as a way to approve the items. My problem is that when I try to assign a task to a person and he's already ...
0
votes
0answers
75 views
Putting doctype inside aspx content page rather than master page in SharePoint Designer 2007
I have the following code using SharePoint Designer 2007.
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="NewPage.aspx.cs" Inherits="MyApp._NewPage" ...
1
vote
0answers
84 views
running a complex MS Access form as a LAN/web app on a low budget [closed]
I am on a very low budget and I would like to run a complex interactive MS Access form as a web app on my company’s local intranet network (LAN), to be used by up to 10 different users (employees). ...
0
votes
1answer
167 views
Sharepoint list item throws null error
I have am iterating through a list of SharePoint list items .
A couple of items do not have data so throw the null exception.
I used
if (!string.IsNullOrEmpty(xt["ows_LinkTitle"].ToString()))
...
0
votes
1answer
76 views
SP2007 Workflow: Lookup XXXX property for XXX by Title?
Does anybody know if there is a way to use the Look site user property but search by the user's title instead of their NTLogin/Username?
Example:
Lookup JobTitle property for John Smith, store in ...
0
votes
0answers
54 views
Sharepoint Extended Web Application's web.config
I had an SharePoint Web application at (http ://intranet) and extended it to (http ://internet). Technically it created a new IIS web site for me with a web.config file completely different from the ...
0
votes
1answer
306 views
Using SPServices to get user's “My Links” via jQuery
I am trying to get the current user's list of "My Links" using SPServices & jQuery
I am new to SPServices and I found this page about how to get values from the user's profile and specifically ...
0
votes
1answer
199 views
Add a new list item with a Person or Group field
I have a DataTable, and I want to add new items to a Sharepoint list using the data in the table's DataRows. But I'm having trouble adding data for a field where the type is "Person or Group", ...
0
votes
1answer
64 views
Migrating SP 2007 web parts to SP 2010
I am trying to migrate web parts that were created in 2007 to 2010, the problem i have is i didn't use VSeWSS when i created these. All the files in the web part project i have is here...
My ...
0
votes
2answers
266 views
Can we query and fetch data from LIST between different subsites using CAML Query.?
Have LIST created under one site, can the same LIST be used to fetch data from other site using CAML Query.?
eg:
Consider a LIST "xxx" created under SitePages/AAA/Lists/
Can i access the LIST "xxx" ...
0
votes
0answers
305 views
How to call Sharepoint web services with Forms Authentication from a console application using “service reference”
My question is somewhat related the post here Accessing SharePoint content (list) from a WCF service
Basically, I know how to get the web service calls working with .Net 2.0 "Web Reference", as most ...
0
votes
2answers
46 views
How to convert XML to Xelement?
string queryText = string.Format(@"<Where>
<And>
<Neq><FieldRef Name='EventType' /><Value Type='recurrence'>3</Value> ...
0
votes
0answers
61 views
Modify SharePoint 2007 recurring meeting workspace tasks webpart?
I am trying to modify the tasks webpart that will capture the tasks assigned to everyone in my team. I want it to populate the 5 team member's names so that every week the manager just needs to add ...
0
votes
1answer
71 views
Sharepoint visual studio worflow IfElseActivity
I am developing a sequential workflow for SharePoint and wondering if an IfElseActivity should always have a minimum of two branches. For instance, if I have a true/false condition, do I need a branch ...
0
votes
1answer
45 views
MOSS 2007 Custom application page working on IP but not on Intranet and Internet URL
I have implemented a custom application page on MOSS 2007 site. I have put the VS folder in layouts and did all the necessary changes in web.config and gac. The custom application page is working ...
1
vote
1answer
71 views
run SPD workflow on changes to any field EXCEPT one?
I have a custom list. Each item in the list has 39 fields/columns that need to be filled out and a 40th field that gets filled out by a separate workflow.
I have another workflow that I need to ...
0
votes
1answer
68 views
SharePoint 2007 Mixed Mode Authentication with a MSSQL twist?
I'm maintaining and extending a SharePoint 2007 internet website which has a extensive custom ASP.NET 2.0 application integrated with custom MSSQL 2008 database.
The application uses Windows ...
0
votes
0answers
72 views
Ajax style updates in Data form webpart
Is it possible to do ajax style updates in data form webpart in sharepoint 2007 ..I have two webparts on the page one being data form webpart with is a newitem form and was wondering if we can do Ajax ...

