Results 1 to 3 of 3

Thread: inet control use

  1. #1
    Guest

    Question

    I am accessing a directory with the inet ftp control,and
    then I use the command inet.ececute get xxx.xxx xxx.xxx in a loop. Then when I call this function from inside anothr function I get the"still executing last command message"
    Anyone can help?

    [Edited by sweetie_il on 01-03-2001 at 12:42 AM]

  2. #2
    Lively Member
    Join Date
    Jan 1999
    Location
    Karjalohja, Finland
    Posts
    123
    Try this way:

    Inet1.Execute, Get Something
    Do
    DoEvents
    Loop While Inet1.StillExecuting

    -Dj4

  3. #3
    Guest

    Smile inet control use

    thanks for the answer - does that mean that
    I can put the entire piece of code into another loop?
    I understand that what you sent me it's just to make sure that the inet.execute finished. Now I want it to do it the whole thing again.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width