Search found 54 matches

by Vara04
Fri Jul 06, 2012 6:45 am
Forum: General Discussion
Topic: Can’t exchange keys
Replies: 5
Views: 25602

Can’t exchange keys

No RT client is freezed and I can't do anything.
So I need to "kill" it

(Client on XP and Server NT Service on Win2008 R2)
by Vara04
Thu Jul 05, 2012 7:54 pm
Forum: General Discussion
Topic: Can’t exchange keys
Replies: 5
Views: 25602

Can’t exchange keys

I'm using Client/server Robotask.
But sometime I have "Can't exchange keys" so I need to stop
& restart Robotask Service.

An other pb is after I'not using RT client for a while, the
connexion seams to be lost and I need to stop Robotask
client from "Task Manager".
by Vara04
Mon Jun 25, 2012 6:57 pm
Forum: General Discussion
Topic: Start Task - Assign output variable
Replies: 2
Views: 9290

Start Task - Assign output variable

It's really a shame not to put the variable name dynamically. It would be very nice to be able to use this syntax "{V_VAR_NAME}" in the "Variable name" field in Create/set/delete/increment task, and also in "Run program", in "Assign exit code to variable" What...
by Vara04
Mon Jun 25, 2012 8:01 am
Forum: Suggestions
Topic: Save button
Replies: 7
Views: 37398

Save button

In the same vein, if possible, put a confirmation message on the cancel button if there have been changes in the screen.
by Vara04
Sun Jun 24, 2012 6:42 pm
Forum: Suggestions
Topic: Save button
Replies: 7
Views: 37398

Save button

When you create a complex task, it would be handy to have a button to save without having to close the task.
by Vara04
Sun Jun 24, 2012 6:16 pm
Forum: General Discussion
Topic: Basic Script and Local Variable
Replies: 4
Views: 12409

Basic Script and Local Variable

Ok It works fine.
I've began with a complex test script and I've made a mistake.
by Vara04
Fri Jun 22, 2012 8:20 pm
Forum: General Discussion
Topic: Error to send mail in service mode
Replies: 5
Views: 14396

Error to send mail in service mode

Now it works correctly because I use the NT service in
client / server
by Vara04
Fri Jun 22, 2012 11:19 am
Forum: General Discussion
Topic: Basic Script and Local Variable
Replies: 4
Views: 12409

Basic Script and Local Variable

I'm ok with local variable. But the problem is to set them in Basic Script.
RoboTaskApp.SetUserVariable seams to not modify value
by Vara04
Fri Jun 22, 2012 7:53 am
Forum: General Discussion
Topic: Basic Script and Local Variable
Replies: 4
Views: 12409

Basic Script and Local Variable

I can get a local variable in Basic script with:
RoboTaskApp.ExpandText("{V_VAR_NAME}")

But how can I set a value in local variable?
RoboTaskApp.SetUserVariable("V_VAR_VALUE", "my value")
seams to only work with global variable (user variable) but not with local variable
by Vara04
Fri Jun 22, 2012 7:01 am
Forum: General Discussion
Topic: Start Task - Assign output variable
Replies: 2
Views: 9290

Start Task - Assign output variable

I make some tests : Create/Set/Del variable tasks can't have dynamic name (in "Variable name" field, we can't set {V_VAR_NAME}) Note that in V_VAR_NAME (local variable) I set "G_VAR" But this can be done via Basic Script : Create dynamic global variable : RoboTaskApp.AddUserVaria...