| TonyNo Moderator Group
 
  
  
 Joined: December 05 2001
 Location: United States
 Online Status: Offline
 Posts: 2889
 | 
          We had discussed adding an Enable bit, but it hasn't happened yet.
           | Posted: July 02 2006 at 23:30 | IP Logged |   |  
           | 
 |  
 Could you live with pushing one or more timed events into the future?
 
 
 
| Quote: 
 
    
    | 
      
       | Another possibility would be to have the actions as formulas and then include a comment within the action which you could use to programmatically update the timed event in SQL. Something like: 
 TImed Event action: /*AWAY*/ ph_macro("AWAY MACRO")
 
 SQL to roll all AWAY timed events forward 2 days:
 
 ph_directsql("update timedevents set starttime = dateadd(day,2,starttime),reftime = dateadd(day,2,reftime) where action like '/*AWAY*/%'")
 |  |  |  |