Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Application freezes
Message
De
27/04/2006 06:08:53
 
 
À
27/04/2006 05:05:32
Suhas Hegde
Dental Surgeon
Sirsi, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 6 SP5
Divers
Thread ID:
01116564
Message ID:
01117023
Vues:
20
>Do u mean to use a seperate exe to run the download part and then return the values ?
>
>I get the values in a string format so is it possible to get the result back ?
>
>something i have not tried ....
>
>any pointers in code ??
>
>thanxs
>
>suhashegde

I have a similar situation in one application I use daily. I have a separate exe which does the downloads, and this exe creates a txt-file in a specific folder for each successful download, the name of the file is a random number, like 12345678.txt. The main program has a timer, and this timer checks this directory regualarly using
something like
if adir(dummy,'mydir\*.txt')>0
  do myprocess && myprocess reads the file via filetostr(), processes the file, and deletes it
enddo
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform