Search found 18 matches

by plumothy
Tue Oct 26, 2010 12:52 pm
Forum: VCL Scheduling Agent
Topic: Filtering task list in demo
Replies: 1
Views: 11157

My apologies everyone. I have now seen how to do it. The task must be activated first like this: procedure TMainForm.acRefreshExecute(Sender: TObject); var Task: TTaskItem; Item: TListItem; Index: Integer; begin ListView.Items.Clear; Scheduler.Refresh; for Index := 0 to Scheduler.Count - 1 do begin ...
by plumothy
Tue Oct 26, 2010 12:36 pm
Forum: VCL Scheduling Agent
Topic: Filtering task list in demo
Replies: 1
Views: 11157

Filtering task list in demo

I am trying to filter the task list in the demo app by testing Task properties in acRefreshExecute. But every time I try to access a task property (like Task.ApplicationName or Task.Status) I get a runtime error. Like this: procedure TMainForm.acRefreshExecute(Sender: TObject); var Task: TTaskItem; ...
by plumothy
Tue Oct 26, 2010 11:23 am
Forum: VCL Scheduling Agent
Topic: Error: "Keyset does not exist"
Replies: 2
Views: 24746

Error: "Keyset does not exist"

I have downloaded and installed the trial Task Scheduler. It looks as if it will be just what I need. I ran the demo and clicked on the "New Task" button. When the wizard finished, it gave me the error "Keyset does not exist". The new task was not in the list. But after I clicked...