Search found 12 matches

by misery
Thu Nov 06, 2014 7:59 pm
Forum: General Discussion
Topic: Question re: Executing a task directly + locking task files
Replies: 0
Views: 12963

Question re: Executing a task directly + locking task files

Hi Oleg, I have 2 specific questions: 1) This is likely a stupid question, but is it possible to run a task file (.tsk) without having RoboTask installed? For example, if I want to send the .tsk file to a friend, must they then install RoboTask, open RoboTask, click File>Import, then manually run th...
by misery
Mon Jun 16, 2014 3:28 am
Forum: General Discussion
Topic: How to write a text file with SQL Query
Replies: 2
Views: 11735

Re: How to write a text file with SQL Query

That worked perfectly Oleg! Thank you
by misery
Sat Jun 14, 2014 8:39 pm
Forum: General Discussion
Topic: How to write a text file with SQL Query
Replies: 2
Views: 11735

How to write a text file with SQL Query

Hi Oleg, I've created a table with MySQL called name , and this table has many rows but only 3 fields ( name, coordinate1, coordinate2 ) each with their own data. I'm trying to Query this table (name) so that any results will be written to a text file. I'm not sure if Dataset Loop is needed for this...
by misery
Thu May 15, 2014 4:00 am
Forum: General Discussion
Topic: Screen Resolution
Replies: 1
Views: 8236

Screen Resolution

Hi, is it possible to extract the screen's resolution and place the values in variables?

If not, I've found it's possible to use command prompt to find these values, by using command: wmic desktopmonitor get screenheight, screenwidth

Please let me know, thanks.
by misery
Thu May 01, 2014 4:51 am
Forum: General Discussion
Topic: Problem with Auto-Fill
Replies: 2
Views: 11379

Re: Problem with Auto-Fill

That would be great, thank you. Any idea when the new version will be released?
by misery
Tue Apr 29, 2014 10:51 pm
Forum: General Discussion
Topic: Problem with Auto-Fill
Replies: 2
Views: 11379

Problem with Auto-Fill

My task properly fills out a form, except when it comes to a "Multi-select" field. What is suppose to happen is that when the value within the Multi-Select field is selected, the menu to the right is suppose to display its values. However, RoboTask simply HIGHLIGHTS the value in the first ...
by misery
Sat Apr 19, 2014 8:52 pm
Forum: Testimonials
Topic: Highly recommended automation software
Replies: 0
Views: 31903

Highly recommended automation software

This software is easy to use and highly effective. There a multitude of different functions available that allow the user to dynamically create tasks to perform the exact action(s) they need. I highly recommend this software to businesses and individuals alike due to its small size, broad spectrum o...
by misery
Tue Apr 08, 2014 7:54 pm
Forum: General Discussion
Topic: Screen Pixel not working --- Help!
Replies: 3
Views: 13043

Re: Screen Pixel not working --- Help!

UPDATE:

I realized that when I remove the { } from the variable's name, the task executes properly. Which is odd.
by misery
Tue Apr 08, 2014 5:08 pm
Forum: General Discussion
Topic: Screen Pixel not working --- Help!
Replies: 3
Views: 13043

Screen Pixel not working --- Help!

I am using the Screen Pixel option available in RoboTask 6.0, however it doesn't save the hecadecimal code into my variable . I created a variable called {SCREEN_COLOUR1}, and selected the coordinates I want to capture, but when I use the "Send text" function to write out my variable conte...
by misery
Mon Mar 24, 2014 4:00 am
Forum: General Discussion
Topic: Confused about If-Then. Please help
Replies: 1
Views: 8328

Confused about If-Then. Please help

Hi, I'm new to RoboTask and have the following issue. My task has an action step of highlighting a string of text from a website, and then (CTRL+C) to copy. I want to use the IF-THEN command to check IF this copied string of text contains the word "roof" THEN remove roof from the string be...