Coldfusion 10: Scheduling Daily Task is Advanced?

2012-05-28 Thread Gabriel Ortiz
Has anyone with a standard Coldfusion 10 installation been able to schedule a daily task? I have a standard license that was an upgrade from CF9. When I attempt to do so through the admin, I get the error below. Are daily scheduled tasks now advanced??? That seems wrong. Advance Scheduling

Re: Coldfusion 10: Scheduling Daily Task is Advanced?

2012-05-28 Thread Andy Allan
advanced??? That seems wrong. Advance Scheduling support is not available in this edition of ColdFusion server. Thank you, Gabriel ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp

Re: Coldfusion 10: Scheduling Daily Task is Advanced?

2012-05-28 Thread Dorioo
??? That seems wrong. Advance Scheduling support is not available in this edition of ColdFusion server. Thank you, Gabriel ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp

Re: Coldfusion 10: Scheduling Daily Task is Advanced?

2012-05-28 Thread Andy Allan
Coldfusion 10 installation been able to schedule a daily task? I have a standard license that was an upgrade from CF9. When I attempt to do so through the admin, I get the error below. Are daily scheduled tasks now advanced??? That seems wrong. Advance Scheduling support is not available

Scheduling lots of ColdFusion tasks in a limited window

2010-11-02 Thread Earl, George
We're running CF9 Enterprise in a pretty robust intranet environment - multiple CPUs, lots of RAM, our own instance, load balanced across two servers. We have about 60 scheduled tasks that need to run in a two hour period each morning. Each task hits either a mainframe database or a data

Re: Scheduling lots of ColdFusion tasks in a limited window

2010-11-02 Thread Ian Skinner
Scheduled tasks are just URLs requested by a computerize built-in browser rather then a client in front of a human. If the CFML code being run by the Scheduled task(s) could execute properly if two humans requested the URLs at the same time, their should be no problem with a computer doing

CF Scheduling Software

2008-03-19 Thread Scott Raley -ITC
Anyone know of a good product written in CF for Scheduling classes or training seminars that you can purchase the source code? Haven't found anything on riaforge using the search so if I missed something let me know. Thanks

Re: CF Scheduling weekly or monthly

2008-02-11 Thread Jim McAtee
Yeah, that's how I've done it in the past, but I'd prefer to just use the CF sheduler if it's capable. - Original Message - From: Dawson, Michael [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, February 11, 2008 8:00 PM Subject: RE: CF Scheduling weekly or monthly

RE: CF Scheduling weekly or monthly

2008-02-11 Thread Dawson, Michael
Many people run a daily task, then check the date to determine if the task should continue. M!ke -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED] Sent: Monday, February 11, 2008 8:49 PM To: CF-Talk Subject: CF Scheduling weekly or monthly Would I be correct in assuming

CF Scheduling weekly or monthly

2008-02-11 Thread Jim McAtee
Would I be correct in assuming that if you wanted to schedule something to run weekly on a particular day of the week, that you'd do it by setting the starting date to be a date that falls on that weekday? If that's correct, would monthly scheduling work the same? Say you wanted something

timesheet scheduling

2007-11-29 Thread Daniel Kessler
I am making a timesheet system. I wish to insert into an Oracle db the timesheet record for the coming two weeks at the beginning of those two weeks. So I was thinking that it'd be best that cfschedule runs every two weeks, calls a file that does an insert into the db. I've never used

Need Appointment Scheduling App

2007-02-05 Thread Tim Claremont
I need to add appointment scheduling to one of my applications. End users need to be able to schedule people for medical appointments and the like. Does anyone know of any good javascript or CF apps that might meet my need with some tweaking, or should I just start from scratch? I am looking

Re: Need Appointment Scheduling App

2007-02-05 Thread Doug Brown
in going that route. http://www.cfregex.com/cfcomet/outlook/ Doug B. - Original Message - From: Tim Claremont [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, February 05, 2007 9:42 AM Subject: Need Appointment Scheduling App I need to add appointment scheduling

Re: Need Appointment Scheduling App

2007-02-05 Thread Mik Muller
integration if you are interested in going that route. http://www.cfregex.com/cfcomet/outlook/ Doug B. - Original Message - From: Tim Claremont [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, February 05, 2007 9:42 AM Subject: Need Appointment Scheduling App I

RE: Need Appointment Scheduling App

2007-02-05 Thread Russ
Appointment Scheduling App I concur with the from scratch method. I bought some blog software a couple of years back and it took me longer to stuff the code into my software's authentication scheme than it would have taken me to write it from scratch. Learning from that lesson recently, I looked

RE: Need Appointment Scheduling App

2007-02-05 Thread Mik Muller
use Ray's blogCFC. I was able to integrate that and Galleon forums into our codebase with minimal effort. Russ -Original Message- From: Mik Muller [mailto:[EMAIL PROTECTED] Sent: Monday, February 05, 2007 1:15 PM To: CF-Talk Subject: Re: Need Appointment Scheduling App I concur

Scheduling e-mails to be delivered at a specific time...

2007-02-05 Thread Dan G. Switzer, II
I've got a unique problem that ironically I've never run into before, so I'm just looking at ideas on how to solve this problem. I need to modify some code so that e-mails being generated are scheduled to go out at a time other than when the code is executed. Obviously, I could create a table

RE: Scheduling e-mails to be delivered at a specific time...

2007-02-05 Thread Ian Skinner
If you have the proper version of CF, one could consider using the CFAdministrator API to programmatically create scheduled tasks that fire off at the desired time to generate the e-mails and send them off. It's another idea -- Ian Skinner Web Programmer BloodSource

RE: Scheduling e-mails to be delivered at a specific time...

2007-02-05 Thread Dan G. Switzer, II
] Sent: Monday, February 05, 2007 3:57 PM To: CF-Talk Subject: RE: Scheduling e-mails to be delivered at a specific time... If you have the proper version of CF, one could consider using the CFAdministrator API to programmatically create scheduled tasks that fire off at the desired time to generate

Re: Need Appointment Scheduling App

2007-02-05 Thread Mary Jo Sminkey
Does anyone know of any good javascript or CF apps that might meet my need with some tweaking, or should I just start from scratch? As the others mentioned, it really depends on how you need it to work and fit into whatever other application(s) you have. I've used Powered Calendar from

CF 5 dev. edition - no job scheduling?

2007-01-31 Thread Eric P
Hi, I have CF 5.0 dev. edition w/Apache on my work station (we run 5.0/IIS on production), and I set up a test scheduled job that doesn't seem to execute. The job runs every minute, and I see 'initiated' and 'completed' lines in my scheduler.log. But other than that it just flat out isn't

problem with lists and arrays: WAS list / array problems, scheduling problem

2006-12-05 Thread Gilbert Midonnet
I'm having a hell of a time building an employee scheduling calendar. The problem must be in my understanding of lists and arrays. I can put data into the lists/arrays, but pulling them out and displaying it correctly - now that's another story. Building the calendar was easy

RE: list / array problems, scheduling problem

2006-12-04 Thread Munson, Jacob
Can you show us the query that is giving you the incorrect results? I think I understand where you're going with this, but I'm not sure why you're getting the results you are. -Original Message- From: mayo [mailto:[EMAIL PROTECTED] Sent: Sunday, December 03, 2006 9:36 PM Instead I

list / array problems, scheduling problem

2006-12-03 Thread mayo
I'm having a hell of a time building an employee scheduling calendar. - Employer has several locations, employees may work at more than one location. - There will usually be more than one employee per location. - Employer is looking for a scheduling calendar that can show the month and list

Re: Scheduling .car creation (in other words: scheduling settings backups)

2006-07-20 Thread Tom Chiverton
On Wednesday 19 July 2006 15:12, Larry Lyons wrote: Times like this I just want to find a brick wall and beat it to death with my head. Sounds like you just removed the sticky plaster someone put in in the dim and distant past... -- Tom Chiverton

Re: Scheduling .car creation (in other words: scheduling settings backups)

2006-07-19 Thread Tom Chiverton
On Tuesday 18 July 2006 16:22, Larry Lyons wrote: - trying to figure out why a SQL insert that has worked for thousands of transactions suddenly stopped working for one and only one set of items. Ahh, one of *them* :-) -- Tom Chiverton

Re: Scheduling .car creation (in other words: scheduling settings backups)

2006-07-19 Thread Larry Lyons
On Tuesday 18 July 2006 16:22, Larry Lyons wrote: - trying to figure out why a SQL insert that has worked for thousands of transactions suddenly stopped working for one and only one set of items. Ahh, one of *them* :-) The problem turned out to be nothing related to SQL, but an

Re: Scheduling .car creation (in other words: scheduling settings backups)

2006-07-18 Thread Beru
So, does this silence mean that there's no solution? On 7/17/06, Beru [EMAIL PROTECTED] wrote: Hello you cool Gurus... here's the cool question of the day: How to schedule settings backups of my CF instances? I went on tracing the URL of the archive wizard, hoping to be able to stuff the

Re: Scheduling .car creation (in other words: scheduling settings backups)

2006-07-18 Thread Tom Chiverton
On Tuesday 18 July 2006 07:19, Beru wrote: So, does this silence mean that there's no solution? Maybe you should be less lazy :-) -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited

Re: Scheduling .car creation (in other words: scheduling settings backups)

2006-07-18 Thread Mingo Hagen
In programming laziness is a good characteristic. Mingo. Tom Chiverton wrote: On Tuesday 18 July 2006 07:19, Beru wrote: So, does this silence mean that there's no solution? Maybe you should be less lazy :-) ~|

Re: Scheduling .car creation (in other words: scheduling settings backups)

2006-07-18 Thread Tom Chiverton
On Tuesday 18 July 2006 09:35, Mingo Hagen wrote: In programming laziness is a good characteristic. Depends on what else you have to do I suppose. Do you spend two days waiting for some guru on cf-talk and then moaning no one answered, or 5 minutes trying it yourself or reading the docs (hint:

Re: Scheduling .car creation (in other words: scheduling settings backups)

2006-07-18 Thread Beru
Thank you, master Tom... Now I know I reached my limits, ;) so maybe you can help me and be more specific: where in the admin api did you find a method to do this? I thought I went through all of them... Cheers, after all... On 7/18/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 18

Re: Scheduling .car creation (in other words: scheduling settings backups)

2006-07-18 Thread Tom Chiverton
On Tuesday 18 July 2006 14:14, Beru wrote: can help me and be more specific: where in the admin api did you find a method to do this? I thought I went through all of them... In that case it's not there :-) You could write something with CFHTTP to login and submit the forms, I suppose. Why not

Re: Scheduling .car creation (in other words: scheduling settings backups)

2006-07-18 Thread Beru
Hehehe... I thought so... We already have full backups of our dir structures, of course... But this does not provide us enough flexibility in case of disaster recovery, site/instance migrations, etc... The idea is to backup the CF settings of an instance to *quickly* move a specific instance

Re: Scheduling .car creation (in other words: scheduling settings backups)

2006-07-18 Thread Mark Stanton
Hey Beru Pretty much everything is in XML files - some are under your JRUN root, some are under your CF root (which may or may not be under your JRUN root). This is not really documented anywhere that I have ever been able to locate. We have built a deployment system that can (almost) drop

RE: Scheduling .car creation (in other words: scheduling settings backups)

2006-07-18 Thread Rick Faircloth
[mailto:[EMAIL PROTECTED] Sent: Tuesday, July 18, 2006 9:53 AM To: CF-Talk Subject: Re: Scheduling .car creation (in other words: scheduling settings backups) Hehehe... I thought so... We already have full backups of our dir structures, of course... But this does not provide us enough flexibility

Re: Scheduling .car creation (in other words: scheduling settings backups)

2006-07-18 Thread Beru
Mark, you are a resource! ;-) Thanks for your advice, I'll dig this way further in, with my java-enabled colleagues... I had a dream... that CF Enterprise... well, never mind... :( On 7/18/06, Mark Stanton [EMAIL PROTECTED] wrote: Hey Beru Pretty much everything is in XML files - some are

Re: Scheduling .car creation (in other words: scheduling settings backups)

2006-07-18 Thread Larry Lyons
My what a good mood you're in. A suggestion, lighten up a bit eh? It was a good question. larry On Tuesday 18 July 2006 09:35, Mingo Hagen wrote: In programming laziness is a good characteristic. Depends on what else you have to do I suppose. Do you spend two days waiting for some guru

Re: Scheduling .car creation (in other words: scheduling settings backups)

2006-07-18 Thread Tom Chiverton
On Tuesday 18 July 2006 15:41, Larry Lyons wrote: My what a good mood you're in. I blame: http://www.rachaelandtom.info/node/1347 'a bit thin' is an understatement. -- Tom Chiverton, now fighting with randomly generated chart data This

Re: Scheduling .car creation (in other words: scheduling settings backups)

2006-07-18 Thread Larry Lyons
That's understandable then. Look at it this way you could be having my day - trying to figure out why a SQL insert that has worked for thousands of transactions suddenly stopped working for one and only one set of items. larry On Tuesday 18 July 2006 15:41, Larry Lyons wrote: My what a good

RE: Scheduling .car creation (in other words: scheduling settings backups)

2006-07-18 Thread Dave Watts
In programming laziness is a good characteristic. But you're not programming, you're trying to solve a problem. Laziness is not a good characteristic for problem-solving. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized

Re: Scheduling .car creation (in other words: scheduling settings backups)

2006-07-18 Thread Beru
ok ok, I did not mean to offend anyone out there, so forgive me if I did. To summarize: - There seems to be no obvious way to schedule .car creation from within CF, at least from what I got as reactions up to now. Or is there? - I got 2 interesting answers on this topic, in which I'll dig into

RE: Scheduling .car creation (in other words: scheduling settings backups)

2006-07-18 Thread Dave Watts
ok ok, I did not mean to offend anyone out there, so forgive me if I did. Speaking for myself, I'm not offended. - There seems to be no obvious way to schedule .car creation from within CF, at least from what I got as reactions up to now. Or is there? Not exactly obvious, but nothing

RE: Scheduling .car creation (in other words: scheduling settings backups)

2006-07-18 Thread Rick Faircloth
To: CF-Talk Subject: RE: Scheduling .car creation (in other words: scheduling settings backups) ok ok, I did not mean to offend anyone out there, so forgive me if I did. Speaking for myself, I'm not offended. - There seems to be no obvious way to schedule .car creation from within CF

Re: Scheduling .car creation (in other words: scheduling settings backups)

2006-07-18 Thread Mingo Hagen
Dave Watts wrote: In programming laziness is a good characteristic. But you're not programming, you're trying to solve a problem. Laziness is not a good characteristic for problem-solving. Okay... I was not referring to the problem solving part of being a programmer, I was just trying

RE: Scheduling .car creation (in other words: scheduling settings backups)

2006-07-18 Thread Dave Watts
Okay... I was not referring to the problem solving part of being a programmer, I was just trying to lighten the mood (opposite effect resulted, apparently). Anyways, it's hot, I need to sleep, and I only have about 60 cf-talk messages to skim through left... I can only speak for myself,

Scheduling .car creation (in other words: scheduling settings backups)

2006-07-17 Thread Beru
Hello you cool Gurus... here's the cool question of the day: How to schedule settings backups of my CF instances? I went on tracing the URL of the archive wizard, hoping to be able to stuff the parameters in there and cfschedule it as needed, but this is as far as I got to:

RE: scheduling without a scheduler

2006-01-21 Thread Jennifer Gavin-Wear
yes, i am aware of the tag, thank you :) I am not going to have that tag available -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: 20 January 2006 21:35 To: CF-Talk Subject: Re: scheduling without a scheduler CFSCHEDULE...read the docs and then say DOH

RE: scheduling without a scheduler

2006-01-21 Thread Jennifer Gavin-Wear
duh .. i hadn't thought of using the application.cfm .. that could work .. Thanks Russ -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: 20 January 2006 21:45 To: CF-Talk Subject: Re: scheduling without a scheduler So are you saying your planned host has cfschedule

RE: scheduling without a scheduler

2006-01-21 Thread Jennifer Gavin-Wear
Yep, that's what she means :-) -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: 20 January 2006 20:45 To: CF-Talk Subject: Re: scheduling without a scheduler I assume she means that she's using CFSCHEDULE on her own box but the cheapo hosting will not give her

RE: scheduling without a scheduler

2006-01-21 Thread Jennifer Gavin-Wear
thanks Ray, will check on that -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: 20 January 2006 21:55 To: CF-Talk Subject: Re: scheduling without a scheduler yea, but even some cheapo ones let you do it from some homegrown app that they have written. Michael

Re: scheduling without a scheduler

2006-01-21 Thread Will Tomlinson
Yep, that's what she means :-) I'm readin' thru this thread, and it's like 10% of the folks that read your post actually READ it. :) Will ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230172 Archives:

RE: scheduling without a scheduler

2006-01-21 Thread Jennifer Gavin-Wear
lol, well I'm a woman, what would I know about technology ;) :-) -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: 21 January 2006 11:53 To: CF-Talk Subject: Re: scheduling without a scheduler Yep, that's what she means :-) I'm readin' thru this thread, and it's

scheduling without a scheduler

2006-01-20 Thread Jennifer Gavin-Wear
Probably a daft question, but here goes. I want to get a site off my own server where I do have access to Cf Admin and onto a cheapo shared server where I won't have Cf-admin, or scheduler for that matter. I've got a bunch of maintenance tasks I'm currently running on the scheduler. Does anyone

RE: scheduling without a scheduler

2006-01-20 Thread Munson, Jacob
I want to get a site off my own server where I do have access to Cf Admin and onto a cheapo shared server where I won't have Cf-admin, or scheduler for that matter. You could try the cfschedule tag, a programmatic way to schedule stuff. p.s. if you dont see this message let me know ;)

Re: scheduling without a scheduler

2006-01-20 Thread Bryan Stevenson
CFSCHEDULE...read the docs and then say DOH! now that's the tag I'm after ;-) Be forewarned that some ISPs do not allow you to setup sched. tasksso be sure to check before making the leap Hope that helps Happy Friday Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric

Re: scheduling without a scheduler

2006-01-20 Thread Michael Dinowitz
If the site is being hit on a regular basis you can have one of those processes call the maintenance tasks on a regular basis. I just wrote an RSS CFC for someone which will add new items to the RSS once per hour or when someone hits the script, which-ever is longer. This means that if the

Re: scheduling without a scheduler

2006-01-20 Thread Ray Champagne
cfschedule is your other option, but many hosts disable this tag. also, some hosts will give you a control panel-type interface where you can schedule tasks, sort of like the cf admin, just more secure in a shared environment. who's your host? Jennifer Gavin-Wear wrote: Probably a daft

Re: scheduling without a scheduler

2006-01-20 Thread Russ Michaels
: Fri, 20 Jan 2006 21:27:30 - Subject: scheduling without a scheduler Probably a daft question, but here goes. I want to get a site off my own server where I do have access to Cf Admin and onto a cheapo shared server where I won't have Cf-admin, or scheduler for that matter. I've got

Re: scheduling without a scheduler

2006-01-20 Thread Michael Dinowitz
I assume she means that she's using CFSCHEDULE on her own box but the cheapo hosting will not give her access to it. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230146 Archives:

Re: scheduling without a scheduler

2006-01-20 Thread Ray Champagne
yea, but even some cheapo ones let you do it from some homegrown app that they have written. Michael Dinowitz wrote: I assume she means that she's using CFSCHEDULE on her own box but the cheapo hosting will not give her access to it.

RE: scheduling without a scheduler

2006-01-20 Thread Rick Faircloth
Sorry, but I didn't see it... :o) Rick Thanks, Jenny p.s. if you dont see this message let me know ;) ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230149 Archives:

RE: scheduling without a scheduler

2006-01-20 Thread Bobby Hartsfield
4:36 PM To: CF-Talk Subject: Re: scheduling without a scheduler If the site is being hit on a regular basis you can have one of those processes call the maintenance tasks on a regular basis. I just wrote an RSS CFC for someone which will add new items to the RSS once per hour or when someone

RE: scheduling without a scheduler

2006-01-20 Thread Ian Skinner
who's your host? I've also never had any trouble with my shared hosts setting up a scheduled task for me, just for the asking with a polite e-mail. So, have you asked to make sure you do not have the ability to use scheduled tasks? -- Ian Skinner Web Programmer BloodSource

REPOST: Scheduling a car archive

2005-11-28 Thread Rick Root
Posted this 11/18 with no response, thought I'd try one more time.. Rick Root wrote: Is it possible to schedule archiving of coldfusion settings and such? To a .car file.. I'd like to do this on an automated bases every night.. Rick

Scheduling a car archive

2005-11-18 Thread Rick Root
Is it possible to schedule archiving of coldfusion settings and such? To a .car file.. I'd like to do this on an automated bases every night.. Rick ~| Logware (www.logware.us): a new and convenient web-based time tracking

Need better event scheduling

2005-01-29 Thread Nick Baker
Just signed up with CrystalTech and found their event scheduling granularity weak. Hourly is the minimum event calling, and set on 15 minute increments. With 4 different schedulers you can get it down to 15 minutes. But, need background event scheduling at least every minute. Any ideas on how

Scheduling/Appointment application

2004-12-23 Thread Chris Terrebonne
Happy Holidays everyone! A few months ago there was a pretty in depth discussion regarding the database model and programming techniques of a scheduling/appointment application, but I can't seem to find it in the archives anywhere. If anyone could point me to this discussion or to any

scheduling pages

2004-10-08 Thread Coleman, Brian
I have a page that needs scheduling and may take something like 2 ½ to 3 hours to complete. I could break this same page down into 11-12 smaller pages and schedule them individually; it would probably take similar time for the entire process. Does anyone know if it's better to have shorter jobs

RE: scheduling pages

2004-10-08 Thread Burns, John D
something else or still use CF to fire off a java program or something that will accomplish this. John Burns -Original Message- From: Coleman, Brian [mailto:[EMAIL PROTECTED] Sent: Friday, October 08, 2004 2:03 PM To: CF-Talk Subject: scheduling pages I have a page that needs scheduling

RE: scheduling pages

2004-10-08 Thread Coleman, Brian
looking at 9k users. Which, now that I do the math is 10 hours. Thanks for pointing that out :-) -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Friday, October 08, 2004 1:04 PM To: CF-Talk Subject: RE: scheduling pages Why does it take that long? Perhaps CF

RE: scheduling pages

2004-10-08 Thread Dawson, Michael
This sounds like a better job for the File System Object (fso) and a Windows Scripting Host (wsh) script using VBScript. From: Coleman, Brian [mailto:[EMAIL PROTECTED] Sent: Friday, October 08, 2004 1:13 PM To: CF-Talk Subject: RE: scheduling pages It's

RE: scheduling pages

2004-10-08 Thread Burns, John D
: Coleman, Brian [mailto:[EMAIL PROTECTED] Sent: Friday, October 08, 2004 2:13 PM To: CF-Talk Subject: RE: scheduling pages It's going through user directories and deleting a certain folder + files + subfolders. I could do it with VBscript I think, but I haven't learned it :-( I'm not really sure on how

RE: scheduling pages

2004-10-08 Thread Ryan Duckworth
Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272 _ From: Coleman, Brian [mailto:[EMAIL PROTECTED] Sent: Friday, October 08, 2004 1:03 PM To: CF-Talk Subject: scheduling pages I have a page that needs scheduling and may take something like 2

RE: scheduling pages

2004-10-08 Thread Coleman, Brian
[mailto:[EMAIL PROTECTED] Sent: Friday, October 08, 2004 1:49 PM To: CF-Talk Subject: RE: scheduling pages Could you use a batch script to do the deleting (if you think that's the time consuming portion) and then just have CF fire off and make the batch script run. Maybe that would help

Re: Appointments scheduling system

2004-09-14 Thread Michael Traher
A basic appointments system can be found on the CF exchange on MM site - this would give you a good foundation - just search for appointment. - Original Message - From: Chris Kavanagh [EMAIL PROTECTED] Date: Mon, 13 Sep 2004 02:43:52 +0100 Subject: Appointments scheduling system To: CF

Appointments scheduling system

2004-09-12 Thread Chris Kavanagh
Dear list! So I've got to make an appointment scheduling system for a doctor's surgery.I really can't be bothered to code it myself...does anyone know of an existing CF system I could buy, or any open source stuff I could easily repurpose? Kind regards, CK. [Todays Threads] [This Message

Hotel scheduling

2004-07-28 Thread Cutter (CF-Talk)
I may have asked this some time way back, but requirements changed to make it unnecessary at the time. I am looking for a prebuilt package to handle hotel reservation scheduling and management. Any body know of anything? Cutter [Todays Threads] [This Message] [Subscription] [Fast

Re: Hotel scheduling

2004-07-28 Thread Bob Haroche
Cutter (CF-Talk) wrote: I may have asked this some time way back, but requirements changed to make it unnecessary at the time. I am looking for a prebuilt package to handle hotel reservation scheduling and management. Any body know of anything? This was recommended on the evolt list: http

Scheduling using dynamic queries and cfmail

2004-02-20 Thread Craig Hadley
Hello, We have an app that sends email using cfmail. The user logs in, selects which receipts should receive the email (all, by legislative district, by assembly district, and or by interest area). Then the user pastes in the subject in a text box, pastes the body into a text area box, and hits

Scheduling

2004-02-20 Thread Jeffrey Pratte
Some of my scheduled jobs run and some don't. I can't tell why. I am on CF 5. Does anybody have any hints about what I should be looking for? Thanks, Jeff [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Scheduling

2004-02-20 Thread Jim McAtee
[EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, February 20, 2004 12:41 PM Subject: Scheduling Some of my scheduled jobs run and some don't. I can't tell why. I am on CF 5. Does anybody have any hints about what I should be looking for? Thanks, Jeff [Todays Threads

MX Scheduling

2003-12-18 Thread Scott Ashman
Is there a trick to get scheduling to work in 6.1?I have a task that is supposed to kick off every 15 minutes from dec 15, 2003 to dec 15 2005 and it has yet to start - minus our force runs.It was working fine in 5.0. Thanks. --- Checked by AVG anti-virus system (http://www.grisoft.com

Problem Scheduling a Task Using CF Administrator?

2003-11-21 Thread Nick Baker
CF 5.0 I can't get a scheduled task to run on the local server via CF Administrator. Start Date:11/20/2003 End Date: Left Blank Run: DailyEvery: 15 Minutes Start Time: 00:00:01 End Time: 23:59:59 Operation: HTTPRequest Port: 80 Calling a CFM template that works when call via the browser. Any

RE: Problem Scheduling a Task Using CF Administrator?

2003-11-21 Thread Mark Stewart
Message- From: Nick Baker [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 2:08 PM To: CF-Talk Subject: Problem Scheduling a Task Using CF Administrator? CF 5.0 I can't get a scheduled task to run on the local server via CF Administrator. Start Date:11/20/2003 End Date: Left Blank Run

Appointment Times, Dates Scheduling Issues - Best Practices?

2003-08-27 Thread Chris Montgomery
Howdy, I recently took over a CF 4.51 site and am in the process of redesigning it for a client. Database is MS Access. The site is for a massage company that lets corporate clients sign up for on-site massages. Administrators can print copies of the day's on-site massage appointment schedule for

Need for scheduling tool.

2003-06-03 Thread Matthew Friedman
I am in need of way to send individuals information that they have been scheduled for a meeting in Outlook. I once saw a cf_tag that developed an attachment that went into Outlook. Does anyone know of a tool or a why to do this? thanks Matt Friedman

scheduling application in cf?

2003-03-11 Thread Melissa Fraher
Hello everyone. I am interested in developing a registration / scheduling form which would allow the user to select classes and check for time conflicts. I remember back when I registered for DevCon2002, there was a very nice conference registration form which checked for available seats / time

RE: RE: How to handle Calendar Scheduling of Recurring Events?

2003-01-15 Thread Jeremy Allen
Hello, We have implemented a solution at elliptIQ a couple of different ways. We store regular calendar events in one table, and when an event has recurrence data we link to another table for storing the recurrence data. We calculate event recurrences and only store the data describing the

RE: RE: How to handle Calendar Scheduling of Recurring Events?

2003-01-15 Thread Cameron Childress
Subject: RE: RE: How to handle Calendar Scheduling of Recurring Events? Hello, We have implemented a solution at elliptIQ a couple of different ways. We store regular calendar events in one table, and when an event has recurrence data we link to another table for storing the recurrence data

RE: RE: How to handle Calendar Scheduling of Recurring Events?

2003-01-15 Thread Matt Liotta
. Matt Liotta President CEO Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901 -Original Message- From: Jeremy Allen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 8:26 AM To: CF-Talk Subject: RE: RE: How to handle Calendar Scheduling of Recurring

RE: RE: How to handle Calendar Scheduling of Recurring Events?

2003-01-15 Thread Rick Faircloth
: Erik Yowell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 2:18 AM To: CF-Talk Subject: RE: RE: How to handle Calendar Scheduling of Recurring Events? I think someone mentioned Outlook a couple of messages back in the thread, which I believe (if I'm not mistaken, if I am flame

RE: RE: How to handle Calendar Scheduling of Recurring Events?

2003-01-15 Thread Rick Faircloth
? Thanks for your time and input... Rick -Original Message- From: Jeremy Allen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 8:26 AM To: CF-Talk Subject: RE: RE: How to handle Calendar Scheduling of Recurring Events? Hello, We have implemented a solution at elliptIQ

RE: RE: How to handle Calendar Scheduling of Recurring Events?

2003-01-15 Thread Rick Faircloth
I with you, Cameron! ;o) Rick -Original Message- From: Cameron Childress [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 8:34 AM To: CF-Talk Subject: RE: RE: How to handle Calendar Scheduling of Recurring Events? That makes my brain hurt... -Cameron

RE: RE: How to handle Calendar Scheduling of Recurring Events?

2003-01-15 Thread Rick Faircloth
, January 15, 2003 8:47 AM To: CF-Talk Subject: RE: RE: How to handle Calendar Scheduling of Recurring Events? I agree that you should handle recurring events by storing them as a pattern. However, I don't agree that you should store events two different ways depending on whether they are recurring

RE: RE: How to handle Calendar Scheduling of Recurring Events?

2003-01-15 Thread Matt Liotta
Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 11:53 AM To: CF-Talk Subject: RE: RE: How to handle Calendar Scheduling of Recurring Events? Hi, Matt. I think Jeremy is basically taking the same approach I've been considering: events

RE: RE: How to handle Calendar Scheduling of Recurring Events?

2003-01-15 Thread Owens, Howard
This post is a saver ... thanks. H. -Original Message- From: Erik Yowell [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 11:18 PM To: CF-Talk Subject: RE: RE: How to handle Calendar Scheduling of Recurring Events? I think someone mentioned Outlook a couple

RE: RE: How to handle Calendar Scheduling of Recurring Events?

2003-01-15 Thread Rick Faircloth
- From: Matt Liotta [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 12:06 PM To: CF-Talk Subject: RE: RE: How to handle Calendar Scheduling of Recurring Events? For example, suppose you created an implementation to support patterns like, the first day of every month from 1/1/97 to 1

RE: RE: How to handle Calendar Scheduling of Recurring Events?

2003-01-15 Thread Matt Liotta
You're suggesting one table for everything? One method for everything, which may be implemented using a single table. Wouldn't that pattern have to be turned into specific occurrences at some point? Of course, at runtime when generating a calendar view for instance. -Matt

RE: RE: How to handle Calendar Scheduling of Recurring Events?

2003-01-15 Thread Rick Faircloth
: RE: RE: How to handle Calendar Scheduling of Recurring Events? Trying to figure out just how your approach would be implemented... You're suggesting one table for everything? And I can't get my brain around an implementation that would handle your approach: For example, suppose you created

  1   2   >