Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Returning control to vfp after run command?
Message
From
30/05/2001 21:06:37
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
30/05/2001 21:00:33
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00512963
Message ID:
00512982
Views:
11
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform