Search found 49 matches
- Fri Sep 16, 2005 6:59 am
- Forum: Technical / Scripting
- Topic: Initialize Dialog Box in 7.4.004
- Replies: 7
- Views: 12267
First, I must say WELL DONE to Dick for finding this. I did as you suggested and moved my INITIALIZE SUB to the top and it acted as it used to. Good catch. Marcus, can you weigh in on this? If this is indeed a necessary change to code the 7.4 executable then it opens up a whole can of worms in my sc...
- Thu Sep 15, 2005 9:08 pm
- Forum: Technical / Scripting
- Topic: Initialize Dialog Box in 7.4.004
- Replies: 7
- Views: 12267
I pasted the entire script below. The basic logic is to first run the SUB named INITIALIZE which sets the checkbox values to zero or nonzero values. The PARAMETER dialog box is then shown. When the user clicks OK a SUB called CAPTURE is run to capture the settings the user chose and then a URL is cr...
- Thu Sep 15, 2005 6:10 pm
- Forum: Technical / Scripting
- Topic: Initialize Dialog Box in 7.4.004
- Replies: 7
- Views: 12267
Initialize Dialog Box in 7.4.004
I have several scripts which present the user with a dialog box with many check boxes to specify options (about 15-30 boxes in dialog box). I run a Subroutine called initialize before I present the dialog box which puts "checks" in the most commonly used checkboxes and then allows the user to make c...
- Fri Aug 19, 2005 4:53 pm
- Forum: Technical / Scripting
- Topic: Generation of many temp files in MacroScheduler directory
- Replies: 2
- Views: 5868
- Fri Aug 19, 2005 4:17 pm
- Forum: Technical / Scripting
- Topic: Generation of many temp files in MacroScheduler directory
- Replies: 2
- Views: 5868
Generation of many temp files in MacroScheduler directory
I run a backup script at 2:58 am which renames old backup files and then runs pkzip (DOS version) to backup latest data. Script: Wait>1 Let>RP_WINDOWMODE=2 Let>RP_WAIT=1 Let>MF_RENAME=1 DeleteFile>E:\OPTDAT~2\OI\OI_BACKUP15.ZIP MoveFile>E:\OPTDAT~2\OI\OI_BACKUP14.ZIP,E:\OPTDAT~2\OI\OI_BACKUP15.ZIP M...
- Sun Jun 12, 2005 1:50 pm
- Forum: Technical / Scripting
- Topic: Error calling macros from macros
- Replies: 5
- Views: 10012
- Sun Jun 12, 2005 3:29 am
- Forum: Technical / Scripting
- Topic: Error calling macros from macros
- Replies: 5
- Views: 10012
No, I haven't tried that - but then again it has worked for a whole year and I have had this MSCHED version since December. It just started having problems in the last couple weeks (No, I did not install any software that I know of). I have done the uninstall/reinstall technique and am now trying it...
- Sun Jun 12, 2005 12:26 am
- Forum: Technical / Scripting
- Topic: Error calling macros from macros
- Replies: 5
- Views: 10012
Error calling macros from macros
I am using Msched 7.3.10. I have noticed over the last couple weeks an error that is occurring more and more frequently. I have one macro call another macros as follows: (Entire Main program): Macro>TRX Core.scp /GROUP_NAME=BISH Family /SKIPSTART=0 /ACCTNUM=10 There is another macro in the same dire...
- Thu Apr 07, 2005 3:59 pm
- Forum: Technical / Scripting
- Topic: Finding Text on HTML page - identifying X,Y coordinates
- Replies: 13
- Views: 42840
I have read up on this technique and I have two observations - one - yes it is powerful; and two - it is complicated. Makes one long for the old days: Set Focus, click and be done! I just finished re-teaching myself QBASIC so some of this makes sense and some it not clear. My immediate goal is to ju...
- Wed Apr 06, 2005 3:07 pm
- Forum: Technical / Scripting
- Topic: Finding Text on HTML page - identifying X,Y coordinates
- Replies: 13
- Views: 42840
Thanks for the fast reply. Going to the second part first, I tried using CTRL f and it worked great - I never asked this question and have used the workaround for many many years. Just goes to show I should ask! On the main question - I have no idea what you are talking about. The web page is not mi...
- Wed Apr 06, 2005 2:23 pm
- Forum: Technical / Scripting
- Topic: Finding Text on HTML page - identifying X,Y coordinates
- Replies: 13
- Views: 42840
Finding Text on HTML page - identifying X,Y coordinates
I have either a simple or very hard question. I am trying to find some text on a web page and then clicking on the link at that location. I bring up the webpage and Run the IE Find Text function to locate my text ExecuteFile>http://www.mysimon.com/ Wait>10 SetFocus>Simon* Press ALT Send>E Release AL...
- Mon Feb 21, 2005 11:13 pm
- Forum: Technical / Scripting
- Topic: Dialog/variable Problem since upgrade to 7.3.10
- Replies: 2
- Views: 5784
- Mon Feb 21, 2005 8:59 pm
- Forum: Technical / Scripting
- Topic: Dialog/variable Problem since upgrade to 7.3.10
- Replies: 2
- Views: 5784
Dialog/variable Problem since upgrade to 7.3.10
Greetings everybody, I have this problem on an existing script that only started to happen after I upgraded to 7.3.10. The script worked fine on 7.1.1 and version 5.xx. Basically, the script creates a very large Dialog box (called PARAMETER) with hundreds of variables, checkboxes, and combo boxes. I...
- Tue Nov 30, 2004 3:13 pm
- Forum: Technical / Scripting
- Topic: Macro can't find WIndows with wildcards
- Replies: 4
- Views: 7489
- Thu Nov 11, 2004 6:16 am
- Forum: Technical / Scripting
- Topic: Macro can't find WIndows with wildcards
- Replies: 4
- Views: 7489
Macro can't find WIndows with wildcards
I have used MSched for about 10 years and have noticed a problem more frequently in the last year - my macros can't find windows with known names with or without wildcards. Hoeever, the problem is not consistent - sometimes my macro finds Microsoft Excel* and other times it won't but will find Excel...