Hi Barry,

I am using the new Lianjarun command - which is working great.

https://www.lianja.com/doc/index.php/Background_Tasks

Since I am spawning many simultaneous threads, I am trying to have those threads update a table when they are completed.

In my python call, I import Lianja a the top, and at the end of the function I am trying to call a vfp function called dispatchminus() like so.
Lianja.execute("dispatchminus()")
As I suspeccted might occur, I get a console message dispatchminus.dbo does not exist.

Is there a way I can specify in a spawned call where I would like a function to run from?

Thanks

Herb