Hello,
i have a grid and a linked detail form. In this form, i will respond to the exit button, but an event onApplicationExit does not exist.
Why can i call a php function, when the user klicks on the exit button?
Hello,
i have a grid and a linked detail form. In this form, i will respond to the exit button, but an event onApplicationExit does not exist.
Why can i call a php function, when the user klicks on the exit button?
Re: Event onApplicationExit?
You can turn off your exit button, create a new php button to execute the code you need and after you do what you want, you can use sc_redir to redirect to other application.
Re: Event onApplicationExit?
Thank you Diogo, that sounds practicable.