| 
 
 | 
						 
							Sergey Kornilov admin 10/20/2005 | 
| 
 
 Jeff, @$_SESSION["email"] 
 if($rsMaster) { $data=db_fetch_array($rsMaster); 
 $_SESSION["email"]=$data["table1_email"]; 
  | 
											|
| 
 
 | 
						 
							OCTheEagle 10/26/2005 | 
| 
 
 Hi,  | 
											|
| 
 
 | 
						 
							Sergey Kornilov admin 10/26/2005 | 
| 
 
 This sample code applies to Master-Details case only with Dsiplay Master table info option turned on.  | 
											|
| 
 
 | 
						 
							OCTheEagle 10/28/2005 | 
| 
 
 Ah I see, thanks.  | 
											|
| 
 
 | 
						 
							500353 11/10/2005 | 
| 
 
 Is there also a way to have the info sent the other way?  | 
											|
| 
 
 | 
						 
							Sergey Kornilov admin 11/10/2005 | 
| 
 
 Hi, you can insert the followng line into generated detail_edit.php file: db_exec("update mastertable set table1_email=".$evalues["`table2_email`"]." where id=".$_SESSION[$strTableName."_masterkey"],$conn); 
 LogInfo($strSQL); db_exec($strSQL,$conn);  | 
											|
| 
 
 | 
						 
							OCTheEagle 11/10/2005 | 
| 
 
 Thanks for your answer.  | 
											|
| 
 
 | 
						 
							Sergey Kornilov admin 11/10/2005 | 
| 
 
 I'm sorry. I corrected my previous post.  | 
											|
| 
 
 | 
						 
							OCTheEagle 11/14/2005 | 
| 
 
 Hi,  | 
											|
| 
 
 | 
						 
							Sergey Kornilov admin 11/14/2005 | 
| 
 
 Hi,  | 
											|