Search found 77 matches
- Fri Aug 25, 2017 3:47 pm
- Forum: Command Line and Scripting Interface
- Topic: iMacros doesn't push button
- Replies: 6
- Views: 11288
Re: iMacros doesn't push button
Thanks for the suggestions. I'll give them a try......
- Thu Aug 24, 2017 7:32 pm
- Forum: Command Line and Scripting Interface
- Topic: iMacros doesn't push button
- Replies: 6
- Views: 11288
iMacros doesn't push button
I'm developing a macro to run a query in PeopleSoft Financials. So far I have been able to get the macro to open PeopleSoft, logon, navigate to the query screen, and fill in the prompts. This part works great. The next step is to push the button to run the query. Below is the code that is supposed t...
- Mon Aug 21, 2017 3:12 pm
- Forum: Command Line and Scripting Interface
- Topic: Error -1100 Can not parse macro line
- Replies: 2
- Views: 9761
Re: Error -1100 Can not parse macro line
Thanks you for the suggestion. I added <BR> after each line in the "Conver" variable and it worked for me. I appreciate your help and timely response
- Fri Aug 18, 2017 9:14 pm
- Forum: Command Line and Scripting Interface
- Topic: Error -1100 Can not parse macro line
- Replies: 2
- Views: 9761
Error -1100 Can not parse macro line
I'm getting the error message below when my script runs the following code: Error -1100: Can not parse macro line: Sent:<SP>Tuesday,<SP>August<SP>15,<SP>2017<SP>12:29<SP>PM IM = "CODE:" IM = IM + "TAB T=1" + vbNewLine IM = IM + "TAB CLOSEALLOTHERS" + vbNewLine IM = IM + "SET !TIMEOUT 120" + vbNewLin...
- Thu Jul 27, 2017 5:32 pm
- Forum: General Support & Discussions
- Topic: Feedback - Take the iMacros Add-on(s) Survey!
- Replies: 16
- Views: 28576
Re: Feedback - Take the iMacros Add-on(s) Survey!
I definitely agree that the following enhancement would be beneficial: "-08- Add an 'EXTRACT' Recording Mode (based on 'TAG' Mode). => viewtopic.php?f=2&t=25807#p70393" I'm trying to use the iMacros with Chrome and we use the EXTRACT feature a lot. It is cumbersome to have to flip back and forth bet...
- Thu Jul 27, 2017 1:20 pm
- Forum: General Support & Discussions
- Topic: Want to try iMacros for Chrome
- Replies: 6
- Views: 3573
Re: Want to try iMacros for Chrome
Thanks for the info. I'll be glad to support your request. It's not efficient to have to go back and forth between the iMacros Browser and the Chrome browser. How would I let someone know that this is a good suggestion and definitely needed?
- Wed Jul 26, 2017 9:32 pm
- Forum: General Support & Discussions
- Topic: Want to try iMacros for Chrome
- Replies: 6
- Views: 3573
Re: Want to try iMacros for Chrome
I have 1 more question about Chrome. It doesn't appear to have an Extraction Wizard like the iMacros and IE browsers. Did I miss something? Thanks again for your help........
- Wed Jul 26, 2017 8:41 pm
- Forum: General Support & Discussions
- Topic: Want to try iMacros for Chrome
- Replies: 6
- Views: 3573
Re: Want to try iMacros for Chrome
Thank you for the quick reply. I'm going to try the add-in and see how it works for me. thanks again for the information
- Wed Jul 26, 2017 6:49 pm
- Forum: General Support & Discussions
- Topic: Want to try iMacros for Chrome
- Replies: 6
- Views: 3573
Want to try iMacros for Chrome
I have the iMacros Enterprise edition. I develop macros (Excel / VBA) using both the iMacros browser and the Internet Explorer browser. I'm currently testing one of these macros in an upgraded application. This particular macro was using the iMacros browser ("-ie") and I have had to modify it to use...
- Fri Jul 07, 2017 3:06 pm
- Forum: Command Line and Scripting Interface
- Topic: Object Reference Error on 64 bit machine
- Replies: 1
- Views: 9822
Object Reference Error on 64 bit machine
I have a macro that has been working great on 32 bit machines with iMacros version 10.3. I've trying to update it to run on a 64 bit machine with iMacros version 11.0 The macro is already in the PeopleSoft Financials application and is trying to navigate to a query screen with the following code: IM...
- Thu Jun 22, 2017 8:00 pm
- Forum: Command Line and Scripting Interface
- Topic: iMacros 10.3 works differently on different machines
- Replies: 1
- Views: 8845
iMacros 10.3 works differently on different machines
Phillip………..I see that you are out of the office for a while but thought I would send this anyway to see if you have any ideas. I’ve run into an iMacros situation that I have never encountered before and was wondering if you have ever come across anything like this. I just developed a macro that use...
- Fri Jun 16, 2017 1:49 pm
- Forum: Command Line and Scripting Interface
- Topic: Extracting data in a new environment
- Replies: 8
- Views: 12761
Re: Extracting data in a new environment
Thanks again for the suggestion. I realized I did not include the URL. This application was developed by our company and I'm restricted from sharing access with outside parties. I appreciate the suggestions you have provided and will try them to see if I have any success with extract the data in the...
- Thu Jun 15, 2017 9:01 pm
- Forum: Command Line and Scripting Interface
- Topic: Extracting data in a new environment
- Replies: 8
- Views: 12761
Re: Extracting data in a new environment
I've had a little success today. I've been working on a 64 bit machine with iMacros 11.0.246.4051. Your EVENT mode suggestion allowed me to select the appropriate value. Kind of. I was able to record selecting the correct record in the dropdown and then actually using the code in the macro to make t...
- Thu Jun 15, 2017 1:37 pm
- Forum: Command Line and Scripting Interface
- Topic: Extracting data in a new environment
- Replies: 8
- Views: 12761
Re: Extracting data in a new environment
Once I try your suggestions, I'll let you know the results..........
- Thu Jun 15, 2017 1:14 pm
- Forum: Command Line and Scripting Interface
- Topic: Extracting data in a new environment
- Replies: 8
- Views: 12761
Re: Extracting data in a new environment
Thanks for the quick reply. I'll will try your suggestions. I also have a machine with version 11, so I will try the event mode on that machine as well. Thanks for your help.