Search found 22 matches
- Fri Mar 03, 2023 7:03 am
- Forum: Scripts and Tips
- Topic: Windows 10 updates changing file associations .scp
- Replies: 1
- Views: 21323
- Sat Aug 22, 2015 10:26 am
- Forum: Scripts and Tips
- Topic: waitwindowopen multiple possibilities
- Replies: 4
- Views: 10444
Re: waitwindowopen multiple possibilities
Brilliant, many thanks
- Sat Aug 22, 2015 9:05 am
- Forum: Scripts and Tips
- Topic: waitwindowopen multiple possibilities
- Replies: 4
- Views: 10444
Re: waitwindowopen multiple possibilities
Hi hagchr,
Many thanks for your prompt reply.
I have never seen the let> function used with "|". How does that work, I can find nothing in the help, is it an OR function.
Alistair
Many thanks for your prompt reply.
I have never seen the let> function used with "|". How does that work, I can find nothing in the help, is it an OR function.
Alistair
- Sat Aug 22, 2015 5:30 am
- Forum: Scripts and Tips
- Topic: waitwindowopen multiple possibilities
- Replies: 4
- Views: 10444
waitwindowopen multiple possibilities
After running a program I have a case where 2 or more possible windows could open with different names. How can I wait for the 2 or more possible cases and determine which one has opened, similar to the "case" option in "C". The waitwindowopen works perfect if there is only 1 possible case. Alistair
- Mon Jun 30, 2014 8:23 am
- Forum: General Discussion
- Topic: Macro Scheduler Starts Minimised...
- Replies: 9
- Views: 17182
Re: Macro Scheduler Starts Minimised...
Sorry Marcus, its not macro scheduler that the virus protection is complaining about, its the "after" program suggested in this post
Alistair
Alistair
- Mon Jun 30, 2014 5:35 am
- Forum: General Discussion
- Topic: Macro Scheduler Starts Minimised...
- Replies: 9
- Views: 17182
Re: Macro Scheduler Starts Minimised...
I have tried to install the application "after", however my virus protection warns me about malware. I have also checked on google, it also has a number of sites warning of malware. I am still using XP, I know I should upgrade.
Is this true, has it malware.
Alistair
Is this true, has it malware.
Alistair
- Wed Jul 10, 2013 4:15 am
- Forum: Technical / Scripting
- Topic: Access violation
- Replies: 1
- Views: 2959
Access violation
I'm getting an access violation when trying to perform an SQL query using the DBExec function. The field PIPCODE is 20 (char), PILOCATION is 15 (char) and PIQTYORD is 9 (num). The error message is Access violation at address 005C003C in module 'msched.exe'. Read of address 00000001. The parameters f...
- Fri Jul 05, 2013 6:08 am
- Forum: Technical / Scripting
- Topic: ERROR HANDLER
- Replies: 2
- Views: 3716
- Tue Jul 02, 2013 7:51 am
- Forum: Technical / Scripting
- Topic: ERROR HANDLER
- Replies: 2
- Views: 3716
ERROR HANDLER
I have tried to use the error handler function without success until today. The code I was using is Let>IGNOREERRORS=1 Let>ONERROR=MyErrorHandler . . . . SRT>MyErrorHandler TimeStamp>C:\UTILS\LOGS\error.log,LAST_ERROR goto>END END>MyErrorHandler Label>END The error occurs and the error handler sub r...
- Tue May 07, 2013 10:45 am
- Forum: Technical / Scripting
- Topic: Complex expression documentation
- Replies: 14
- Views: 16651
- Mon May 06, 2013 4:56 am
- Forum: Technical / Scripting
- Topic: Complex expression documentation
- Replies: 14
- Views: 16651
Thanks PepsiHog, I agree with your suggestion and had thought that myself, however you should be able to do it as a complex expression so I thought I would ask. Line 1 was just a sample, it is data from a text file read line by line and other lines have "D" in var_2. That was my biggest problem how ...
- Sat May 04, 2013 3:32 am
- Forum: Technical / Scripting
- Topic: Complex expression documentation
- Replies: 14
- Views: 16651
Complex Expressions
I wrote and compiled a script in 2010 which worked fine. Last week I made some minor changes and recompiled using V14.0.4 and the script doesn't work. I have an error message "A not appropriate" Here is a snapshot of the script that fails. Let>line=1,"A","D","GNS"," "," "," "," ","1988"," ","2013043...
- Sat Feb 23, 2013 6:32 am
- Forum: Technical / Scripting
- Topic: SQL Flush Buffers
- Replies: 0
- Views: 6719
SQL Flush Buffers
I am writing a script using the SQL functions of Macro Scheduler with a FoxPro DB with a great deal of success. If I use the debugger and stop the macro before the the close Database function is used, any external changes to the database are not reflected into my script until I shutdown Macro Schedu...
- Sun Dec 09, 2012 11:49 am
- Forum: Technical / Scripting
- Topic: AddDialogHandler OnEnter
- Replies: 4
- Views: 6821
- Sat Dec 08, 2012 1:49 am
- Forum: Technical / Scripting
- Topic: AddDialogHandler OnEnter
- Replies: 4
- Views: 6821
My humble apologies, I cut and pasted the code fragments and in doing so put them in the wrong order. I have since checked and it still doesn't work. I did however read your email today about custom event triggers and saw a related post on keypress for eventhandlers. I have tried this method and it ...