$row=$this->db->sql("SELECT * FROM ".$this->formSpec[F_TABLE_NAME]." WHERE id = ?",ROW_EXPECT_1,array($recordId));
$row=$this->db->sql("SELECT * FROM ".$this->formSpec[F_TABLE_NAME]." WHERE id = ?",ROW_EXPECT_1,array($recordId),"Form '".$this->formSpec[F_NAME]."' failed to load record '$recordId' from table '".$this->formSpec[F_TABLE_NAME]."'.");
$this->store->setVarArray($row,STORE_RECORD);
}
...
...
@@ -1255,6 +1255,7 @@ abstract class AbstractBuildForm {