![]() |
Sergey Kornilov admin 8/21/2007 |
You need to use session variables for this purpose. |
H
|
horsey_kim author 8/28/2007 |
Thanks - I will give it a try. |
H
|
horsey_kim author 10/24/2007 |
Okay I put this in the afteradd of the add page. |
![]() |
Alexey admin 10/25/2007 |
Make sure $keys["blueid"] is not empty. print_r($keys); |
H
|
horsey_kim author 10/25/2007 |
Yes it is filling in - I get this message at the top of the add page when it pops up that record was added. |
H
|
horsey_kim author 11/7/2007 |
Yes it is filling in - I get this message at the top of the add page when it pops up that record was added. Array ( [blueid] => 11 ) So why would it not fill in on the online edit when I click to open the line items?
|
J
|
Jane 11/8/2007 |
Kim, $smarty->assign("value_FieldName",$_SESSION["blueid"]); |