Tagged Questions
0
votes
0answers
6 views
Can Report Builder 3.0 be used to deploy and maintain SSRS reports hosted on SharePoint 2007?
Can Report Builder 3.0 be used to deploy and maintain SSRS reports hosted on SharePoint 2007?
If so, Report Builder 3.0 does not let me create a Data Source until I specify a report server, but the ...
0
votes
0answers
24 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
15 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
11 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
43 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
25 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 ...
-1
votes
0answers
27 views
How to export/move a sharepoint 2007 site as a STP file or to another server/computer? [closed]
How to export/move a sharepoint 2007 site as a STP file or to another server/computer?
Best is to include list items as well.
0
votes
1answer
34 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
68 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
54 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
37 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
47 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
16 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
35 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 ...
1
vote
1answer
35 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.
...