Search found 18 matches

by jsmyong55
Sat Aug 31, 2013 5:36 pm
Forum: Beginners
Topic: Closing FTP connection
Replies: 4
Views: 6136

This is awesome. Thanks Rain. Repped. Is there a simpler way to create a timeout for this dialog box other than doing it like this? Let>timeout=5 GoSub>MsgTimeout SRT>MsgTimeout Let>tick=0 Label>timeloop Wait>1 Let>tick=tick+1 IfWindowOpen>Macro Scheduler Message if>tick<timeout>timeloop else CloseW...
by jsmyong55
Sat Aug 31, 2013 4:11 pm
Forum: Beginners
Topic: Closing FTP connection
Replies: 4
Views: 6136

I see. Thanks Marcus. Another thing, I want to display a result using Dialog Boxes with 2 buttons that say "Show log" and "OK". The result box would be using label i presume. Eg. The dialog box would display "Total records entered are X records" or "An error has occured. Please check Log for info."....
by jsmyong55
Thu Aug 29, 2013 4:18 am
Forum: Beginners
Topic: Closing FTP connection
Replies: 4
Views: 6136

Closing FTP connection

Hi guys, I am new to MS. I have just created an FTP connection to send files over using this command: FTPPutFile>ftpAddress,test,123,21,%FileLocation%,%newfoldername%,%newfname%,I I managed to send the file over to the root folder. How do I close the ftp connection after the file is sent? I am using...
Sign up to our newsletter for free automation tips, tricks & discounts