J
|
Jane 7/2/2007 |
Hi, global $conn,$strTableName; $rs = db_query("select * from ".$strTableName." where ".$where,$conn); $data = db_fetch_array($rs); echo $data["FieldName1"]; echo $data["FieldName2"];
|
D
|
dcrera author 7/2/2007 |
Thanks Jane. Hi, to select readonly values in the BeforeEdit event use this code: where FieldName1 and FieldName2 are your actual field names. |