Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling a procedure in a timer
Message
 
 
To
13/06/2002 16:44:36
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00667656
Message ID:
00668251
Views:
33
David,

There's not a good/bad answer to the question really, it all depends on what's happening.

If it's something that can happen asynchronously and it's independent then sure you could ShellExecute() to launch a separate exe and just let it work and go away.

Or you might need to launch it synchronously using the WSH.Run() method and wait for the exe to finish, but if you are doing this you might as well keep it as a regular method call inside the current EXE.

>Thanks, that works good. But instead, what about running another session of Foxpro to take care of the procedure? Good or Bad.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform