Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Updating A VFP exe
Message
 
À
20/02/2002 13:09:02
Mike Sue-Ping
Cambridge, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00622700
Message ID:
00622708
Vues:
16
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform