Confused about CFSCHEDULE

2000-10-30 Thread Peter Benoit
I guess I'm not sure how this works, so I'll ask. Does a scheduled task have to be set up in the administrator in order for it to cycle? What I'm trying to do is get input from a form, and set a scheduled event from that input. It doesn't appear that I can do this using the cfschedule tag, whic

RE: Confused about CFSCHEDULE

2000-10-30 Thread Christopher Olive, CIO
hedule the report, with the data passed (perhaps) in the URL called. chris olive, cio cresco technologies [EMAIL PROTECTED] http://www.crescotech.com -Original Message- From: Peter Benoit [mailto:[EMAIL PROTECTED]] Sent: Monday, October 30, 2000 2:06 PM To: CF-Talk Subject: Confused about

RE: Confused about CFSCHEDULE

2000-10-30 Thread Peter Benoit
lto:[EMAIL PROTECTED]] * Sent: Monday, October 30, 2000 3:16 PM * To: CF-Talk * Subject: RE: Confused about CFSCHEDULE * * * no, the CFSCHEDULE task allows you to interface with the cfadmin. * * from the docs: * * "CFSCHEDULE provides a programmatic interface to the * ColdFusion

RE: Confused about CFSCHEDULE

2000-10-30 Thread Jeff Sarsoun
Try this. The schedule was not created. -Original Message- From: Peter Benoit [mailto:[EMAIL PROTECTED]] Sent: Monday, October 30, 2000 4:03 PM To: CF-Talk Subject: RE: Confused about CFSCHEDULE Well do I need to use action="run" when I want

Re: Confused about CFSCHEDULE

2000-10-30 Thread Jim McAtee
eduled task will not run until CF sees it. You shouldn't count on the newly scheduled task to run until a period of at least that refresh interval has expired. Jim - Original Message - From: "Peter Benoit" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECT

RE: Confused about CFSCHEDULE

2000-10-30 Thread Peter Benoit
cAtee [mailto:[EMAIL PROTECTED]] * Sent: Monday, October 30, 2000 4:33 PM * To: CF-Talk * Subject: Re: Confused about CFSCHEDULE * * * Action="update" is correct. Action="run" will actually run * a previously * scheduled event (As in: "Do it now"). * * When

Re: Confused about CFSCHEDULE

2000-10-30 Thread Jim McAtee
ssage - From: "Peter Benoit" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, October 30, 2000 2:47 PM Subject: RE: Confused about CFSCHEDULE > Yes, it was the scheduler refresh that was throwing me off. I was expecting > to see the sch