[OzMOSS] RE: Getting the current view of a list in the updating event handler.

2008-11-25 Thread Martinez, Javier (Outsourcing)
t object has the correct values there. Thanks / Regards, Javier From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martinez, Javier (Outsourcing) Sent: Tuesday, 25 November 2008 11:22 AM To: listserver@ozMOSS.com Subject: RE: [OzMOSS] RE: Gettin

RE: [OzMOSS] RE: Getting the current view of a list in the updating event handler.

2008-11-24 Thread Martinez, Javier (Outsourcing)
event handler. You cant. Even though the event is synchronous, you don't get a reference to the current context, which means you will not be able to tell. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martinez, Javier (Outsourcing) Sent: Monday, 24 November 2008 5:03

[OzMOSS] Getting the current view of a list in the updating event handler.

2008-11-23 Thread Martinez, Javier (Outsourcing)
Hi All, I have been trying to figure out how to get the current view of a list in the updating event handler but no luck. My problem is that I want to know if the view is Standard or Grid and do different things depending on the view. Something like this: /// /// Synchrono

[OzMOSS] Event Receiver Manager

2008-11-23 Thread Martinez, Javier (Outsourcing)
Hi All, Maybe you already know this but I found a quite useful solution to allow insert event receiver directly to a list. http://chrissyblanco.blogspot.com/2007/08/event-receiver-management.html I have tested and works well for me. I created a signed dll, drop it to the Assembly cache

[OzMOSS] Removing a list that belong to a feature that has been removed

2008-11-20 Thread Martinez, Javier (Outsourcing)
Hi All, I do not know if any of you have been on this case. I have created a list base on a Custom List that I created with Visual Studio as a feature. Then I was not happy with the work and removed the feature forgetting to remove first the list. Now, if I try to remove the list the follow

[OzMOSS] Event Handler Using Access DataSheet View and How to disable DataSheet View option for an specific list

2008-11-19 Thread Martinez, Javier (Outsourcing)
Hi All, Last week I finish my SharePoint Server 2007 course and I got a few issues regarding event handler and DataSheet Views when updating values in List. The normal approach to update values is using the ItemUpdated event using the below code: public override void ItemUpdate