I made a customization to SharePoint 2007 by using a ready made minimal page I found from web. Everything works fine except I cannot modify the webparts I added to content pages. When I click Modify Shared WebPart menu item from the webpart menu, the webpart properties editor that we always see on the right side of the page doesn't come ...
Hi All,
I want to get list of Sites and Lists from Sharepoint using Web Services.
Worked on GetSite() and GetSiteAndWeb() funtions of SiteData web service
Also tried Site and Lists.
I am unable to get list of sites :(
Regards,
Jene
...
The call center managers for my company use document libraries in a SharePoint 2007 site to post training material and information to our phone reps. These reps are given read-only access to the libraries as to not change the documents posted by management, however we find that if management uploads an Office 07 document (either docx or...
I have 3 Webpart namely WebPart-1.dwp, Webpart-2.dwp and WebPart-3.dwp.
I have the following scenario:
WebPart-1 : WebPart-2 (Inheritance)
WebPart-2 : WebPArt-3 (Inheritance)
WebPart-3 : Microsoft.SharePoint.WebPartPages.WebPart (Inheritance)
If I load WebPart-1, all the web parts gets loaded correctly but the click event of the ...
I have installed/configured Elmah on my personal SharePoint dev environment and everything works great since I'm logged in as admin, etc. I am using the MS Sql Server Error Log. (I am also using log4net to handle DEBUG/INFO/etc level logging and log statements are also stored in the db, in the same table as ELMAH's.)
However, on the a...
Hi,
I have a site in Sharepoint 2007 (not mine personally) with some subsites. For each subsite, and each of its pages, how can I get all the webpart's properties?
This is using Powershell (Server does not have Visual Studio, another matter).
Thanks
...
I am trying to add a custom css file to my site definition but I am having some issues. I have read that I should place them in 12\TEMPLATE\SiteTemplates\TEMPLATENAME\Layouts\1033\STYLE.CSS
But I can't access the file at /_layouts/1033/Styles/STYLE.CSS
Do I need to use a feature to add the STYLE.CSS file? I am for my Site Definition usi...
Hi all,
I am trying to access list of all Sites and Lists from Sharepoint 2007 using c#.
I am able to get Name of sites and list.
But unable to get folders and subfolders of particular list.
And Document uploaded in particular Folder.
I am using Web Services (no dependency of Microsoft.Sharepoint.dll)
Regards,
Jene
...
Hello, I'm working on MOSS 2007 and I want to build a sharepoint webpart that can list all the sites (in the same SPfarm) visible to the current user. What I can think of is:
Use FullTextSqlQuery class to search for the sites, but is it possible;
Build an external application that crawls the user-sites information by using the Sharepoi...
It would be great if any one would let me know how to implement global calenar in sharepoint 2007.
I m new to sharepoint. Pls tell me step by step.
Thank you
...
Hi everyone
I have a strange Behaviour issue with Sharepoint.
I'm testing some javascript in the content editor web part and ran accross this issue.
When Creating DOM Elements dynamically in a normal HTML Page as shown below, I am able to retrieve the values from the created Element.
When I however try this in a Sharepoint Content Edi...
Hello everyone,
I am using SharePoint Server 2007 Enterprise with Windows Server 2008 Enterprise. And I am developing using VSTS 2008 + C# + .Net 3.5 + ASP.Net + javascript (jQuery).
I met with the following security warning in browser (at the top of the page in IE) when browse a page -- "An add-on for this web site failed to run. Chec...
Hi,
I have a field defined as this:
<Field Type="Integer" DisplayName="BŠS" Required="FALSE" Commas="FALSE" Group="CRPU grupa" ID="{f8ae007e-df89-4149-8318-a79673cec338}" SourceID="{e0015c45-f539-484b-ae04-b792801053e3}" StaticName="BŠS" Name="BŠS" />
This is a part of a custom content type, which is added to a list. When I display ...
I added a column to a sharepoint document library, is there any way using the SharePoint Webservices to retreive the value in that column for a particular item?
(I'm currently using the GetListItems() from the Lists web service, but see no sign of my column)
...
I am trying to add OneViewCalendarWebpart to my site. I am getting the following error when I try to add the webpart from the gallery.
Server Error in '/' Application.
Value cannot be null.
Parameter name: g
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for ...
Hi,
I am trying to access Folder names from Document Libraray using web services in C#.
I am to get the first level folder names using getlistitems.
Howvever i am not able to get sub folders and documents.
Can any body help me with this.
Thanks,
Jene
...
I am running MOSS 2007 on a Dell PE 2850. We have aprox 350 users using workflows on this site. The server fairly idle, but one page in SharePoint is taking more than 10 seconds to load. It is the "In Progress" link under running workflows, once the page loads it shows the current status of the workflow and the history for it. Any ideas ...
Hi there, currently I'm faced with a LOT of static HTML documents to convert to SharePoint (MOSS 2007), basically they can remain static, but need to be migrated into the SharePoint site with the SharePoint look and feel (each page needs to be updated with the SharePoint headers and footers at a minimum), are there any tools out there th...
Hi,
I have a webpart that displays HTML output within the RenderWebPart method and also creates controls within the CreateChildControls both methods are declared as overridden in the webpart.
My question is how to I control the order of the display of the controls and html output?
At the moment I call EnsureChildControls() within the ...
Can anyone tell me how to call sharepoint 2007 webservices from java? And what is the xml format to send a soap request to sharepoint 2007 ?
I am using java1.5.
...