Search found 14 matches
- Wed Jan 15, 2014 12:44 am
- Forum: Technical / Scripting
- Topic: Have a trouble with FTPGetFile. Please help
- Replies: 10
- Views: 9104
- Tue Jan 14, 2014 10:11 pm
- Forum: Technical / Scripting
- Topic: Have a trouble with FTPGetFile. Please help
- Replies: 10
- Views: 9104
Hi CyberCitizen, I realize the connection is SFTP not FTP. Do you think it matters? I specified the local file name as you indicated and changed my password format to 123xd11@scca.com. At least it shows disconnecting in the status window now. But I still don't get any file using this command. Thanks...
- Mon Jan 13, 2014 11:56 pm
- Forum: Technical / Scripting
- Topic: Have a trouble with FTPGetFile. Please help
- Replies: 10
- Views: 9104
- Mon Jan 13, 2014 9:54 pm
- Forum: Technical / Scripting
- Topic: Have a trouble with FTPGetFile. Please help
- Replies: 10
- Views: 9104
- Mon Jan 13, 2014 8:47 pm
- Forum: Technical / Scripting
- Topic: Have a trouble with FTPGetFile. Please help
- Replies: 10
- Views: 9104
- Fri Jan 10, 2014 11:44 pm
- Forum: Technical / Scripting
- Topic: Have a trouble with FTPGetFile. Please help
- Replies: 10
- Views: 9104
Have a trouble with FTPGetFile. Please help
Hi, It's my first time to use FTPGetFile command. It looks pretty straightforward but I can't make it work. It doesn't give me error message. The status window showed it connected to the FTP server. But it doesn't download any file for me. I'm using Macroscheduler 11 and CoreFTP. BTW, since I was no...
- Mon Sep 23, 2013 9:46 pm
- Forum: Technical / Scripting
- Topic: Date Difference
- Replies: 11
- Views: 13352
- Mon Sep 23, 2013 7:23 pm
- Forum: Technical / Scripting
- Topic: Date Difference
- Replies: 11
- Views: 13352
day>DD month>MM year>YYYY VBSTART VBEND GetFileList>C:\Temp\google_*.txt.pgp,files Separate>files,;,file_names let>k=0 let>fdate_0=0 Repeat>k let>k=k+1 let>file=file_names_%k% Separate>file_names_%k%,\,check_file let>filename=check_file_3 FileDate>%file%,fdate MidStr>fdate,1,4,y1 MidStr>fdate,5,2,m...
- Mon Sep 23, 2013 4:33 pm
- Forum: Technical / Scripting
- Topic: Date Difference
- Replies: 11
- Views: 13352
- Fri Sep 20, 2013 6:50 pm
- Forum: Technical / Scripting
- Topic: Date Difference
- Replies: 11
- Views: 13352
Hi Marcus,
I can't find DateDiff function from index searching on my macroscheduler. So I was trying to use your VB code but macroscheduler gives me this error message. "Invalid procedure call or argument: 'DateDiff'". Could you please advise what I can do about it or is there any other way to do it?
I can't find DateDiff function from index searching on my macroscheduler. So I was trying to use your VB code but macroscheduler gives me this error message. "Invalid procedure call or argument: 'DateDiff'". Could you please advise what I can do about it or is there any other way to do it?
- Sat May 18, 2013 12:23 am
- Forum: General Discussion
- Topic: Display copy progress with the copy command
- Replies: 9
- Views: 15038
- Fri May 17, 2013 12:21 am
- Forum: General Discussion
- Topic: Display copy progress with the copy command
- Replies: 9
- Views: 15038
Hi Support, I have the same question as mydave. The subroutine and functions are created by some one else and used before. So they shouldn't have any problem. But when I try to use it as VBEval>SetCell("B_Operations",%cc%,8,%TS1%),nul it doesn't work. And give me the same error message "Error 1006 E...
- Fri May 10, 2013 6:41 pm
- Forum: Technical / Scripting
- Topic: how to get the time stamp of a file?
- Replies: 2
- Views: 3169
- Wed May 08, 2013 11:28 pm
- Forum: Technical / Scripting
- Topic: how to get the time stamp of a file?
- Replies: 2
- Views: 3169
how to get the time stamp of a file?
Hi all, I'm a beginner of Macroscheduler and trying to find a way to get the time stamp of a file. I don't see any existing function can do it. Any suggestions? BTW, I tried to use VB code written by my friend, but it doesn't work in macroscheduler. The code looks like this: vbstart Function GetTimS...