Macro Toolworks Products Discussion Forums :: General Discussion
Welcome Guest   
 Subject :How to Stop a Running Macro.. 12-01-2010 21:19:56 
onpointtrading
Joined: 12-01-2010 15:43:42
Posts: 3
Location
One of my macros encountered an error that resulted in a pop up box. I go to
stop the macro in the pop up box that lets you stop or pause the macro. I try to go
back to the main program in the task bar, but it has a tiny play button on it and
I can't open up the program. I have to force close the program through the task manager
and then reopen. Any suggestion?
IP Logged
 Subject :Re:How to Stop a Running Macro.. 13-01-2010 14:05:44 
petr
Joined: 15-10-2009 11:48:52
Posts: 152
Location
Hello,

you also need to close this error pop up box (in addition to clicking on "Stop" button). When there is no pop up window showing the macro execution is stopped and you should be able to get back to main window.

Best regards,
Petr
IP Logged
 Subject :Re:How to Stop a Running Macro.. 13-01-2010 15:48:34 
onpointtrading
Joined: 12-01-2010 15:43:42
Posts: 3
Location
I have both closed the error pop up and clicked the stop button. However, the little play button still shows in the taskbar. Using Win XP and tried doing this when no other programs were open yet.
IP Logged
 Subject :Re:How to Stop a Running Macro.. 13-01-2010 22:00:41 
petr
Joined: 15-10-2009 11:48:52
Posts: 152
Location
Could you post me the macro so that I can try it myself? Or send it by e-mail to support@macrotoolworks.com. Thanks.
IP Logged
 Subject :Re:How to Stop a Running Macro.. 14-01-2010 14:18:13 
onpointtrading
Joined: 12-01-2010 15:43:42
Posts: 3
Location
<cmds>
<me_error_nodisplay>

<#> Run Morning Credit File

<#> Open Site
<wwwopen>("http://bdx.taltrade.com",3,15,1)
<#> If site doesn't load, exit macro
<if_str>("_vErr == YES")
<exitmacro>
<endif>

<#> Paste Login

<keys>****HAD TO REMOVE BECAUSE OF PRIVACY****<cmds>

<if_win>("[TAL Broker Dealer Extranet - Microsoft Internet Explorer|IEFrame|#3200|#1824]","ACT",0)
<winresize>("[TAL Broker Dealer Extranet - Microsoft Internet Explorer|IEFrame|#2556|#-4]",0,1280,1024)
<else>
<exitmacro>
<endif>

<#> If next window doesn't open, exit Macro
<if_str>("_vErr == YES")<exitmacro><endif>
IP Logged
Last Edited On: 14-01-2010 14:20:47 By onpointtrading for the Reason
 Subject :Re:How to Stop a Running Macro.. 22-01-2010 10:03:27 
petr
Joined: 15-10-2009 11:48:52
Posts: 152
Location
Hello,

I tested the macro but was not able to repeat the problem - I'm not getting an error message box. What commnd cause the error box show? Ca you post (or send to support@macrotoolworks.com) a screenshot of the error message?

Thanks,
Petr
IP Logged
Page # 


Powered by ccBoard


Login and share your experience - send messages to forums and add comments to samples, commands and other resources.



Account is free of charge, easy to setup.