Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 6 Visual Basic 6 > VB How-To
|
VB How-To Ask your "How do I do this with VB?" questions in this forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB How-To section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 19th, 2003, 04:32 PM
Registered User
 
Join Date: Sep 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Internet Transfer Control HELP!!!!!

I am making a piece of software that will automatically post data to a web page in order to automate a process. The problem: when I post the data to the page, the site returns a page which has a single submit button on it. In order to confirm the data i posted I need to automate a click to this submit button as well. Another problem i am having is that i am looping through a long list of records which need to be automatically posted to the site and i need to make the program wait for the complete request to finish in order to continue through the recordset. So the way it works:

1) Grab data set
2) Post a single record to the website
3) Get response page from site and click the submit button on it
4) loop back to beginning until all records have been done


Any help would be greatly appreciated and I look forward to hearing the genius ideas of those on this board. Please teach me....
 
Old September 22nd, 2003, 02:48 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,212
Thanks: 0
Thanked 1 Time in 1 Post
Default

Isn't clicking the Submit button just another post of data? So you need 2 posts for each record...

Re waiting for the request to finish, take a look at the StateChanged event of the ITC.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Internet Transfer Protocol sporkman43 VB.NET 0 June 16th, 2004 08:45 AM
Help w/Internet Control in VB.NET jagged30net Pro VB.NET 2002/2003 1 May 29th, 2004 02:33 AM
Using Internet Transfer Control to post XML jaforret Classic ASP XML 2 February 29th, 2004 02:43 PM
Deploying Internet Transfer Control in ASP alonsoca Classic ASP Professional 0 November 29th, 2003 07:13 PM
Internet Transfer Control jake VB How-To 5 July 28th, 2003 04:59 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.