patwanirav
9th January 2013, 12:14
A new blog entry has been added:
Run 3GL Object from 4GL Script
How to Run 3GL Object from 4GL Script ?
vahdani
9th January 2013, 13:27
Hi,
you can use the process handling functions (http://www.baanboard.com/programmers_manual_baanerp_help_functions_processes_overview_and_synopsis). Usually the activate() function is used with the object name. If you want the calling program to wait until the 3GL is finished then use wait.and.activate().
....
activate("oppmmm1234")