View previous topic :: View next topic |
Author |
Message |
someguy
Joined: 30 May 2004 Posts: 6
|
Posted: Sun May 30, 2004 9:50 am Post subject: No error from .Save when task name is invalid |
|
|
Tasks created with invalid characters, such as a colon, eg abc: def fail silently. The task never appears but no error is thrown. |
|
Back to top |
|
 |
isiticov Site Admin
Joined: 21 Nov 2002 Posts: 2112
|
Posted: Mon May 31, 2004 10:18 am Post subject: |
|
|
This looks like the task was deleted before calling ActivateTask() method. Please be sure to always use Refresh() method before accessing to any task, sicne this will quarantee you that TaskScheduler always has actual list of task items. Also you may set AutoRefresh to True and this should help. |
|
Back to top |
|
 |
|