JGregoire
New User
Joined: 08 May 2018 Posts: 1 Location: Belgium
|
|
|
|
Hello, I am trying to figure out how to call a PCOMM macro from within another macro. The calling macro runs without error, but the called macro "temp" doesn't run. He must find something though, because when I change the name of the called macro to a non existing one, I do get an errormessage.
[PCOMM SCRIPT HEADER]
LANGUAGE=VBSCRIPT
DESCRIPTION=
[PCOMM SCRIPT SOURCE]
OPTION EXPLICIT
autECLSession.SetConnectionByName(ThisSessionName)
autECLSession.autECLPS.StartMacro "temp" |
|