![]() |
lewisgr 7/12/2010 |
Set the "This drop down is dependent on..." |
P
|
procheck author 7/12/2010 |
I did find that section which you pointed out and I had previously tried your suggestions.
|
A
|
ann 7/13/2010 |
Hi, |
P
|
procheck author 7/13/2010 |
Hi, it seems that your settings are wrong. Check this tutorial ('How to setup dependent dropdown boxes on Edit/Add pages'): http://xlinesoft.com/phprunner/php-database.htm If 'Test it' don't work it won't work in generated project.
|
A
|
ann 7/14/2010 |
Al, "TeamPoolID=".$_SESSION["PoolID"]
$_SESSION["PoolID"] = $data["PoolID"]; |
P
|
procheck author 7/14/2010 |
Al, to display only the users from the current Pool add the following code to the Where clause on the Edit as settings dialog on the Visual Editor tab: "TeamPoolID=".$_SESSION["PoolID"]
$_SESSION["PoolID"] = $data["PoolID"];
|
![]() |
Sergey Kornilov admin 7/15/2010 |
Al, "PoolID='".$_SESSION["PoolID"] . "'" |
P
|
procheck author 7/15/2010 |
Ann/Sergey, |