Ask a Question related to Coldfusion Database Access, Design and Development.
-
rmorgan #1
take an action when a condition exists
Hi, I was wondering if I could get some ideas on a way to go about a process.
In my MySQL db, there is a time stamp. My ultimate goal is to have an email
fired off when the time reaches 24 hours old. I thought about using scheduler,
but i really dont want it running once an hour checking times. TIA.
rmorgan Guest
-
Condition Edit Action
Hi - I am trying to use the EditCommand Column in a datagrid in such a way as to display the column's edit command ONLY when the user who entered... -
CS quit suddenly in the middle of making Action sets Action sets,
G4/450/dual/OSX33/1gigRAM/45gigHD/Photoshop CS Does anyone know why Photoshop CS quit suddenly in the middle of making Action sets, saying I had... -
condition
hey jan... i do it like this: function existRec (name) { for (i=0; i<recs.length; i++) { if (recs == name) { return true; } } return false;... -
?: condition
eh, probably dumm question but why is asking to return a value not working here? for (var i=0;i< x.length; i++) { x ? : return true : null; } -
method name exists, property value exists, calling method fails
I have a class object I am calling in another class: class Stuff { var $myObj; function Stuff($myObj) { $this->myObj = $myObj; } -
Dan Bracuk #2
Re: take an action when a condition exists
Running a job every hour seems like the most effective way to go about this. Why would you not want to do this?
Dan Bracuk Guest
-
rmorgan #3
Re: take an action when a condition exists
Although scheduler is an effective method, it just seems to me like
unneccessary hits to the db every hour. Ideally I would like something that
could "monitor" the data and when the criteria is reached it would take action
at that point.
rmorgan Guest



Reply With Quote

