| Author |
Start Publishing Date
|
|
|
| I have set a posting's start publish date for the future and want to
put the details of the posting in a SQLServer 2000 database. But I
only want to do this when the posting is published.
Anyone have any ideas?
Cheers
Cat
| |
|
|
|
| Use one of the posting events for example:
CmsPosting_Approving
CmsPosting_Changing
CmsPosting_Approved
CmsPosting_Changed
And add some code there where you compare the publishing date with the current date.
Greetz,
Joost
catriona.morrison@ced.glasgow.gov.uk (Cat) wrote in message news:<d75afc34.0408190524.7a5a9bac@posting.google.com>...
> I have set a posting's start publish date for the future and want to
> put the details of the posting in a SQLServer 2000 database. But I
> only want to do this when the posting is published.
>
> Anyone have any ideas?
>
> Cheers
> Cat
| |
| Stefan [MSFT] 2004-08-19, 5:54 pm |
| This does not help.
If the posting becomes live (e.g.) 2 days later, than there is no event
being fired.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights.
MCMS FAQ:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...t+S
erver
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------
"Joost" <lijnenjoost@hotmail.com> wrote in message
news:bc47458.0408191242.282e7bd@posting.google.com...
> Use one of the posting events for example:
> CmsPosting_Approving
> CmsPosting_Changing
> CmsPosting_Approved
> CmsPosting_Changed
>
> And add some code there where you compare the publishing date with the
current date.
>
> Greetz,
>
> Joost
>
> catriona.morrison@ced.glasgow.gov.uk (Cat) wrote in message
news:<d75afc34.0408190524.7a5a9bac@posting.google.com>...[vbcol=seagreen]
|
|
|
|