|
J
|
Jane 12/28/2011 |
|
Hi, "department_code=".$_SESSION[$strTableName."_masterkey1"] |
|
|
J
|
jinex author 1/2/2012 |
|
Hi, you can add WHERE statement on the 'Edit as' settings dialog on the Visual Editortab for your lookup field. Here is a sample: "department_code=".$_SESSION[$strTableName."_masterkey1"]
|
|
|
|
Sergey Kornilov admin 1/2/2012 |
|
You need to test it in live application. Session variables do not exist when you build your project in PHPRunner. |
|
|
J
|
jinex author 1/2/2012 |
|
You need to test it in live application. Session variables do not exist when you build your project in PHPRunner.
|
|