I am looking for at webpart where users can choose a given date where an
announcement will automatic be deleted. Not remove from the list but
deleted.



Does anybody know such a webpart?



-Salva

RE: Automatic delete announcement by c

c
Sun Mar 20 12:57:05 CST 2005

Salva,

I do not know of such a web part, but using the SharePoint object model, you
can easily write a Windows Service that runs on the web server that is able
to be do the cleanup on a predetermined schedule. The code is very straight
forward.

Hope this helps.

Thanks
C



"Salva" wrote:

> I am looking for at webpart where users can choose a given date where an
> announcement will automatic be deleted. Not remove from the list but
> deleted.
>
>
>
> Does anybody know such a webpart?
>
>
>
> -Salva
>
>
>

Re: Automatic delete announcement by Salva

Salva
Tue Mar 22 16:28:47 CST 2005

Hi



I have searched for "SharePoint object model" but I must admit that my
skills are not coding.

I haven't got a clue where to begin :(



If you find any "ready to use" webparts please drop me a note :)



Thanks

Salva



> I do not know of such a web part, but using the SharePoint object model,
> you
> can easily write a Windows Service that runs on the web server that is
> able
> to be do the cleanup on a predetermined schedule. The code is very
> straight
> forward.



Re: Automatic delete announcement by Mike

Mike
Tue Mar 22 23:47:07 CST 2005

Using WSS services (as Cornelius suggested) and questions on the SharePoint
object model both fall within the scope of the subnewsgroup specially
created for WSS Programming issues.

(microsoft.public.sharepoint.windowsservices.development)

Can you please post further questions of this kind there and not in this
(main) newsgroup ?

Thanks!

Mike Walsh, Helsinki, Finland
WSS FAQ http://wss.collutions.com
please reply to the newsgroup only

"Salva" <salvanone@hotmail.com> wrote in message
news:eiYCH6yLFHA.2420@TK2MSFTNGP12.phx.gbl...
> Hi
>
>
>
> I have searched for "SharePoint object model" but I must admit that my
> skills are not coding.
>
> I haven't got a clue where to begin :(
>
>
>
> If you find any "ready to use" webparts please drop me a note :)
>
>
>
> Thanks
>
> Salva
>
>
>
>> I do not know of such a web part, but using the SharePoint object model,
>> you
>> can easily write a Windows Service that runs on the web server that is
>> able
>> to be do the cleanup on a predetermined schedule. The code is very
>> straight
>> forward.
>
>