Search found 41 matches

by rgonzalez
Tue Feb 21, 2017 10:37 pm
Forum: General Discussion
Topic: pack files structure
Replies: 2
Views: 9909

Re: pack files structure

Thank you, I'll give it a try! :o
by rgonzalez
Tue Feb 21, 2017 6:26 pm
Forum: General Discussion
Topic: pack files structure
Replies: 2
Views: 9909

pack files structure

Hello again! I'm using pack files action to compress a folder but I have 2 issues: 1- If there's an empty subfolder, it doesn't get added to the zipped structure. Only subfolders with files inside are added. This brakes the structure of the compressed folder. 2- Whenever I compress a folder, the ful...
by rgonzalez
Thu Feb 16, 2017 6:20 pm
Forum: General Discussion
Topic: sftp keep alive connection
Replies: 1
Views: 7501

sftp keep alive connection

Hello, I'm trying to backup my webserver files using SSL FTP Synchronization. Everything runs fine for a while and then the connection gets aborted by the server, but robotask is not trying to reconnect, so all files after the connection gets aborted are not downloaded. How can I make robotask to de...
by rgonzalez
Fri Feb 19, 2016 11:12 pm
Forum: General Discussion
Topic: BLOB fields on Firebird
Replies: 1
Views: 10627

BLOB fields on Firebird

I have a firebird database which stores large jpg images in a binary blob field (>32,767) I use dataset loop to query the database but it returns a "BLOB field" text instead of the contents. How can I make robotask to get the contents of the blob field and write it to a jpg file? Thank you!
by rgonzalez
Fri Feb 12, 2016 11:10 pm
Forum: General Discussion
Topic: date_time difference
Replies: 4
Views: 22571

Re: date_time difference

Perfect, thanks! :D
by rgonzalez
Fri Feb 12, 2016 5:54 pm
Forum: General Discussion
Topic: date_time difference
Replies: 4
Views: 22571

Re: date_time difference

This is great! :o Is there a web where I can see a list of those VB functions? :roll:

Thank you!
by rgonzalez
Thu Feb 11, 2016 9:47 pm
Forum: General Discussion
Topic: date_time difference
Replies: 4
Views: 22571

date_time difference

Is there a way to add or substract minutes, hours, seconds, etc, to the current {DateTime}? For example: (current datetime) - (45 minutes) = datetime 45 minutes ago (current datetime) - (1 hour and 5 minutes) = datetime 1 hour and 5 minutes ago Or substracting any datetime to another datetime? For e...
by rgonzalez
Fri Sep 11, 2015 5:55 pm
Forum: General Discussion
Topic: comma-text conversion
Replies: 2
Views: 13543

Re: comma-text conversion

Thank you! This works great! :roll:
by rgonzalez
Wed Sep 09, 2015 8:43 pm
Forum: General Discussion
Topic: comma-text conversion
Replies: 2
Views: 13543

comma-text conversion

Hello, I'm using Windows 10 (just upgraded) and Office 2013 and I'm having a problem trying to use a Comma-text conversion since robotask takes spaces as delimiters if they are not enclosed by quotes. This is an example of a file that I want to export to csv from excel 2013 1.PNG This is the file op...
by rgonzalez
Wed Aug 12, 2015 7:52 pm
Forum: General Discussion
Topic: JS Script variables
Replies: 2
Views: 11141

Re: JS Script variables

Thank you! :D