This topic is locked

USER SETINGS

4/14/2008 8:39:46 AM
PHPRunner General questions
F
futo author

hello,
is it possible to have two table for users?
because i have two kind of users + admin, and when i must select from the dropdown box one of them, the other i dont want to be present.
how can i resolve this situation
manny thanks
PHPRunner 4.2 BUILD 368

J
Jane 4/14/2008

Hi,
to filter users in the dropdown add where clause on the "Edit as" settings dialog.

Here is a sample:

"User=".$_SESSION["OwnerID"]



where User is your actual field name.