hmischel@diligentsystems.com
2016-09-18, 00:16
I have an older VFP App where I use the run command to run some background processes. I have replaced them with the Lianja spawn command
The Spawn command uses the same syntax as the run command.
Spawn will run your process in the background and return control of your app back to while it is running.
Thats very handy if you need to run simultaneous operations while not relinquishing control of your application.
Herb
The Spawn command uses the same syntax as the run command.
Spawn will run your process in the background and return control of your app back to while it is running.
Thats very handy if you need to run simultaneous operations while not relinquishing control of your application.
Herb