Search found 13 matches

by breq
Wed Feb 04, 2015 11:15 pm
Forum: Suggestions
Topic: edit 2 tasks at the same time
Replies: 2
Views: 15510

Re: edit 2 tasks at the same time

+1

p.s.
not only 2 tasks. Multiple tasks.
by breq
Sun Jan 18, 2015 12:50 pm
Forum: Suggestions
Topic: Excel Interface
Replies: 6
Views: 42963

Re: Excel Interface

@Oleg, thanks! Will you support refreshing external data and pivot tables or just read/write/create xlsx files?
When we can expect next release?

p.s.
few more features and robotask could be nice replacement for business intelligence softwares ;)
by breq
Sun Jan 18, 2015 4:49 am
Forum: General Discussion
Topic: Last error description - how to get this variable?
Replies: 3
Views: 12875

Re: Last error description - how to get this variable?

I have changed to 'run error handler' but robotask sends me message
"Loop initialization error" when I need an error from MySQL (marked as yellow) .. is it possible to get this somehow?

http://i.imgur.com/25ZG1aI.png
by breq
Sat Jan 17, 2015 5:10 pm
Forum: Suggestions
Topic: Excel Interface
Replies: 6
Views: 42963

Re: Excel Interface

Also it would be nice to have possibility to refresh all data in pivot and from external sources...
by breq
Sat Jan 17, 2015 5:09 pm
Forum: Suggestions
Topic: Allow CTRL+A in SQL text editor..
Replies: 1
Views: 10700

Allow CTRL+A in SQL text editor..

Add the ability to select all text in the SQL box by pressing CTRL+A

For example: if I need to change SQL I need to select it all manually with mouse... with CTRL+A it will be more efficient
by breq
Sat Jan 17, 2015 5:04 pm
Forum: General Discussion
Topic: Last error description - how to get this variable?
Replies: 3
Views: 12875

Last error description - how to get this variable?

Hi,

I want to send an email if there was any errors in task. I know how to chec if there was an error but I can't get gescription of that error.
What I'm doing wrong?

http://i.imgur.com/dTxKQSw.png
by breq
Sat Jan 10, 2015 2:33 pm
Forum: General Discussion
Topic: SQL problem with date variable
Replies: 2
Views: 10576

Re: SQL problem with date variable

that was it! thanks
by breq
Sat Jan 10, 2015 1:02 am
Forum: General Discussion
Topic: SQL problem with date variable
Replies: 2
Views: 10576

SQL problem with date variable

So when i select max(date) from table and save it as variable MAX. Next alert it, messagebox will show me "2015-01-10" - actual date.
Next I'm trying to put that variable {MAX} to database and it inserts '2014' because 2015-1-10 = 2004...

How to avoid this problem?
by breq
Wed Feb 05, 2014 9:01 am
Forum: General Discussion
Topic: Do not execute task after edit / view
Replies: 1
Views: 8065

Do not execute task after edit / view

I have cycled task (every 10800 sec).
When I edit task or just view it and press 'ok' or 'cancel' button - Robotask runs this task automatically. Is it possible to change this to NOT run task after edit?
by breq
Mon Feb 03, 2014 9:49 pm
Forum: General Discussion
Topic: Send e-mail notification after script success/failure
Replies: 6
Views: 32007

Re: Send e-mail notification after script success/failure

exit also return 1 as variable, not 99. That's weird...