Search found 24 matches

by cgaston
Wed Jan 26, 2005 2:16 am
Forum: General Discussion
Topic: IfWindowOpen always return true
Replies: 8
Views: 9984

Hi Bob, Thank you for your patience. The idea to use the LookFor variable did not change anything to my problem. However, I think that your suspicion that OR is being interpreted as an operator still deserve the grand prize. The full window title is "OR Manager - Live Database" So, I changed my IfWi...
by cgaston
Tue Jan 25, 2005 9:56 pm
Forum: General Discussion
Topic: IfWindowOpen always return true
Replies: 8
Views: 9984

I have another clue: If I replace IfWindowOpen>OR Manager*, for IfWindowOpen>vvhjviava*, it works fine. So, that means that MS is really "seeing" a window named "OR Manager...". That window is hidden to me. Is there a way to determine where it is coming from? The complete code is as follows: Dialog>...
by cgaston
Tue Jan 25, 2005 4:40 pm
Forum: General Discussion
Topic: IfWindowOpen always return true
Replies: 8
Views: 9984

Hi Bob, I use the SHOW> command to display a dialog box that will say "You must exit OR Manager before running this Macro.", with two buttons: 1- Cancel - Terminate the script 2- Continue - Assume the user have terminated OR Manager, then Continue I could have used a MessageModal as well, but that s...
by cgaston
Tue Jan 25, 2005 3:16 am
Forum: General Discussion
Topic: IfWindowOpen always return true
Replies: 8
Views: 9984

IfWindowOpen always return true

I do not want the OR Manager application to be running when I launch a macro. So, i used the following code: IfWindowOpen>OR Manager*,STOP,CONTINUE Label>STOP Show>CloseOR,Close GoTo>End Label>CONTINUE ... ... Altough OR Manager is not running, The dialog "CloseOR" is getting displayed all the times...
by cgaston
Mon Jan 24, 2005 11:49 pm
Forum: General Discussion
Topic: Scheduling an EXE created by the Pro version
Replies: 11
Views: 12602

Interesting discussion.

I think that I will try by luck with WTS. However, I will keep an eye closely on it.

Thank you for the warning Olga.

Gaston.
by cgaston
Mon Jan 24, 2005 7:47 pm
Forum: General Discussion
Topic: WaitWindowOpen>French_Tile or English_Title
Replies: 1
Views: 3629

WaitWindowOpen>French_Tile or English_Title

We are a bilingual hospital. Some PC are configured in french while others are configured in english. So, the expected windows could be named "Enter Parameter" or "Entrer les Parametres" If I time out on the first one, I could then wait for the second one. However, that is not versy elegant, and int...
by cgaston
Mon Jan 24, 2005 1:37 pm
Forum: General Discussion
Topic: Scheduling an EXE created by the Pro version
Replies: 11
Views: 12602

Thanks again Bob,

I was not aware that Windows included a scheduler. That makes my day!

Gaston.
by cgaston
Mon Jan 24, 2005 2:06 am
Forum: General Discussion
Topic: Scheduling an EXE created by the Pro version
Replies: 11
Views: 12602

Scheduling an EXE created by the Pro version

Once I distribute an EXE to a PC where Macro Scheduler is not installed, is it possible to schedule it?

The docs seem to imply that scheduling must be performed against the source script (*.SCP)

Gaston,
Ottawa, Canada
by cgaston
Sat Jan 22, 2005 12:40 pm
Forum: Technical / Scripting
Topic: Selecting an item from a ComboBox
Replies: 3
Views: 4480

Selecting an item from a ComboBox

I am trying to automate the export of a Crystal report into a PDF file. After I tell Crystal that I want to do an export, it is displaying a window where I have to choose the export format from a ComboBox: TXT, PDF, RPT, etc... First question: I can TAB to the field, but what is the key sequence to ...
Sign up to our newsletter for free automation tips, tricks & discounts