sharepoint-2007 Questions
8
Solved
Hi I am developing using the SharePoint namespace and I ran into the following error when I try to retrieve a Title field from the list items.
Value does not fall within the expected range
I k...
Besotted asked 18/3, 2009 at 7:27
4
Solved
How to create a lookup field for the Choice field..For eg: In a list i have Choice field and i have to create an lookup column in other list pointing to this choice field ..When i select this list ...
Kestrel asked 23/9, 2011 at 5:53
4
Solved
Is there a "nice" way to create a CAML query for SharePoint that does something like this?
SELECT *
FROM table
WHERE Id IN (3, 12, ...)
Or am I stuck with a nightmare of nested <Or> nodes?...
Excruciating asked 11/12, 2009 at 22:33
5
Solved
Using SharePoint 2007, how could I allow the adding of CEWP's to the selection menu of an "Add a Web Part" dialog while in Edit Page mode? As of the moment, I can only add Announcements, Calendar, ...
Barium asked 22/2, 2012 at 18:45
21
Solved
I try to instantiate an instance of SPSite on the farm server in a custom process (MyApp.exe) and I give it as parameter the whole URI (http://mysite:80/). I also made sure that the account running...
Illfavored asked 5/11, 2008 at 19:22
4
Solved
The title states my problem quite exactly. If I try to gather all 400+ items from a list using sharepoint's REST API, I only get first 100.
I have read http://msdn.microsoft.com/en-us/library/offic...
Upcast asked 26/9, 2014 at 15:27
4
Solved
I use Internet Explorer 8 and Sharepoint 2007.
Briefing: I have a NewForm with various fields from a list. I need, using javascript, from one of the fields, to get the value introduced by the user...
Pellikka asked 8/6, 2012 at 16:38
2
Solved
I have created a report that I will embed in Sharepoint 2007 via a webpart using a report viewer. This works well and looks rather nice, however in the report I have a text field whose action is "G...
Pylos asked 17/6, 2013 at 13:51
3
Solved
I need to check whether the logged in user is a administrator or non-admin user by using JavaScript in sharepoint designer or content editor webpart.
Can anybody suggest?
Betsey asked 10/1, 2012 at 10:0
6
Solved
My computer is in a Domain (Active Directory) and I need to get the domain name dynamically. I found the following code on the internet:
SelectQuery query = new SelectQuery("Win32_ComputerSystem")...
Christadelphian asked 12/11, 2010 at 2:58
2
Solved
I have a calculated field in a list with this formula:
=CID & " - " & Title
When viewing the list, it might display as: "2 - Big Meeting". When I grab the value from code like so:
myItem["...
Workbench asked 22/5, 2009 at 14:54
5
Solved
I have deleted "New comment" webpart on the Blog Post detailed Page on the my SharePoint blog site, I am unable to find it in the webpart list.
How can I get undo / add the webpart back.
Resonate asked 10/8, 2009 at 21:8
4
Solved
I am getting ready to perform a migration of SharePoint 2007 to 2010, and during the migration horus, i will want to prevent anyone form adding content anywhere, but yet I would like for people to ...
Tenia asked 13/6, 2010 at 5:35
5
Solved
I have a feature that deploys a few site columns, a content type (inheriting from Page Publishing Content Type) and a page layout based on my content type.
Everything is fine on two tests, perfor...
Curlpaper asked 10/3, 2009 at 16:31
7
Solved
I am using the GetListItems web service and it is only returning about 50% of the results stored. Is there a limit to how much data can be returned? Is there anyway round this?
Import asked 21/8, 2009 at 22:27
5
Solved
I have a problem in a SharePoint list - some fields appear twice on the Display form, New Item form and on the list settings page. Both fields have the same ID and the same property page (same URL)...
Hoxha asked 10/6, 2009 at 8:14
4
I am trying to create a spsite of object for sharepoint search but i am getting exception in production as website not found
SPSite site = new SPSite("sitename");
ServerContext scon = ServerContex...
Constituent asked 30/4, 2009 at 11:54
3
Solved
I am trying to create a calculated column in SharePoint 2007. I want it to return the year of the CreatedBy column date and set the day to be 1 and the month to be January the data type returned by...
Lindahl asked 12/11, 2010 at 16:14
5
Solved
I'd like to log stuff in my Sharepoint Web Parts, but I want it to go into the ULS. Most examples that I've found log into the Event Log or some other file, but I did not really find one yet for lo...
Counterpoise asked 25/9, 2008 at 22:45
3
I am new to Sharepoint 2007 and I have done some google to find guid of a list which I want to use for outlook synchronization of my sharepoint project using stssync.
Can somebody please help me ...
Cryometer asked 28/10, 2013 at 8:40
1
Solved
I am trying to make a user controls for multi-level menu. I have created first-level control which works. Its iterating with repeater and instantiating my own MenuButton class. Each MenuButton obje...
Trim asked 25/4, 2014 at 8:13
7
Solved
I am developing a WebPart (it will be used in a SharePoint environment, although it does not use the Object Model) that I want to expose AJAX functionality in. Because of the nature of the environm...
Wolves asked 8/10, 2008 at 17:42
1
I am trying to execute a vbs file using C# code. The vbs file has the code to invoke an application on my machine. I am able to run the vbs script file when i run the C# code locally, but when i de...
Schade asked 2/7, 2013 at 23:41
6
Solved
I have list that having data stores dynamically once the infopath form has been submitted. I want to archive this data after 30 days of creation date of any data. can you please suggest how would i...
Bragg asked 22/12, 2010 at 10:27
4
Solved
I want to get all visible columns (Hidden == false) for specific list in sharePoint site, I tried to look through the SharePointWebService.Lists.GetList(listName), but couldn't find anything useful...
Jobey asked 22/11, 2010 at 13:5
1 Next >
© 2022 - 2024 — McMap. All rights reserved.