Questions tagged [wss]

WSS stands for Windows SharePoint Services, SharePoint Server 2007's "little" brother. It forms the basis for the full blown server product. As of SharePoint Server 2010 it is called SharePoint Server Foundation.

https://en.wikipedia.org/wiki/Microsoft_SharePoint_Foundation

695 questions
0
votes
1 answer

WSS 3.0 ItemAdded

I am working with WSS 3.0 and trying to set some permissions with the ItemAdded-Event. The problem is, that the event dont fire if I add an item. I've searched the whole web and found nothing. It is only on ItemAdding / ItemAdded, yet I have already…
0
votes
2 answers

Sharepoint Lists to Word / Excel file

Is their anything in sharepoint to easily achieve this? Say you have a list of 40 items, you can click a button to export all 40 items right to a word file or text file or something. Instead of having to open each item and click print. I can do…
chicken
  • 1,618
  • 5
  • 24
  • 35
0
votes
1 answer

User control with ajax fails to load in smart part with ajax

I have a user control with some ajax functionality. I am using smart part with ajax to load user control. I have put this user control in my virtual directory i.e(C:\Inetpub\wwwroot\wss\VirtualDirectories\2323\UserControls). But while loading it is…
Sachin
  • 479
  • 3
  • 12
  • 30
0
votes
2 answers

Change document library "Type" after it has been created from list definition

When beginning to develop against SharePoint I did not fully understand all the ins and outs initially. I created a list definition (for a document library) and associated various custom actions to it. Unfortunately, I used the following for the…
Zarek
  • 939
  • 3
  • 13
  • 21
0
votes
2 answers

Using Smart part for FBA site

I have a use control which contains some ajax functionality. I made all necessary changes to make my site ajax compatible (i.e added respective tags in web.config) which works fine. I am using smart part to load this user control. But when i click…
Sachin
  • 479
  • 3
  • 12
  • 30
0
votes
1 answer

sharepoint override form submission

Is it possible to override a NewForm.aspx form submission in a sharepoint list? Without making changes to the NewForm.aspx page itself? I would like something like the event handlers, where i can capture when an item is being added (ItemAdding) and…
chicken
  • 1,618
  • 5
  • 24
  • 35
0
votes
1 answer

WSS 2.0 lifecycle (when does support stop?)

When will Microsoft stop supporting WSS 2.0? For my current project we have the choice to migrate our code to WSS 3.0 or continue to use WSS 2.0. Depending on Microsoft's support policy our customer will have to make a choice. I already looked on…
LeonZandman
  • 3,054
  • 6
  • 29
  • 26
0
votes
1 answer

Get email administrators using wss 3.0

How could obtain all e-mail from site collection's administrators using wss 3.0?
Oliver
  • 81
  • 2
  • 7
0
votes
5 answers

With WSS, is it possible to customize the Admin?

I'm thinking of implementing WSS, but I want complete control over the Admin interface, as far as look-and-feel and navigation. Is this possible?
Jonathan
  • 32,202
  • 38
  • 137
  • 208
0
votes
1 answer

Cannot generate webservice client with WSDL2Java with WSSE

I'm having trouble generating the client classes using WSDL2Java from Axis1.4. The WSDL contains the header xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" The error shown is java.io.IOException:…
sergeiw
  • 1
  • 2
0
votes
1 answer

Determine How Much Space Each Site is Using - Windows Sharepoint Services

Our content database for WSS is growing out of control. I'd like to be able to do some reporting that will show which sites are using the most space, as well as what documents or document libraries are using the most storage space. These types of…
Albert
  • 3,639
  • 13
  • 43
  • 58
0
votes
1 answer

Interation of all pages in Pages Library

My colleagues and I were looking into a excessive SPRequests in SharePoint MOSS 2007. We saw that the probable cause would be that when a link is clicked, ALL pages in the page library is being called (this is based on reviewing the SQL profiler).…
Benjamin Wong
  • 599
  • 1
  • 8
  • 21
-1
votes
0 answers

Batch throws error "The system cannot find the batch label specified" when transferring to another label

I'm coding a program in Batch and recently I stumbled upon a new issue. The program is supposed to ask me for an answer and it's programmed to go to a certain label when I type in a specific answer (in this case, if the answer is "file", go to the…
-1
votes
1 answer

How to delete versions without having column name in sharepoint list

In version history i am getting some duplicate versions with out any field changed....So for those versions the column name will be empty. Programmatically i would like to delete the versions in the version history where no column name…
Govind
  • 544
  • 1
  • 6
  • 23
-1
votes
1 answer

PHP Websocket Client

I'm currently attempting to create a WebSocket client to connect to a wss:// URL with PHP (without using JavaScript). It's been a few days trying to program a simple function or class that can do so. I tried and looked into fsockopen, various…
Oliver M Grech
  • 3,071
  • 1
  • 21
  • 36
1 2 3
46
47