Re: Cfschedule question

2006-03-16 Thread Mike Little
hi guys, is it possible to include a URL variable when specifying the template to run eg. send_email.cfm?run_script=1 i thought i could maybe(?) wrap the code that runs in an if statement to see if URL variable is present. i sort of want to avoid creating a new db column if i can. mike ~

Re: Cfschedule question

2006-03-15 Thread Ryan Guill
Set a flag in the database when you send them the email, then only check for customers without that flag. On 3/15/06, Mike | NZSolutions Ltd <[EMAIL PROTECTED]> wrote: > Hi there, > > I have created a cfschedule that runs daily. It queries a list of > customers and sends them a followup email. > >

Cfschedule question

2006-03-15 Thread Mike | NZSolutions Ltd
Hi there, I have created a cfschedule that runs daily. It queries a list of customers and sends them a followup email. The template that runs is send_email.cfm - what is the best way to protect this template from being executed by mistake - as we only want one followup email sent to customers. R

Re: cfschedule question

2004-09-19 Thread Andrew Grosset
use the interval attribute like this: interval="once" ( CFMX Docs: Interval at which task is scheduled.     * number of seconds (minimum is 60)     * once     * daily     * weekly     * monthly ) >How do I schedule a one time task with cfschedule. I get I can set the start >and end date to the

Re: cfschedule question

2004-09-19 Thread Johan Steenkamp
Tony May have been convered already but in my experience all you can really do it update or delete a scheduled event based on its name. So you cannot get any other details about it. In practise all you need to store - a simple text file is sufficient so no need to use a database is something like

Re: cfschedule question

2004-09-19 Thread Nick Cabell
This could really save me. My hosting company is threatening to turn off read access to neo-cron.xml after I rolled out my app assuming I could read it. They do seem to allow CreateObject. I am not a java programmer, but can you tell me if there is a not-too-hard way to read the individual element

CFSchedule question

2003-01-21 Thread Luis Lebron
How do I schedule a one time task with cfschedule. I get I can set the start and end date to the same one or is there a better way? thanks, Luis R. Lebron Project Manager Sigmatech, Inc ~| Archives: http://www.houseoffusion.com

RE: cfschedule question

2003-01-19 Thread Tony Weeg
y 19, 2003 6:08 PM To: CF-Talk Subject: cfschedule question Dave Watts wrote: > >CFMX doesn't store any configuration information in the registry. I think >that scheduled events are stored in \CFusionMX\lib\neo-cron.xml. > >But, rather than edit that file directly while

cfschedule question

2003-01-19 Thread Jochem van Dieten
Dave Watts wrote: > >CFMX doesn't store any configuration information in the registry. I think >that scheduled events are stored in \CFusionMX\lib\neo-cron.xml. > >But, rather than edit that file directly while CF is running, you might >instead want to use the appropriate API. Jochem van Dieten's s

RE: cfschedule question

2003-01-16 Thread Tony Weeg
anced ColdFusion Developer Information System Design Navtrak, Inc. Mobile workforce monitoring, mapping & reporting www.navtrak.net 410.548.2337 -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 10:44 AM To: CF-Talk Subject: RE: cfschedule

RE: cfschedule question

2003-01-16 Thread Dave Watts
> nope, anyone know the cfmx reg keys that this might be > stored in? CFMX doesn't store any configuration information in the registry. I think that scheduled events are stored in \CFusionMX\lib\neo-cron.xml. But, rather than edit that file directly while CF is running, you might instead want to

RE: cfschedule question

2003-01-16 Thread Tony Weeg
sage- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 9:41 AM To: CF-Talk Subject: RE: cfschedule question nope, anyone know the cfmx reg keys that this might be stored in? ...tony Tony Weeg Senior Web Developer UnCertified Advanced ColdFusion Developer Informa

RE: cfschedule question

2003-01-16 Thread Tony Weeg
sage- From: Randell B Adkins [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 9:36 AM To: CF-Talk Subject: RE: cfschedule question If your running CF5 depending on you havign access to use the CFRegistry function, you can get a listing from there. If I am not mistaken, it is loc

RE: cfschedule question

2003-01-16 Thread Tony Weeg
monitoring, mapping & reporting www.navtrak.net 410.548.2337 -Original Message- From: Randell B Adkins [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 9:36 AM To: CF-Talk Subject: RE: cfschedule question If your running CF5 depending on you havign access to use the CFRegi

RE: cfschedule question

2003-01-16 Thread Randell B Adkins
vtrak, Inc. Mobile workforce monitoring, mapping & reporting www.navtrak.net 410.548.2337 -Original Message- From: Clint Tredway [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 9:29 AM To: CF-Talk Subject: RE: cfschedule question According to the refernce book, you can

RE: cfschedule question

2003-01-16 Thread Tony Weeg
tem Design Navtrak, Inc. Mobile workforce monitoring, mapping & reporting www.navtrak.net 410.548.2337 -Original Message- From: Clint Tredway [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 9:29 AM To: CF-Talk Subject: RE: cfschedule question According to the refernce book, y

RE: cfschedule question

2003-01-16 Thread Clint Tredway
tag. HTH, Clint -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 8:12 AM To: CF-Talk Subject: RE: cfschedule question that's fine, a db to handle that, but is there any way to expose whats in the scheduler? for them tomodify, and

RE: cfschedule question

2003-01-16 Thread Tony Weeg
9:06 AM To: CF-Talk Subject: RE: cfschedule question Not without you building an application that can track what schedules are whos. HTH, Clint -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 8:00 AM To: CF-Talk Subject: cfschedule quest

RE: cfschedule question

2003-01-16 Thread Clint Tredway
Not without you building an application that can track what schedules are whos. HTH, Clint -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 8:00 AM To: CF-Talk Subject: cfschedule question hi there... is there a way with the cfschedule tag

cfschedule question

2003-01-16 Thread Tony Weeg
hi there... is there a way with the cfschedule tag and the scheduler to give my clients access to scheduled events that are theirs? thank you ...tony Tony Weeg Senior Web Developer UnCertified Advanced ColdFusion Developer Information System Design Navtrak, Inc. Mobile workforce monitoring, map

RE: cfschedule question

2001-08-17 Thread Billy Cravens
ginal Message- From: Mak Wing Lok [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 16, 2001 7:44 PM To: CF-Talk Subject: Re: cfschedule question i use cfschedule to make http call on other pages that run some perl script the problem is that the perl script has not been run at all, but if i run

Re: cfschedule question

2001-08-16 Thread Mak Wing Lok
t; <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, August 16, 2001 8:37 PM Subject: Re: cfschedule question > CFSchedule calls pages via http so it should be able to do what you're looking for. > > HTH, > > Howie Hamlin - in

Re: cfschedule question

2001-08-16 Thread Howie Hamlin
ty at www.coolfusion.com/devcon - Original Message - From: "Mak Wing Lok" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, August 16, 2001 4:05 AM Subject: cfschedule question > hi, just curious, is cfschedule able to schdule-call pages from .a

cfschedule question

2001-08-16 Thread Mak Wing Lok
hi, just curious, is cfschedule able to schdule-call pages from .asp, .php or any other valid http pages? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetpr

CFSCHEDULE Question

2000-08-07 Thread Ron Connelly
I'm trying to generate some static pages of a directory listing, one page for each letter A through Z. I intend to generate these pages once each month on my development system, then FTP to a non- CF enabled Website. Below is some code showing how I'm trying (unsuccessfully) to do it. CFSCHE

Re: CFSCHEDULE QUESTION

2000-04-26 Thread Talha Rizvi
I had the same exact problem. Our scheduler was working unexpectedly if at all (it didn't matter if we were using the administrator panel or the cfschedule tag). Since we upgraded to CF 4.5 everything seems to work fine. Maybe that's also your problem, check what version your CF Server is. Allai

Re: CFSCHEDULE QUESTION

2000-04-26 Thread Randy Adkins
sday, April 26, 2000 2:23 PM Subject: CFSCHEDULE QUESTION > This is a multi-part message in MIME format. > > --=_NextPart_000__01BFAF71.C798AC20 > Content-Type: text/plain; > charset="Windows-1252" > Content-Transfer-Encoding: 7bit > > > > I have s

RE: CFSCHEDULE QUESTION

2000-04-26 Thread Jay Wigginton
PM To: [EMAIL PROTECTED] Subject: CFSCHEDULE QUESTION This is a multi-part message in MIME format. --=_NextPart_000__01BFAF71.C798AC20 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit I have several sites that require daily, weekly a

CFSCHEDULE QUESTION

2000-04-26 Thread Double Down, Inc
This is a multi-part message in MIME format. --=_NextPart_000__01BFAF71.C798AC20 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit I have several sites that require daily, weekly and monthly updates. I have written the code to be executed and it w

Fw: CFSchedule Question

2000-04-14 Thread Dave Hannum
Repost - please forgive - no body responded 8-) = I've used the scheduler in CF Administrator with a great deal of success (yes, I know that it does not work for some). However, I have never used CFSchedule. My question is, can you use this tag in lieu

CFSchedule Question

2000-04-13 Thread Dave Hannum
I've used the scheduler in CF Administrator with a great deal of success (yes, I know that it does not work for some). However, I have never used CFSchedule. My question is, can you use this tag in lieu of setting up a scheduled run in Administrator. I guess I'm asking, can you use this tag w