mark_h
13th November 2004, 00:31
I am looking for a method or command to launch one session from another session. In this case zoom.to and activate will not work - I do not want the launched session to be a child of the parent session. I want the selected or input session to launch and run completely independent of the main session. There will not be any need for inter-process communication. I really just want the user to be able to launch any session from with in a session I am writing. I looked at bshell6.1 but I could not figure out how to get it to launch another session for the current login or client. Is there something like this? Been searching the libraries and such, but have not found anything useful. This is another version of "run program" but with some local checks and auditing build into it.

Mark

NPRao
13th November 2004, 03:45
Mark,

Refer to the section - Making related processes independent at the link -

Processes, process groups, and main windows (http://www.baanboard.com/programmers_manual_baanerp_help_multitasking_processes_process_groups_and_main_windows)

mark_h
15th November 2004, 14:37
Worked like a charm. Thanks NPR. :)


Mark