Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updating A VFP exe
Message
 
To
20/02/2002 13:09:02
Mike Sue-Ping
Cambridge, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00622700
Message ID:
00622708
Views:
17
I suppose you've tried the RUN command? As long as you don't use the /N flag, it will wait for the called program to finish executing.

We've also used other techniques to detect when a called program is finished. One thing you can easily do is to lock a record in a temp table from the called program. When the program that has the lock finishes executing, the lock will go away. If your calling program waits until the lock goes away before continuing, it will work. You can also do this with the existance of a little file on disk or a property of an object that was passed by reference, etc.

-Scott
Scott Alvord, MBA-MCA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform