Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi! I'd like to know how can I share a variable for many jobs, I have a tMsgBox where I get a file path and I'd like to set this "file path" common to other jobs. In the first job, where I have the tMsgBox, I save it into a var context and I can use it in this job without problem, but I have 3 jobs more and I need to use this "file path" too... The job where I get the "file path" from the tMsgBox is my first jobs, other 3 jobs are executed after the first job.
Thanks a lot!!!
Hi
The other jobs are called with tRunjob component in the first job? If so, you can refer to this KB article to learn how to pass a value from parent job to child job.
Regards
Shong