Author |
Message |
Topic: Demo code compile error |
CarlDippel
Replies: 2
Views: 7534
|
Forum: VCL Scheduling Agent Posted: Sun Jan 03, 2010 2:56 pm Subject: Demo code compile error |
Well I built the entire project but it still won't work. http://pfc1938.com/gif/-Carl-php.jpg |
Topic: Demo code compile error |
CarlDippel
Replies: 2
Views: 7534
|
Forum: VCL Scheduling Agent Posted: Wed Dec 23, 2009 10:46 pm Subject: Demo code compile error |
I installed SchedAgent v.2.0.3.0 without errors on my Windows Vista 64 bit machile. Then I tried to compile the demo program with Delphi 5. I got this error......at the last line of the declaration of ... |
Topic: Scheduling Agent 1.0.4 Released! |
CarlDippel
Replies: 2
Views: 9817
|
Forum: VCL Scheduling Agent Posted: Wed May 25, 2005 11:59 am Subject: Error installing v1.04 for D5; fixed |
After running setup.exe I installed SchedSuit_D5.dpk and got this error:
[Fatal Error] SchedSuite_D5.dpk(54): File not found: 'saUtils.dcu'
Checking the directory structu ... |
Topic: Task Renaming Revisited |
CarlDippel
Replies: 3
Views: 9740
|
Forum: VCL Scheduling Agent Posted: Mon Jun 21, 2004 12:42 pm Subject: Task Renaming Revisited |
This is strange how you was able to save task under current folderI'm using WinXP Pro with an NTFS HD.
But in that case you can try the following code as alternative:It worked like a charm. Thank ... |
Topic: Task Renaming Revisited |
CarlDippel
Replies: 3
Views: 9740
|
Forum: VCL Scheduling Agent Posted: Sun Jun 20, 2004 10:59 am Subject: Task Renaming Revisited |
I'm trying to rename task a1 by saving it as A12 and deleting a1. The A12 task is created in the current directory. How can I create it in the Scheduled Tasks directory? -Carl
var
Task:TT ... |
Topic: StartScheduler v. Open |
CarlDippel
Replies: 1
Views: 7578
|
Forum: VCL Scheduling Agent Posted: Sun Jun 20, 2004 10:46 am Subject: StartScheduler v. Open |
TaskScheduler has two similar methods:
function StartScheduler: Boolean;
and
procedure Open;
Is there a difference other than the obvious, one is a function and the other is a procedure? When ... |
Topic: Task Renaming |
CarlDippel
Replies: 1
Views: 7673
|
Forum: VCL Scheduling Agent Posted: Tue Jun 15, 2004 11:49 pm Subject: Task Renaming |
How can I rename a tast using TTaskScheduler -Carl
Carl Dippel carl@dippel.us www.dippel.us/carl |
Topic: How do I programmatically disable/enable jobs |
CarlDippel
Replies: 1
Views: 7657
|
Forum: VCL Scheduling Agent Posted: Fri Apr 16, 2004 11:39 pm Subject: How do I programmatically disable/enable jobs |
Modiy the task flags.
Task.Flags:=Task.Flags-[tfDisabled]
or
Task.Flags:=Task.Flags+[tfDisabled]
Carl Dippel carl@dippel.us www.dippel.us/carl |
Topic: Here is where I'm using VCL Scheduling Agent |
CarlDippel
Replies: 2
Views: 9178
|
Forum: VCL Scheduling Agent Posted: Wed Dec 24, 2003 8:38 am Subject: Here is where I'm using VCL Scheduling Agent |
Sorry. Try again. It works now. |
Topic: Here is where I'm using VCL Scheduling Agent |
CarlDippel
Replies: 2
Views: 9178
|
Forum: VCL Scheduling Agent Posted: Tue Dec 23, 2003 5:11 pm Subject: Here is where I'm using VCL Scheduling Agent |
I used Scheduling Agent in my shareware product
Fireworks A Zero Footprint X-10 Controller for the FireCracker Computer Interface
Now the URL is valid. I had the wrong syntax for the BBCode ... |
Topic: How can I modify triggers in Delphi 5 |
CarlDippel
Replies: 6
Views: 14391
|
Forum: VCL Scheduling Agent Posted: Sat Dec 13, 2003 10:02 pm Subject: Sorry about the misunstandering. |
Please send me the full setup package by email. to cdippel@optonline.net Thanks. -Carl |
Topic: How can I modify triggers in Delphi 5 |
CarlDippel
Replies: 6
Views: 14391
|
Forum: VCL Scheduling Agent Posted: Sat Dec 13, 2003 2:16 pm Subject: How is the bug fix coming? |
It's been three weeks I was just wondering if there was an hope of getting this bug fix before the new year I need the functionally for which I paid. -Carl |
Topic: How can I modify triggers in Delphi 5 |
CarlDippel
Replies: 6
Views: 14391
|
Forum: VCL Scheduling Agent Posted: Sat Nov 22, 2003 6:36 pm Subject: This reply was emailed to me |
From: Serghei Gaivan
To: Carl Dippel
Cc: Igor Siticov
Sent: Saturday, November 22, 2003 5:00 AM
Subject: Re: Scheduling Agent
Hello,
Sorry for the late response. The problem is caused a ... |
Topic: How can I modify triggers in Delphi 5 |
CarlDippel
Replies: 6
Views: 14391
|
Forum: VCL Scheduling Agent Posted: Sat Nov 22, 2003 6:29 pm Subject: After a week I sent this email. |
From: Carl Dippel
To: support@sicomponents.com
Sent: Friday, November 21, 2003 5:49 PM
Subject: Scheduling Agent
I'm a registered user. I'm having difficulty creating a trigger to a new task.
... |
Topic: How can I modify triggers in Delphi 5 |
CarlDippel
Replies: 6
Views: 14391
|
Forum: VCL Scheduling Agent Posted: Thu Nov 13, 2003 8:07 pm Subject: How can I modify triggers in Delphi 5 |
I want to programmatically adjust the trigger of a task so it starts daily at sunset. I have a routine: Suntime, that given the latitude, longitude, and date will return the time of sunrise and sunse ... |
|