Close on completion (SOLVED)

Helo,

Can you force the application to close on PHP completion?

Best,
Domen

Do you mean you want to exit the program?
You can try in PHP:

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

Exacly this.
Tnx