Search found 3014 matches

by Oleg
Tue Aug 03, 2004 1:18 am
Forum: Suggestions
Topic: Bug Alert - SQL
Replies: 4
Views: 22079

Bug Alert - SQL

Your database must support expression "select top 100 id from ....". I think it's bad sql expression. For example: Oracle does not support this expression kind. For oracle database you need to type this: "select id from anytable where rownum < 100" i.e. in Robotask: "select ...
by Oleg
Mon Jul 26, 2004 10:49 pm
Forum: General Discussion
Topic: Newbie Needs HELP, plz help me!!!
Replies: 11
Views: 47593

Newbie Needs HELP, plz help me!!!

Send me screenshot of Netzero, please. I'll try to write a task for you. My email is oleg @ robotask.com
by Oleg
Mon Jul 26, 2004 10:39 pm
Forum: General Discussion
Topic: File Monitor Trigger Changed?
Replies: 3
Views: 14389

File Monitor Trigger Changed?

Thank you, we'll test this trigger again.
by Oleg
Sun Jul 25, 2004 12:49 am
Forum: General Discussion
Topic: File Monitor Trigger Changed?
Replies: 3
Views: 14389

File Monitor Trigger Changed?

The behavior of "File monitor" trigger has not change. We fixed some bugs only.
by Oleg
Fri Jul 23, 2004 2:27 am
Forum: General Discussion
Topic: Newbie Needs HELP, plz help me!!!
Replies: 11
Views: 47593

Newbie Needs HELP, plz help me!!!

I think you need make your task like this: 1. Launch "Netzero software" (Action "Run Program/Open Document") 2. Wait a few seconds (Action "Pause") 3. Send keystroke to window of "Netzero software" such as "Enter" or "Alt-<key>" combination...
by Oleg
Thu Jul 22, 2004 12:07 am
Forum: General Discussion
Topic: beta version
Replies: 3
Views: 14609

beta version

Unfortunately Hot Keys don't work in most games. DirectX takes keyboard control to itself, and "hot key" mechanism have no effect. But some system combinations (such as Alt+Tab) continue working.
Some games locks system combinations even.
by Oleg
Tue Jul 20, 2004 3:17 am
Forum: General Discussion
Topic: beta version
Replies: 3
Views: 14609

beta version

Install it and RoboTask will receive two additional actions:
- Evaluate expression
- BASIC script
by Oleg
Tue Jul 13, 2004 4:35 am
Forum: General Discussion
Topic: Questions & Suggestions & helpfile bug?
Replies: 1
Views: 10757

Questions & Suggestions & helpfile bug?

> - If I put a textline into a Variable e.g. {TEST} > which contains "this is a test" and I put the > Variable in to a new textfile then the output of the > new textfile is: [Skipped] > - brackets seem to have problems to when putting them > into a variable e.g. {TEST} = (05:10) is dsiplay...
by Oleg
Wed Jul 07, 2004 11:47 pm
Forum: Suggestions
Topic: Monitor workstation locked
Replies: 1
Views: 13537

Monitor workstation locked

"Lock Workstation" does not equal "Logging Off". When you locked workstation all applications continues own work. I see two ways of problem solving: 1. You may configure necessary task and start it by "On Idle" triggering event. When you locked workstation any mouse or ...
by Oleg
Wed Jul 07, 2004 11:18 pm
Forum: General Discussion
Topic: Exit code values assigned to variable?
Replies: 1
Views: 11464

Exit code values assigned to variable?

Exit code of process depends on launched application. May be, it is described in documentation (or helpfile) of your application. You may simulate some situations for your application and check exit codes to learn more. Most CRT applications (for example command-line packers) uses exit codes to sign...