Hi,
I have a logout form in place for quite a long time. Now all of a sudden this does not work any more. When tracking down the cause, I found out that the embeds ValidateUpdate and ValidateAll on this form are not called.
This form is used to 'logout' the user with the following code in the ValidateUpdate embed (like example 3).
p_web.SetSessionLoggedIn(0)
p_web.DeleteSession()
db.DebugOut('p_web.GetSessionLoggedIn()=' &p_web.GetSessionLoggedIn(),'frmLogout')
The debug is placed to see if this embed is called.
But it doesn't. Also when deleting this form and recreate it again doesn't help.
What am I doing wrong of overseeing here?