J
|
Jane 11/18/2008 |
Hi, global $record; $record["ID_clean"]=$data["ID"]; |
|
hfg author 11/20/2008 |
Unfortunately that didn't work |
J
|
Jane 11/20/2008 |
It's difficult to tell you what's happening without seeing actual files. |
|
hfg author 11/20/2008 |
Unfortunately due to the confidential nature of the database I can't upload it. |
J
|
Jane 11/21/2008 |
Hi, global $strTableName; if (@$_REQUEST["masterkey1"]) { $_SESSION[$strTableName."_mastertable"] = "Customer"; $_SESSION[$strTableName."_masterkey1"] = $_REQUEST["masterkey1"]; } |
G
|
gdkoduro 11/22/2008 |
Hi, I see what you're saying. You need to fill session variable in the Add page: Before process event:
|
|
hfg author 11/22/2008 |
It worked exactly as I wanted. |