Quantcast
Channel: ExeOutput for PHP - G.D.G. Software Forum
Viewing all articles
Browse latest Browse all 1024

Unable to programmatically terminate program (ExeOutput v1.7)

$
0
0

@richhallstoke wrote:

So far I have tried using PHP code such as:

<?php
exo_runhescriptcom('ExitPublication');

and a macro/script such as:

procedure OnNavigateComplete(URL: String);
begin
ExitPublication;
end;

and a redirect header such as:

<?php
header('Location: HEScript://ExitPublication');

and a javascript code such as:

<script type="text/javascript">
exeoutput.RunHEScriptCom("hescript://ExitPublication");
</script>

But so far have not found a working way to terminate the application, and at present with all above options I'm left with the application window still running as if I hadn't even tried to terminate it with code. Any assistance would be massively appreciated. Thank you.

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 1024

Trending Articles