Search found 5 matches

by samh
Fri Sep 16, 2005 10:09 pm
Forum: VCL Scheduling Agent
Topic: query task.flags[]
Replies: 8
Views: 24918

Got it

Thanks for your help. I am now getting the exact results I purchased your product for.

Reagrds
Sam
by samh
Thu Sep 15, 2005 5:35 pm
Forum: VCL Scheduling Agent
Topic: query task.flags[]
Replies: 8
Views: 24918

AV

Sorry to be a pest; I have solved the AV issue. I added saTask.pas to my project and when I did I got an error that saDialogs was compiled with a different version of saTask. So I added saDialogs to my project (both from the source folder). This stopped the AV so I guess I was having some kind of co...
by samh
Wed Sep 14, 2005 5:30 pm
Forum: VCL Scheduling Agent
Topic: query task.flags[]
Replies: 8
Views: 24918

AV when setting scheduler

Hello,

I was hoping to receive an answer about the AV as well as the time setting. I guess on the time setting I will need to set the start time to 6 AM since it appears the scheduler takes the time of task entry as the start time if no start time is stated.

Regards
Sam
by samh
Tue Sep 13, 2005 8:11 pm
Forum: VCL Scheduling Agent
Topic: query task.flags[]
Replies: 8
Views: 24918

query flags[]

Hello, I used the code you suggested. It works much better but I am still getting the AV. The AV happens in the saTask.pas unit, in the finction GetWorkingDirectory, on the call to OLECheck. I was unable to debug into OLECheck. I get the AV EOLESYSTEM ERROR "Access is Denied". Even with th...
by samh
Tue Sep 13, 2005 5:08 am
Forum: VCL Scheduling Agent
Topic: query task.flags[]
Replies: 8
Views: 24918

query task.flags[]

Hello, 1. How can I test the TaskItem.Flags to see if they aready include [tfDisabled]? 2. The snippet included below tirns on the scheduler but it also generates an ugly AV. Can you tell what I am doing wrong? Thanks Sam ============================================= procedure Tmaxmain.Automatically...