Questions tagged [event-receiver]
140 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…

cut33h
- 3
- 2
0
votes
1 answer
Event Receiver for lookup column value added should be updated in another column in same Sharepoint list
I am having the list named "XXX". In that list i have two columns named Status, which is the choice column and StatusLookup, which is lookup column. The both column should have the same choices values namely Open, Pending Approval, Cancelled. If add…

Sugu Selvam
- 64
- 3
0
votes
1 answer
Cyclic calling of event receivers
I have a Deleting Event Receiver, say, on list A. Also I have other Deleting Event Receiver on list B. There is a deleting method in both receivers, which deletes items of each other. So, when an item is being deleted in list A the event receiver…

andDaviD
- 555
- 1
- 11
- 26
-1
votes
1 answer
Using Microsoft.office.interop.word in sharepoint server
So I really need to run word and microsoft.office.interop.word on a sharepoint server. There are no replacement libraries that it is possible to use in order to gain this functionality in order to get the following code to work.
string…

dipl0
- 1,017
- 2
- 13
- 36
-1
votes
1 answer
Receive .JPEG stream via serial port, store, and resend
The project I’m working on will be interfacing a Netduino 3 WIFI (C# .NET micro Framework) and a PC application (C# .NET Framework). A serial TTL camera will be connected to one of the Netduino’s COM ports and the PC app will connection to another…

R Mason
- 1
- 2