Helo,
Can you force the application to close on PHP completion?
Best,
Domen
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:
Exacly this.
Tnx