Search found 3 matches

by semaj4712
Mon Mar 06, 2023 11:25 pm
Forum: Syncovery on Linux, FreeBSD and NAS Devices
Topic: Running a Pascal Script on the start of a profile
Replies: 5
Views: 7315

Re: Running a Pascal Script on the start of a profile

I figured out the issue,

+#10#13+

should be

+#13#10+
by semaj4712
Mon Mar 06, 2023 9:27 pm
Forum: Syncovery on Linux, FreeBSD and NAS Devices
Topic: Running a Pascal Script on the start of a profile
Replies: 5
Views: 7315

Re: Running a Pascal Script on the start of a profile

Is there something I should be looking for in the logs, I see the Pascal script in the summary, but nothing referencing it other than that
by semaj4712
Mon Mar 06, 2023 8:38 pm
Forum: Syncovery on Linux, FreeBSD and NAS Devices
Topic: Running a Pascal Script on the start of a profile
Replies: 5
Views: 7315

Running a Pascal Script on the start of a profile

I think I have this code correct, but It does not seem to be triggering or maybe it is, but I cannot tell, ultimately I am not getting the result I would expect on the other end of this request. function OnCanRunProfile(const ProfileName: UnicodeString; var PostponeBySeconds: Integer): Boolean; var ...