<?php
include_once("../../class/clsConnection.php");
include_once(
"../../class/clsDB.php");
include_once 
"../global.php";
include_once 
"../link/function.php";
include_once 
"../link/functionshow.php";
include_once 
"funct.php";
include_once 
"../class/clsDocuments.php";
include_once 
"../class/clsDocReceiveSend.php";


$oC = new clsConnection($GLOBALS['DBHOST'], $GLOBALS['DBNAME_EOFFICE'], $GLOBALS['DBUSER_EOFFICE'], $GLOBALS['DBPASS_EOFFICE']);

$oDoc = new Documents($oC);
$oDoc1 = new Documents($oC);
$oRs = new DocReceiveSend($oC);

$oDoc->SearchByKey($searchDoc); $oDoc->GetRecord(); 

?>
<html>
<head>
<title>µÃǨÊͺàÊé¹·Ò§¡ÒÃÊè§Ë¹Ñ§Ê×Í</title>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620">
<link href="../source/style.css" rel="stylesheet" type="text/css">
</head>
<body><br>
<fieldset>
<legend><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_2"];?>"> &nbsp;<strong><img src="../picture/showlinedoc2.gif" alt=""  border="0" >&nbsp;µÃǨÊͺàÊé¹·Ò§¡ÒÃÊè§Ë¹Ñ§Ê×Í </strong> 
</font></legend>

 </fieldset><table border="0" align="center" width="98%">
       <tr><td   align="left"><font  size="2">&nbsp;<strong>·Õè˹ѧÊ×Í 
            : </strong>&nbsp;<? if($oDoc->DocNo!=""){  echo $oDoc->DocNo;   } ?></font></td>
            
    </tr>
      <tr><td   align="left"><font  size="2">&nbsp;<strong>àÃ×èͧ 
            : </strong>&nbsp;<?  if($oDoc->DocSubject!=""){ echo  $oDoc->DocSubject;  } ?></font></td></tr>
    <tr><td><hr color="#C87904"></td></tr>
      </table>
     <?
    showsteplinedoc
($searchDoc,$tab);
     
?>
</body>
</html>