Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Run command
Message
De
18/07/2005 16:57:47
 
 
À
15/07/2005 12:05:42
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Titre:
Divers
Thread ID:
01033064
Message ID:
01033650
Vues:
21
>I have a FOX 2.6 windows app that need to send and recieve data from a web service. To accomplish this I populate a table with the required info that needs to be sentto the web service, then use the Run command to call a .Net exe that recieves the primary key as an argument, grabs the appropriate record and does the web service stuff and updates another table with the data it receives.
>
>It all works fine except I need code execution in the fpw app to stop at the run command and resume when the .net exe is finished. If I do not use the /N argument this happens however I have the ugly command window. I remember reading something about hiding the command window but not sure if it was for VFP or would work in 2.6 for windows and can't find it anyways. Or hopefully i am just missing something .
>
>Thanks
>
>Paul

Paul

You might try the DOS START command with /wait / min (http://www.computerhope.com/starthlp.htm#01). i.e. !START /W /MIN [program name]

Joe
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform