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:27:40
 
 
To
30/05/2001 21:06:37
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00512963
Message ID:
00512987
Views:
10
Ok, I will try this too. It is VFP6 for this project. Maybe in another post I referenced VFP5 for Visual Accountmate LAN3x?

TY

>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.
>>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform