Search found 7 matches

by rm.ramiro
Fri Sep 30, 2011 6:52 pm
Forum: VCL Scheduling Agent
Topic: Problems with the component in Windows 7
Replies: 7
Views: 31665

Yes, yes, yes, now I do. Now it works without error relating to user and password. The code added to PropsDlg: if not (tfvNeedLogon in tfs) then begin FormUsrPwd: = TFormUsrPwd.Create (nil); FormUsrPwd.EdUsuario.Text: = FTask.AccountName; FormUsrPwd do with begin ShowModal; asUsr: = edUsuario.Text; ...
by rm.ramiro
Thu Sep 29, 2011 7:12 pm
Forum: VCL Scheduling Agent
Topic: Problems with the component in Windows 7
Replies: 7
Views: 31665

When I create the task, I assign the username and password (last step). However when I make the change by turning off the flag "when to start only user logged on", pressing the Apply button gives the error message - Error login: unknown user name or bad password. Not that I'm doing wrong o...
by rm.ramiro
Wed Sep 28, 2011 2:30 pm
Forum: VCL Scheduling Agent
Topic: Problems with the component in Windows 7
Replies: 7
Views: 31665

Yes but to put OFF RUN_ONLY_IF_LOGGED in previous versions automatically prompts the user and password, is not doing this just gives the user error and / or password. In the demo that has the component is exactly the same under Windows-7.
Help me please.
a greeting
Ramiro
by rm.ramiro
Mon Sep 12, 2011 2:48 pm
Forum: VCL Scheduling Agent
Topic: Problems with the component in Windows 7
Replies: 7
Views: 31665

Re: Problems with the component in Windows 7

First and foremost I want to apologize to the authors of the component members of the forum, the tone in the post, but being several months since last mayo'2011 trying to work properly under Windows 7 and having had problems with the flag and still not be RUN_ONLY_IF_LOGGED resolved after 2.0.6 upda...
by rm.ramiro
Tue Sep 06, 2011 8:18 pm
Forum: VCL Scheduling Agent
Topic: Problems with the component in Windows 7
Replies: 7
Views: 31665

Problems with the component in Windows 7

This component system with Windows XP works like a charm, with windows vista gave some problems, but with windows 7 professional I can not schedule a task and run unattended if you have not logged on. Other parameters of the task once programmed, go to taskschd.msc and there are various parameters t...
by rm.ramiro
Wed Apr 20, 2011 9:49 pm
Forum: VCL Scheduling Agent
Topic: RUN_ONLY_IF_LOGGED_ON flag
Replies: 3
Views: 22452

in saTask.pas function TTaskItem.GetVistaFlags: TTaskVistaFlags; begin if not FTaskManager.RunningVistaOrLater then Exit; if not Assigned(FTaskDefinition) then Error(sTaskNotActivated, [Name]); begin Result := []; if FTaskDefinition.Settings.AllowDemandStart then Include(Result, tfvAllowDemandStart)...
by rm.ramiro
Wed Apr 20, 2011 9:19 pm
Forum: VCL Scheduling Agent
Topic: RUN_ONLY_IF_LOGGED_ON flag
Replies: 3
Views: 22452

RUN_ONLY_IF_LOGGED_ON flag

When creating a task is marked RUN_ONLY_IF_LOGGED_ON flag from trying to clear the flag properties but to return to view the properties, this continued strong. s.o: Windows7 development system: Delphi7. We have seen in forums that existed in the past problems with this flag. ------------------------...