Search found 6 matches

by iggytomcarr
Sat Mar 12, 2011 6:38 pm
Forum: General Discussion
Topic: DBExec and working with Microsoft Access 2007 SQL
Replies: 1
Views: 8633

DBExec and working with Microsoft Access 2007 SQL

Hi I am a bit new to using Access 2007 but after a couple of hours of tinkering around i have managed to create a basic database and write some code that successfully retrieves information from a database and stores it in an array. My problem now is that - i want to write some information i have col...
by iggytomcarr
Mon Jan 24, 2011 10:21 am
Forum: Technical / Scripting
Topic: Problem with IE_FormFill and drop down boxes
Replies: 0
Views: 4617

Problem with IE_FormFill and drop down boxes

Hi All I am trying to write some code that selects an item from a drop down box (5 choices either (nothing), GREEN, ORANGE, YELLOW or BLUE) on a website page which is written in PHP. There are 10 dropdown boxes on this page each contained within there own differently named form. And i need the code ...
by iggytomcarr
Fri Jan 14, 2011 1:54 pm
Forum: Technical / Scripting
Topic: Is it possible to use IE_FormFill> and the Tag of an obje
Replies: 7
Views: 7392

Hi Marcus,

Right I understand! - the ID comes from the HTML source itself!

If there is more than one object with an ID of 'price' on a page - is there any way to cycle through them and to fill all of them???

Thanks Again!
by iggytomcarr
Fri Jan 14, 2011 12:29 pm
Forum: Technical / Scripting
Topic: Is it possible to use IE_FormFill> and the Tag of an obje
Replies: 7
Views: 7392

Hi Marcus, Thanks for that information. So instead of using the name of the field (which in this case is 'price'): Let>FrameName={""} Let>FormName={""} Let>FieldName={"price"} //Currently the code looks for a field called 'price' Let>FieldValue={"%Todays_Cost_Conv%"} IE_FormFill>%IE[1]%,str:FrameNam...
by iggytomcarr
Fri Jan 14, 2011 12:13 pm
Forum: Technical / Scripting
Topic: Is it possible to use IE_FormFill> and the Tag of an obje
Replies: 7
Views: 7392

Hi Marcus

Thanks for your very quick reply.

Are you able to show me an code example of how to use the ID attribute with IE_FormFill?

Thanks for your time!
by iggytomcarr
Fri Jan 14, 2011 11:36 am
Forum: Technical / Scripting
Topic: Is it possible to use IE_FormFill> and the Tag of an obje
Replies: 7
Views: 7392

Is it possible to use IE_FormFill> and the Tag of an obje

Hi All, Sorry if this is a daft question, but i am a new to macro scripter! I have successful written a script whereby i can extract the price of a product from a supplier's website. Let>SPAN15_SIZE=4098 IE_ExtractTag>%IE[1]%,,SPAN,15,0,SPAN15,r MidStr>r_6,1,r,SPAN15 What i am now trying to do is so...
Sign up to our newsletter for free automation tips, tricks & discounts