|
|
Sergey Kornilov admin 11/1/2013 |
|
This is would not work for two reasons.
"WAREHOUSE='".$_SESSION["WAREHOUSE"]."'"
|
|
|
|
romaldus author 11/6/2013 |
|
This is would not work for two reasons.
"WAREHOUSE='".$_SESSION["WAREHOUSE"]."'"
|
|
|
|
Sergey Kornilov admin 11/6/2013 |
|
Yes, BeforeProcess event will work. The idea is to make sure this session variable is populated before dropdown box is created. |
|
|
|
romaldus author 11/6/2013 |
|
Yes, BeforeProcess event will work. The idea is to make sure this session variable is populated before dropdown box is created.
$rstmp = CustomQuery("select WAREHOUSE from MASTER_ITEMS where WAREHOUSE='".$_SESSION["WAREHOUSE"]."'");
"CustomWarehouse='"._SESSION["WAREHOUSE"]."'"
|
|
|
|
Sergey Kornilov admin 11/7/2013 |
|
PHPRunner's 'Test it' button doesn't take session variables into account, session variables only exist when you run your application in the browser. |
|