J
|
Jane 1/15/2009 |
Hi, global $dal,$strTableName; $rs = $dal->customer->Query("customer_id=".$_SESSION[$strTableName],""); $data = db_fetch_array($rs); $_SESSION["FieldName"] = $data["FieldName"];
|
P
|
pfeiffha author 1/16/2009 |
Hi Jane, Hi, select values from master table in the Add page: Before process event on the Events tab for detail table and save it in the $_SESSION variables. Here is a sample: Then use these variables as default on the "Edit as" settings dialog on the Visual Editor tab. |