![]() |
Sergey Kornilov admin 3/19/2009 |
Not sure how you can save data on View page. Are you talking about the Edit page? |
H
|
hlewis author 4/12/2009 |
Not sure how you can save data on View page. Are you talking about the Edit page? |
H
|
hlewis author 4/12/2009 |
|
J
|
Jane 4/13/2009 |
Hi,
|
H
|
hlewis author 4/14/2009 |
Thanks for that. |
J
|
Jane 4/15/2009 |
Hi, global $dal; $rs = $dal->TableName->Query("RecordID=".$_REQUEST["editid1"],""); $data = db_fetch_array($rs); //all values are in the $data array, I.e $data["Field1"]
|