Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Having problem to start two process separately
Message
From
01/02/2000 12:23:39
Michael Dougherty
Progressive Business Publications
Malvern, Pennsylvania, United States
 
 
To
01/02/2000 10:25:09
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00325561
Message ID:
00325660
Views:
22
re: two command buttons launch two sub-routines

As Ed mentioned, recoordinating two RUNning processes would be difficult.

If these buttons launch routines that can run without user intervention and then terminate (ie: gather/report function) Or if the buttons are spawning completely self-contained programs (It would appear to be an MDI not contained in the parent window) You could easily use run.

Button1.click: !/N2 Sub1.exe **gathers data1 & spools report
Button2.click: !/N2 Sub2.exe **gathers data2 & spools report

(/N2 = nowait active and minimized, see "HELP RUN")
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform