Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Returning control to vfp after run command?
Message
De
30/05/2001 21:06:37
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
30/05/2001 21:00:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00512963
Message ID:
00512982
Vues:
12
David,
Maybe you can forcefully check if it's completed.
handle=fopen(TargetFile,12)
if handle<=0
 messagebox(ferror())
else
 lnSizeWritten=fseek(handle,0,2)
 =fclose(handle)
endif
lnSizeWritten=fsize(lcSource)
As I remember you were using VFP5. If VFP6 you could also StrToFile() and FileToStr().
Cetin



>Cetin,
>
>I am coding some statements to force the program to wait 20 seconds after the file zipup and file copies. That should be way more than enough. I hope that helps. I don't have access to the user's machine, so I can't tell what type of settings are being used. I will let you know.
>
>Thanks again.
>
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform