Search found 4 matches

by rcastle
Fri Jun 10, 2005 6:49 pm
Forum: VCL Scheduling Agent
Topic: tfRunOnlyIfLoggedOn Flag
Replies: 10
Views: 28111

I just checked the download site and the date has changed. I assume it would work with the demo now but I can guarantee it works with the purchased version. This VCL control is doing exactly what I needed and the support is first rate. Spend the $30!

Randy
by rcastle
Fri Jun 10, 2005 6:45 pm
Forum: VCL Scheduling Agent
Topic: tfRunOnlyIfLoggedOn Flag
Replies: 10
Views: 28111

Actually, I decided $30 was worth giving it a shot even if the demo wasn't working. The file I downloaded was still dated 20 May. The real version seems to be working ok.

Randy
by rcastle
Fri Jun 10, 2005 5:27 pm
Forum: VCL Scheduling Agent
Topic: tfRunOnlyIfLoggedOn Flag
Replies: 10
Views: 28111

Still having trouble

I downloaded the demo again and tried it. Same problem. I then removed the Delphi package and reinstalled it. Same problem. Removed the component from the canvas. Still problem. Recommendations?

By the way - that's a very fast response. If I can get this to work I'll be buying a copy.

Thanks,

Randy
by rcastle
Fri Jun 10, 2005 3:33 pm
Forum: VCL Scheduling Agent
Topic: tfRunOnlyIfLoggedOn Flag
Replies: 10
Views: 28111

How about the Demo?

I'm using the demo version of VCL Scheduling Agent and having troubles with this issue. Has the demo code been updated? Here's an example of my code: procedure TForm1.Button1Click(Sender: TObject); var TriggerDetails: TTriggerDetails; ST: TSystemTime; begin TaskScheduler1.Active :=true; with TaskSch...