Search found 23 matches
- Thu Sep 26, 2013 5:37 pm
- Forum: General Discussion
- Topic: IEWaitFileDownload locking up after download
- Replies: 2
- Views: 8737
v14.0.15 gives the same results
I upgraded to version 14.0.15 but that did not change any of the results mentioned in my last post.
- Wed Sep 25, 2013 7:36 pm
- Forum: General Discussion
- Topic: IEWaitFileDownload locking up after download
- Replies: 2
- Views: 8737
IEWaitFileDownload locking up after download
I am using Macro Scheduler v14.0.14 and Internet Exporer 8 When I set downloads to automatic I still get the File Download window and it will not take input from the program. I am thinking I may have something set wrong in the IE options. Automatic Promting for File downloads is enabled and Popup Bl...
- Thu Sep 12, 2013 3:09 pm
- Forum: Technical / Scripting
- Topic: Access error with IEExtractTagByAttrib
- Replies: 14
- Views: 11813
Still trying
I tried creating the new IE before using IEQuit but it acts the same and times out - infact the first time it gave me an Access Violiation error for Module ntdll.dll. I also tried attaching to an existing IE window and then navigating to another URL and it also times out when I use IEWaitDocumentCom...
- Thu Sep 12, 2013 1:19 pm
- Forum: Technical / Scripting
- Topic: Access error with IEExtractTagByAttrib
- Replies: 14
- Views: 11813
Work-a-round?
Marcus, you suggested - In the mean time a workaround would be to use a different ie reference variable or change it's value (increment it). I tried IE[3] and IE1[3] for the second round and both acted the same as the IE[2] variable so that is not an option. As long as the window is not closed until...
- Wed Sep 11, 2013 5:47 pm
- Forum: Technical / Scripting
- Topic: Access error with IEExtractTagByAttrib
- Replies: 14
- Views: 11813
IEQUIT - IECREATE slows system
I was not successful in recreating the above problem on a public web site but in trying to get around the problem I tried to kill the instance of IE and create it over again hoping the IEExtractTag commands would not give the same error. What I discovered was that using IEQuit and then IECreate slow...
- Tue Sep 10, 2013 8:46 pm
- Forum: Technical / Scripting
- Topic: Access error with IEExtractTagByAttrib
- Replies: 14
- Views: 11813
sending code
This web site has very private finanicial information on it so sending the logins would not be possible. I will try to duplicate the problem on a public site if I can and send that. Thanks for your support.
- Mon Sep 09, 2013 9:07 pm
- Forum: Technical / Scripting
- Topic: Access error with IEExtractTagByAttrib
- Replies: 14
- Views: 11813
Still having the problem
I am still having this problem. I uninstalled Macro Scheduler v14 and then reinstalled it but that did not solve the problem. Do you have any more ideas?
- Fri Sep 06, 2013 8:09 pm
- Forum: Technical / Scripting
- Topic: Access error with IEExtractTagByAttrib
- Replies: 14
- Views: 11813
New release
Marcus, thanks for the quick reply. I am using version 14.0.13
- Fri Sep 06, 2013 3:53 pm
- Forum: Technical / Scripting
- Topic: Access error with IEExtractTagByAttrib
- Replies: 14
- Views: 11813
This one has me stumped. I tried adding IEWait before clicking on the Logout button but it did not help. Even when using **BREAKPOINT** before the command it still locks up and gives the Module error on the 2nd advisor login. Below is part of the code. IE[2] is the main IE window and IE[3] is an ext...
- Thu Sep 05, 2013 9:17 pm
- Forum: Technical / Scripting
- Topic: Access error with IEExtractTagByAttrib
- Replies: 14
- Views: 11813
Access error with IEExtractTagByAttrib
I am getting an Access Violation at address F88E8BFF - error at one point in my uncompliled script. It works sometimes but one particular screen it happens every time. IEExtractTagByAttrib>%IE[3]%,,{"table"},{"id"},{"ctl00_ContentPlaceHolder1_tblMain"},1,strLarge I changed it to IEExtractTag>%IE[3]%...
- Thu Sep 05, 2013 8:53 pm
- Forum: Technical / Scripting
- Topic: EndUpdateResource Failed when compiling
- Replies: 3
- Views: 4999
Problem disapeared
I tried several scripts that had been giving me problems for the last 2 weeks and they all compiled without any errors. I will let you know if the problem comes back.
Thanks for all you help.
Thanks for all you help.
- Wed Sep 04, 2013 7:42 pm
- Forum: Technical / Scripting
- Topic: EndUpdateResource Failed when compiling
- Replies: 3
- Views: 4999
EndUpdateResource Failed when compiling
Unless I am compiling a very simple macro I am getting the error "EndUpdateResource Failed" and the exe does not have the icon attatched that was selected. I am using version 14.0.13 and the exe seams to work fine but since upgrading to version 14 it takes at least 30 seconds to load the exe before ...
- Fri Jun 29, 2012 2:33 pm
- Forum: Technical / Scripting
- Topic: IEAuto.DLL has not been initialized
- Replies: 2
- Views: 5087
- Thu Jun 28, 2012 8:22 pm
- Forum: Technical / Scripting
- Topic: IEAuto.DLL has not been initialized
- Replies: 2
- Views: 5087
IEAuto.DLL has not been initialized
After upgrading my MS SQL Server Express 2005 to 2008 (not positive it has anything to do with this problem but it started imediately afterwards), I am having the a problem with my scripts converted for compiling to an exe or already compiled scripts not recognizing the IEAuto.DLL. After loading it ...
- Tue May 29, 2012 10:15 pm
- Forum: Technical / Scripting
- Topic: File download window stops all script processing
- Replies: 1
- Views: 2725
File download window stops all script processing
My macro worked in version 11 but after upgrading to version 13 it is acting strangely. After executing a LibFunc>hIE,ClickTag,r,IE[0],{""},{""},{"A"},{"TEXT"},{"Click to Download"} a File Download window pops up and all processing in the script stops until a button on the window is clicked. IE_Vers...