RE: Cfschedule syntax

2003-08-14 Thread Qasim Rasheed
Here is a working example cfschedule action=UPDATE task=Task_Name operation=HTTPRequest startdate=#start_date# starttime=#start_time# enddate=#end_date# interval=Daily resolveurl=No publish=No

RE: Cfschedule syntax

2003-07-30 Thread Qasim Rasheed
Here is a working example cfschedule action=UPDATE task=Task_Name operation=HTTPRequest startdate=#start_date# starttime=#start_time# enddate=#end_date# interval=Daily resolveurl=No publish=No

RE: Cfschedule syntax

2003-07-30 Thread cfhelp
I run this code every time a major change as taken place to update a static webpage. All you are missing is the interval and operation. cfset StartTime = #DateAdd('n',1,Now())# cfset StartTime = #TimeFormat(StartTime,'HH:MM:SS')# cfschedule interval=Once action=UPDATE