hi,
the following code will update two variables according to how my layout..
---------------------------------------------
global $dal;
$tblDetail = $dal->Table("daire");
$tblDetail->Value["dolu"] = 1;
$tblDetail->Param["blok_no"] = $values["blok_no"] AND Param["daire_no"] = $values["daire_no"];
$tblDetail->Update();
unset($values["dolu"]);
// Place event code here.
// Use "Add Action" button to add code snippets.
return true;