Search found 8 matches

by mkinsel
Fri Oct 22, 2004 2:55 pm
Forum: VCL Scheduling Agent
Topic: Help with simple code example
Replies: 13
Views: 36604

System account

Is there a way to set the Run As property / field in the Windows XP Task Scheduler programmatically with your components. To make the system account work, you need to specify the Run As field as "System".
by mkinsel
Thu Oct 21, 2004 5:51 pm
Forum: VCL Scheduling Agent
Topic: Help with simple code example
Replies: 13
Views: 36604

System account

I got my application running now with the System account; however, I have a problem with my button to edit the schedule using the TTaskPropertiesDialog component. My problem is that the changes made using the TTaskPropertiesDialog are not being saved / applied to the Windows Task Scheduler. My onCli...
by mkinsel
Thu Oct 21, 2004 3:06 am
Forum: VCL Scheduling Agent
Topic: Help with simple code example
Replies: 13
Views: 36604

System account

I'm still having problems getting my project to work. I am making an application that automatically sends a file as an attachment to an e-mail address. I want this file to be scheduled to be sent once a week. I have tried using the System account without any luck. When I manually try to use the syst...
by mkinsel
Mon Aug 02, 2004 6:24 pm
Forum: VCL Scheduling Agent
Topic: Help with simple code example
Replies: 13
Views: 36604

Simple example

Is there an API / function call to get the Account Name and Password programmatically? It would make my life easier. I did do some testing and specifying the account name and password seemed to fix the problem. Thanks for the help ...

Mark
by mkinsel
Thu Jul 29, 2004 7:42 pm
Forum: VCL Scheduling Agent
Topic: Help with simple code example
Replies: 13
Views: 36604

Simple example

What account name and password should I use? The account and password for logging onto the computer at start up? There isn't one on this machine.

Mark
by mkinsel
Tue Jul 27, 2004 5:38 pm
Forum: VCL Scheduling Agent
Topic: Help with simple code example
Replies: 13
Views: 36604

Example application

The example application compiles file, but the Windows scheduler won't run it. It gives the status as "Could not start". I have tried with two applications of my own using your example and they have the same problem. One other point, in my applications, I want the scheduler to restart the ...
by mkinsel
Thu Jan 29, 2004 4:18 am
Forum: VCL Scheduling Agent
Topic: Help with simple code example
Replies: 13
Views: 36604

Thanks for the help!

Thanks for the demo. I got my code built and it works great!

Mark
by mkinsel
Sun Jan 25, 2004 1:23 am
Forum: VCL Scheduling Agent
Topic: Help with simple code example
Replies: 13
Views: 36604

Help with simple code example

I am a new registered user and bought the component for a simple task. I don't need a scheduling wizard, but want to be able to create (and later on, edit) a task that calls an external .EXE file once a week in the middle of the night (i.e. 1:00 AM) from within my Delphi app. Can someone send me a s...