Search found 6 matches
- 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...
- 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 ...
- 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
- 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...
- 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
- 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...