Search found 22 matches

by danhinz
Wed Mar 24, 2010 6:00 pm
Forum: Command Line and Scripting Interface
Topic: Error -347 URL wrong syntax
Replies: 7
Views: 5066

Re: Error -347 URL wrong syntax

Everything works, thanks
by danhinz
Mon Mar 22, 2010 11:11 pm
Forum: Command Line and Scripting Interface
Topic: Error -347 URL wrong syntax
Replies: 7
Views: 5066

Re: Error -347 URL wrong syntax

Could you please try iimGetLastError() That's it! Message displays properly. :D Not sure what you want me to try on the {{url}} part, it was a mistake on my part the macro that goes to the web page is only: VERSION BUILD=6300218 TAB T=1 TAB CLOSEALLOTHERS URL GOTO={{url}} The error was in my VBA co...
by danhinz
Fri Mar 19, 2010 7:11 pm
Forum: Command Line and Scripting Interface
Topic: Error -347 URL wrong syntax
Replies: 7
Views: 5066

Re: Error -347 URL wrong syntax

error was that when I assigned the url to be called
I used :

iret=iim1.iimset("-url', url)
and it should have been without the "-"
iret=iim1.iimset("url', url)

Still getting the MsgBox error and the code does refer to the proper variable "iim1.iimGetLastMessage()"


dan
by danhinz
Thu Mar 18, 2010 3:12 pm
Forum: Command Line and Scripting Interface
Topic: Error -347 URL wrong syntax
Replies: 7
Views: 5066

Error -347 URL wrong syntax

I get the following error -347 URL wrong syntax... BAckground: Windows XP SP3 Excel 2007 VBA iMacros v6.90 build 141 Everything macro, excel, etc was working properly then for no apparent reason kaput. This macro was written originally in 6.3. It's based on your macro demo that gets exchange rates. ...
by danhinz
Thu Jan 07, 2010 5:50 pm
Forum: Data Extraction and Web Screen Scraping
Topic: -301 error
Replies: 1
Views: 3243

-301 error

Using iMacros browser to 1. Extract data from website and save to Excel file (currently 136 different fields) 2. Insert data from excel into second, third, etc. websites Excel file is two columns: Variable Name, Variable Value The extraction string is of the form: TAG POS=1 TYPE=INPUT:TEXT FORM=NAME...
by danhinz
Wed Oct 28, 2009 7:39 pm
Forum: Command Line and Scripting Interface
Topic: Variable {{xxx}} not defined
Replies: 5
Views: 4050

Re: Variable {{xxx}} not defined

Thanks, let me know if they figure anything out.
by danhinz
Wed Oct 28, 2009 1:38 pm
Forum: Command Line and Scripting Interface
Topic: Variable {{xxx}} not defined
Replies: 5
Views: 4050

Re: Variable {{xxx}} not defined

Reloaded 6.60

All Problems have gone away. both -316 & -329 errors
by danhinz
Wed Oct 28, 2009 1:21 pm
Forum: Command Line and Scripting Interface
Topic: Variable {{xxx}} not defined
Replies: 5
Views: 4050

Re: Variable {{xxx}} not defined

Capitalization has no effect. First noticed the error with a variable defined "-var_st_ADR" I tried changing the capitalization to all caps, all lower, even removing the "_" regardless of how the variable was capitalized the error message always said {{st_adr}} or {{stadr}} regar...
by danhinz
Wed Oct 28, 2009 5:29 am
Forum: Command Line and Scripting Interface
Topic: Variable {{xxx}} not defined
Replies: 5
Views: 4050

Variable {{xxx}} not defined

I have a macro being called by VBS. #1 logs on to a secure website. VBS execution is paused as there are some data selections that are done manually (Works) #2 submits data. Was working. now get this error message in the browser: "Variable {{city}} not defined. It is not an internal variable an...
by danhinz
Fri Mar 07, 2008 2:59 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Extraction Fails, Halts Calling Macro
Replies: 2
Views: 2961

Partial Solution

That does allow the macro to keep processing, but now the extraction retrieves incorrect data instead of nothing...
by danhinz
Fri Feb 29, 2008 8:01 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Extraction Fails, Halts Calling Macro
Replies: 2
Views: 2961

Extraction Fails, Halts Calling Macro

Looking for help/ideas Please extracting data from a table. I'm using all relative tags because the data that comes back is not always present. I look for the "DataName" cell and then get the data from the next table cell (R1 extraction). Max pieces of data is 4 per record. Problem is that...
by danhinz
Tue Feb 19, 2008 3:26 pm
Forum: How-To's and useful iMacros: All other topics
Topic: Embedding in VB is a must, Here's an app to create code...
Replies: 40
Views: 395765

Any Updates

This sounds interesting, but it appears as if I'm a couple of years late... Any thing going on or is it available...?
by danhinz
Fri Nov 30, 2007 4:52 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Variable manipulation
Replies: 2
Views: 3505

I normally do the majority of the work in VB. I use iMacros to do the submitting and retrieving of the data only. If you have to do it in iMacros I would modify the data file so that it has two numbers: 786,5342 Read both numbers. In your submission you'll have to append both numbers to the URL. SET...
by danhinz
Thu Nov 29, 2007 4:39 pm
Forum: General Support & Discussions
Topic: iMacros doesn't always run when called from Excel
Replies: 1
Views: 1934

iMacros doesn't always run when called from Excel

iMacros v6.01 bld 277 WinXP SP2 Excel 2007 (12.0.4518.1014) I have a several macros that I've been using for many months (some created in v5.22). They all do the same thing for different websites. From inside Excel I run a macro that calls an iMacros macro that reads data from the spreadsheet and in...
by danhinz
Thu Sep 20, 2007 9:48 pm
Forum: Data Extraction and Web Screen Scraping
Topic: iMacros can no longer extract data???
Replies: 4
Views: 5502

Thank you

Thanks for your work. I have a line immediately after the "BUTTON" line that was WAITING 5 seconds. I changed that to #ONDOWNLOADCOMPLETE# and that has restored some results. Today it retrieved about 5 of 20 records, the others failed. It's most likely an issue w/zillow responding slowly. ...