Search found 7 matches
- Tue Nov 18, 2008 3:20 pm
- Forum: General Discussion
- Topic: Start Program with QuickButtons
- Replies: 0
- Views: 3354
Start Program with QuickButtons
Using QuickButtons, I would like to start a program and enter a password, thus taking me into the program. Since Quickbuttons processes keystrokes before the execution of a file, I do not see a way do accomplish this. Should I use Macro scheduler for this purpose and use QuickButtons to run the macr...
- Fri Feb 03, 2006 12:31 pm
- Forum: Beginners
- Topic: Need help to close a loop based on count
- Replies: 2
- Views: 5084
Thanks for your reply. I do want the script to loop as I need it to process 7 times. The Appraiser Section section finds a set of records based on the name. The Save Parcelset saves the set of records with a specific name. There are 7 sets to be processed. I may be on the wrong track to achieve this.
- Thu Feb 02, 2006 8:45 pm
- Forum: Beginners
- Topic: Need help to close a loop based on count
- Replies: 2
- Views: 5084
Need help to close a loop based on count
Another newbie question. The below script performs exactly as I want it to with the exception of ending the loop. Can someone review this and spot my error? On line 155 I start a message to return the count. It is always 1 even though it just processed a record > 1. I seem to be loosing the count be...
- Mon Jan 30, 2006 5:04 pm
- Forum: Beginners
- Topic: How to set check box with WIN_UseHandle
- Replies: 0
- Views: 3090
How to set check box with WIN_UseHandle
I need to set a check box on a window with no name. I can get the value of the box using GetCheckBox but having trouble setting it. Here is my script. I did not find anything about using the handle with setCheckBox. Any help would be appreciated. Let>WIN_UseHandle=1 SetFocus>4327158 GetCheckBox>4327...
- Fri Jan 27, 2006 5:55 pm
- Forum: Beginners
- Topic: Problem with child window with no name
- Replies: 1
- Views: 3680
Problem with child window with no name
I am unsuccessfully trying to Send Character/Text> to the Edit field (Edit "01/01/2005") on a child screen. When this screen appears, the cursor is blinking in the Edit field. If I manually type the string in it enters fine. Since the Send Character/Text> command is not working, I am thinking that i...
- Mon Jan 23, 2006 8:46 pm
- Forum: Beginners
- Topic: How to close window using GetWindowText
- Replies: 5
- Views: 8263
How to close window with GetWindowText
Thanx Ian. Your suggestion is exactly what I was looking for. The word Finished is not the window name but is text present within the window once the program has completed.
- Mon Jan 23, 2006 4:14 pm
- Forum: Beginners
- Topic: How to close window using GetWindowText
- Replies: 5
- Views: 8263
How to close window using GetWindowText
I'm wanting to close a window once the program has finished and window is displaying the word "Finished". Using View System Window I've identified the handle - class name and object text as follows: Window Name-263896 - App032 "ProVal Interface" Area of Window-198376 - Static "Finished" It can take ...