PDA

View Full Version : delay process



lunatic
September 16th, 2004, 07:04 PM
I'm not sure if this is a ColdFusion, html, or sql question but here goes. I am building a project log for our work group using ColdFusion and SQLServer. I have a couple of processes that fire when the user clicks the 'submit' button on a form. I need to make sure that one process always happens before another. Anyone know how I can do that? Is there something like a setInterval equivalent I can use?

thanks for any help!
:hr:

Hans Kilian
September 17th, 2004, 02:29 AM
I don't know ColdFusion so this may be absolutely rubbish :)

Can't you create a third process that executes the two other processes in the correct order? And then have your submit button execute the new process?