Preventing Servoy Client to quit

Hi,

is there any way of preventing the client to quit when an user clicks on the close button (crossthingie in the top right) ?

Tried using an OnHide method…with return false;…but that didn’t work

Hi Tweetie,

You can do that with the ‘On Close Method’ option in the Solution Settings.
Just return false to block the quit.

ROCLASI:
Hi Tweetie,

You can do that with the ‘On Close Method’ option in the Solution Settings.
Just return false to block the quit.

Okay…that’s cool…didn’t know that one (I repressed it :-) )