M meet8530 New member Feb 21, 2021 #1 how to run a php script before application close button is pressed like running backup script and then show your application closed successfully.
how to run a php script before application close button is pressed like running backup script and then show your application closed successfully.
gdgsupport Support Staff member Mar 6, 2021 #2 Thanks to HEScript, in the UserMain script, there is an event: procedure OnPubBeingClosed; You can then use HEScript to invoke a PHP script. See the documentation.
Thanks to HEScript, in the UserMain script, there is an event: procedure OnPubBeingClosed; You can then use HEScript to invoke a PHP script. See the documentation.
M meet8530 New member Mar 6, 2021 #3 gdgsupport said: can then use HEScript to invoke a PHP script. See the documentation. Click to expand... ok if this script gives false output then application should not be closed
gdgsupport said: can then use HEScript to invoke a PHP script. See the documentation. Click to expand... ok if this script gives false output then application should not be closed