O ovcax New member Apr 11, 2011 #1 Helo, Can you force the application to close on PHP completion? Best, Domen Last edited: Feb 23, 2014
gdgsupport Support Staff member Apr 11, 2011 #2 Do you mean you want to exit the program? You can try in PHP: Code: exo_runhescriptcom ( "Macros.MacroExit" ); or for more possibilities to call the Macros.MacroExit script from JavaScript, HTML… see: http://www.exeoutput.com/help/callscript.htm Last edited: Feb 23, 2014
Do you mean you want to exit the program? You can try in PHP: Code: exo_runhescriptcom ( "Macros.MacroExit" ); or for more possibilities to call the Macros.MacroExit script from JavaScript, HTML… see: http://www.exeoutput.com/help/callscript.htm