Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Handling Text Files
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Handling Text Files
Divers
Thread ID:
00664041
Message ID:
00664041
Vues:
48
Hi,
I have two programs:
Program1 - Downloads large volume of data from the server to textfiles on the local harddrive. It downloads tfile1, then tfile2 and so on until Tfile5.

Program2 - Operates in a loop. Uses ADIR function to determine if Tfile1 or 2...or 5 is available. If any of them is available it appends data from TfileN to TableN. After data has been appended to Table5 this program terminates.

1.
But what happens is that in Program2 the ADIR function finds the textfile even before the download is completed. How do I make sure that Program2 begins appending only after the download is complete?

2.
CAn FoxPro move ahead in code. That is as it is downloading the first text file which is pretty huge will it execute the following lines of code, even if the download is not complete?

Thank you.

Ria.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform