Search found 4 matches

by mike71
Wed Jan 19, 2005 5:39 pm
Forum: VCL Scheduling Agent
Topic: Cannot run task scheduler under non-admin accounts.
Replies: 11
Views: 35587

This seems to be an issue just with the Trial version for me. When I ran the registered version, the problem went away.
by mike71
Tue Jan 18, 2005 6:38 pm
Forum: VCL Scheduling Agent
Topic: Cannot run task scheduler under non-admin accounts.
Replies: 11
Views: 35587

I'm having this same problem, but only when compiled under Delphi 7. The Delphi 2005 compiled version works under a non-admin account, but has a different problem (won't let me clear the tfRunOnlyWhenLoggedOn flag, see my other post) and at any rate our production app is currently written under Delp...
by mike71
Tue Jan 18, 2005 5:48 pm
Forum: VCL Scheduling Agent
Topic: tfRunOnlyIfLoggedOn Flag
Replies: 10
Views: 28155

On a lark I recompiled the application under Delphi 7 (I had been using Delphi 2005) and the problem went away. Looks like it's a bug in the Delphi 2005 version of the components?
by mike71
Tue Jan 18, 2005 5:39 pm
Forum: VCL Scheduling Agent
Topic: tfRunOnlyIfLoggedOn Flag
Replies: 10
Views: 28155

tfRunOnlyIfLoggedOn Flag

SiComponents seems to have trouble clearing the tfRunOnlyIfLoggedOn flag in the Flags property of TTaskItem. I need my task to run even if the user is not logged in, so I need to clear this flag which seems to get set by default. I'm currently testing using the Delphi Demo app, but everytime I clear...