Search found 24 matches
- Wed May 23, 2007 1:39 pm
- Forum: Technical / Scripting
- Topic: SetCheckBox with MDI child windows
- Replies: 0
- Views: 3586
SetCheckBox with MDI child windows
I want to enable a checkbox with a caption "Print" in a MDI child window. I tried the following syntaxes: SetCheckBox>MasterWindow*,Print,TRUE and SetCheckBox>ChildWindow*,Print,TRUE Neither works. As the script is initialized, I must SetFocus to the Master window. Setting the focus to the Child win...
- Sun Jul 10, 2005 6:12 pm
- Forum: General Discussion
- Topic: Inserting a CRLF (vbNewLine) in a text string
- Replies: 1
- Views: 5477
Inserting a CRLF (vbNewLine) in a text string
I have the following Dialog: Dialog>Confirmation1 Caption=Confirmation Top=197 Width=602 Left=126 Height=180 Label=Your file has been saved under the name & %Filename%,80,48 Button=Ok,264,80,75,25,1 EndDialog>Confirmation1 I would like the file name to appear on the next line. How could I force a ne...
- Wed Mar 23, 2005 12:38 pm
- Forum: Technical / Scripting
- Topic: Crystal multiple selection parameters
- Replies: 3
- Views: 6851
- Tue Mar 22, 2005 11:50 pm
- Forum: Technical / Scripting
- Topic: Crystal multiple selection parameters
- Replies: 3
- Views: 6851
Crystal multiple selection parameters
In Crystal, the parameters screen has two parts: 1- Upper region: List of the parameters 2- Lower region: Value of the selected parameter (from the upper region) The cursor sits in the lower region. The TAB key move the cursor within that region, but never goes in the upper region, where I could sel...
- Fri Feb 25, 2005 11:42 pm
- Forum: General Discussion
- Topic: Automating Web Application
- Replies: 11
- Views: 15589
When I TAB through the form, different objects get selected consecutively. However, the cursor never gets into the Menu area, at the top of the screen. The menu gets activated just by moving the mouse over it. I can then move down to the sub-menu option I want, and click it. I do not know how to ach...
- Fri Feb 25, 2005 7:08 pm
- Forum: General Discussion
- Topic: Automating Web Application
- Replies: 11
- Views: 15589
- Fri Feb 25, 2005 6:17 pm
- Forum: General Discussion
- Topic: Scheduled *.EXE script hangs
- Replies: 7
- Views: 11257
Let me be even more precise (see previous post): I am logged to Windows as user "gaston". The script is scheduled to run from the account "administrator". In that scenario, someone is logged in to the workstation, but the script still fails. I must be logged in as "administrator" in order for the sc...
- Fri Feb 25, 2005 5:57 pm
- Forum: General Discussion
- Topic: Scheduled *.EXE script hangs
- Replies: 7
- Views: 11257
- Fri Feb 25, 2005 5:50 pm
- Forum: General Discussion
- Topic: Automating Web Application
- Replies: 11
- Views: 15589
Unfortunately, that did not help. The recorder produce the following code fragment: ... VBRun>Navigate,%IE[0]%,,http://hm-intranet/ Wait>delay VBRun>Navigate,%IE[0]%,,http://hm-intranet/BDGestion.aspx Wait>delay VBRun>FormFill,%IE[0]%,,-----------------------------7d533c364901e6 Content-Disposition:...
- Fri Feb 25, 2005 4:29 pm
- Forum: General Discussion
- Topic: Scheduled *.EXE script hangs
- Replies: 7
- Views: 11257
Hi, I read your document a couple of time, and I would like you to confirm my understanding: My *.exe is making use of windows and key functions. Therefore, it won't run, even as a service, if the workstation is logged out. When windows or key functions are used, we can use the WTS, but the workstat...
- Fri Feb 25, 2005 4:28 pm
- Forum: General Discussion
- Topic: Scheduled *.EXE script hangs
- Replies: 7
- Views: 11257
Hi, I read your document a couple of time, and I would like you to confirm my understanding: My *.exe is making use of windows and key functions. Therefore, it won't run, even as a service, if the workstation is logged out. When windows or key functions are used, we can use the WTS, but the workstat...
- Fri Feb 25, 2005 3:37 pm
- Forum: General Discussion
- Topic: Automating Web Application
- Replies: 11
- Views: 15589
I am afraid that it may not be that simple. The web application that I am trying to automate is controlled by a username/password on the main page. Access to the other pages must be done through a structure of menu/submenu on that main page. For security reason, direct access to the other pages is d...
- Fri Feb 25, 2005 1:47 pm
- Forum: General Discussion
- Topic: Scheduled *.EXE script hangs
- Replies: 7
- Views: 11257
Scheduled *.EXE script hangs
I have a compiled script (*.exe) that works perfectly when I lauch it manually. When I schedule it with WTS, I have indications that it does start, but hangs at some point. As this is running in "blind" mode, that is pretty difficult to troubleshoot. I am at the point, where I suspect that some MSch...
- Tue Feb 08, 2005 1:13 am
- Forum: General Discussion
- Topic: Automating Web Application
- Replies: 11
- Views: 15589
Well, I am not sure that I have everything I need. Using your code, I can launch IE, and connect to my Intranet home page. But, once there, there is like a menu row. When the cursor passes over one of the menu option, a drop down sub-menu get displayed. I then need to click one of the sub-menu optio...
- Mon Feb 07, 2005 7:40 pm
- Forum: General Discussion
- Topic: Automating Web Application
- Replies: 11
- Views: 15589
Automating Web Application
I realize that automating a web application could be quite different than for a regular Windows application. Is there somewhere a "Getting Started" document that can assist me for my first Web application on our Intranet? Alternatively, I can read through the Tips forum, but that might not be the mo...