J
|
Jane 10/14/2009 |
Hi, global $dal,$strTableName; |
D
|
doykoes author 10/14/2009 |
Hi, you can select values from master table in the Add page: Before processevent for detail table, save it in the session variable and then use this variable as default value on the "Edit as" settings dialog. Here is a sample code: global $dal,$strTableName;
|