J
|
Jane 6/2/2008 |
Hi, global $strTableName, $conn; $str = "select * from tabreqmain where ForeignJey=".$_SESSION[$strTableName."_masterkey1"]; $rs = db_query($str,$conn); $data = db_fetch_array($rs); $_SESSION["Supplier1"] = $data["Supplier1"]; |
C
|
ckapote author 6/2/2008 |
Hi, use Add page: Before process or Edit page: Before process event on the Events tab. Here is a sample:
|