Ask a Question related to Macromedia ColdFusion, Design and Development.
-
jeremy@noble #1
Re: What exactly means CFSCHEDULE action=DELETE ?
I am having a similar problem. I have an email task that is scheduled to send a
certain number of emails from a database, then delete the records. If there are
no msgs left to be sent, I run the following:
<cfschedule action="delete" task="SendMyEmails">
then send a mail to myself saying that the action is complete.
However, the scheduled task seems to be stuck on an endless loop. It is still
sending the confirmation email. Is there a bug with CF 6.1 that would prevent
it from deleting the task? Or do I need to call my host and have them remove
it for me?
Thanks
jeremy@noble Guest
-
SWC,SWF Means
What is the abbrevation of .SWC , .SWF formats. please any one give me reply -
cfschedule
Hi, I'm new to CF. I have set up a task to run every 5 minutes - not programmatically, but in the CF Admin page. Now in a CF page, I'd like to... -
Need Cfschedule Help
I have the exact same problem. I Just.... Cant... Get ...CFSchedule.... to.... work.... gasp! A solution would be really appreciated -
Select and delete unused symbols won't record in an action
The selection and deletion of unused brushes, styles, and swatches from the palettes in a document record properly in an action. (For some reason the... -
Objects Created Using "Unite" Action Crash Program When Trying to Delete
I'm running Illustrator 10.0.3 on a Mac running OS 10.3.3. When trying to delete an object that I created using the "Unite" action, the program... -
cfmcoder #2
Re: What exactly means CFSCHEDULE action=DELETE ?
I still don't know if this a bug or not, however to solve my problem I finally decided using a select query statement. Select only email records that haven't been sent.
cfmcoder Guest



Reply With Quote

