Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I use the control INET : error 35764 : still executing

Status
Not open for further replies.

youssef

Programmer
Mar 13, 2001
96
BE
Hi,

I use the control INET in my project for read the directory of a PC in ftp.

I connect in FTP, I read the directory and after I deconnect.

All are Ok

But when I reconnect, the error message appear :

run-time error 35764 : still executing last request

And when I debug.

The debbuger show me the INET.GETCHUNK(1024,icstring) ???


How can I do for this.

Best regards

Youssef

 
This is an obvious error. The Inet control has not completed a previous request that was made. Use the INET.StillExecuting property to test this and assure that the request has completed!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top