> Ooops, I'm sorry. I think I've a problem.
> *Configure.ExportSched &(strPath) works fine from hot key. 
> But, it show a error as event into *Scheduler : *Script / Runfile / 
> C:\ProgramFiles\ToDo.txt
> ( Error: "Cannot configure while scheduled event in progress " ).
> How can I do it ?


You cannot run configure.exportsched(strPath) directly from a
scheduled event; instead, use command wait 1 and in More Commands put
the configure.exportsched(strPath).

You must use the wait 1 format, not wait.for.

This wait means that scheduled event processing will complete before
the export command is run.




Reply via email to