hello.
I have a user table that contains field reseau and iduser.
on my addpage I have a lookup table that is "reseau" related.
problem : on Events after record I can't get the correct database value : a $values["iduser"] return me the content of " reseau " field instead of the iduser field content ! therefore I can't do any sql request ! that's very strange.
I tried to replace with a $_SESSION["iduser"] : it's empty.
any idea?!
thank you.