This topic is locked

dont get right values

9/30/2010 10:01:24 AM
PHPRunner General questions
T
tedwilder author

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.

Sergey Kornilov admin 9/30/2010

$_SESSION["iduser"] is supposed to be empty if you didn't populate it manually.
Unfortunately it's not clear which event do you use and what 'lookup table that is "reseau" related' means.
You need to provide more details or better yet post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL so we can see what's happening.