Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Run command
Message
From
18/07/2005 16:57:47
 
 
To
15/07/2005 12:05:42
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Title:
Miscellaneous
Thread ID:
01033064
Message ID:
01033650
Views:
22
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform