Skip to main content

Preventing browser from closing when running ATW

  • January 25, 2022
  • 1 reply
  • 0 views

Andreas Weinand
Forum|alt.badge.img+2

It happens so easily: you run your AcuToWeb application in your browser, you open a new tab to look something up and instead of closing the tab you close the browser.

Your application is still running on the server but there is - as far as I know - no way to reconnect to this session.

Is there a way to prevent the browser (all browsers) from closing when running an ATW application ?

1 reply

Martin Turner

It happens so easily: you run your AcuToWeb application in your browser, you open a new tab to look something up and instead of closing the tab you close the browser.

Your application is still running on the server but there is - as far as I know - no way to reconnect to this session.

Is there a way to prevent the browser (all browsers) from closing when running an ATW application ?

Set QUIT_MODE -2 in your runtime configuration file. Then you will receive a prompt if you try to close the tab or browser.