Custom login

Hi,

I have made a custom login one of my Application.
But, When i am logout from the solution, it simply closes the solutions.
And displying select solution dialog in the Servoy developer.

But, I want that when user click on the log out button, The Application logs out and display again the Login Form.

Yaa, i got the solution.

Oh yes, how do you do it? :)

By using the application.close method.
And passing the same application name as argument.

ah, I knew there was something.