|
|
|
ช่วยดูทีค่ะ พอกดปริ้นแล้วมันไม่แสดงข้อมูลให้อ่ะค่ะ มีโค้ดตัวอย่างค่ะ ยังไง ช่วยทีนะคะ ขอบคุณมากค่ะ |
|
|
|
|
|
|
|
Code (PHP)
โค้ดตรงส่วนค้นหา
<form name="form1" method="get" action="<?=$_SERVER['SCRIPT_NAME'];?>">
<div style="height:50px; border-bottom:1px solid #999; box-shadow:5px 5px 20px #888888;" class="btn-primary"></div>
<p><a href="index1.php">หน้าแรก </a>
<input type="button" name="btnprint" id="btnprint" value="PRINT" onClick="location.href='Printsum.php?ddlSelect=<?=$_GET['ddlSelect']?>&txtKeyword=<?=$_GET['txtKeyword']?>'">-->
</p>
<table width="200%" border="0">
<tr>
<th bgcolor="#CCCCCC" scope="row"><p class="alert-success">ค้นหาตาม
<select name="ddlSelect" id="ddlSelect">
<option>- Select -</option>
<option value="Artwork" <?if($_GET["ddlSelect"]=="Artwork"){echo"selected";}?>>Artwork</option>
<option value="Balltype" <?if($_GET["ddlSelect"]=="Balltype"){echo"selected";}?>>Balltype</option>
<option value="EmpID" <?if($_GET["ddlSelect"]=="EmpID"){echo"selected";}?>>EmpID</option>
</select>
คำค้น
<input name="txtKeyword" type="text" id="txtKeyword" value="<?=$_GET["txtKeyword"];?>">
<input type="submit" name="btnsearch" id="btnsearch" style="width:120px; height:30px; font-size:
16px" value="ค้นหา">
</tr>
</table>
<p>
</p>
</form></th>
</tr>
<?
$objConnect = mysql_connect("localhost","mit","mitdb") or die("Error Connect to Database");
$objDB = mysql_select_db("mikasa");
// Search By Name or Email
$strSQL ="select * from qc_record,country where qc_record.CountryID = country.CountryID";
//$strSQL .= "SELECT qc_record. * , artwork. *,employee.EmpID,country.*
//FROM (qc_record INNER JOIN artwork ON qc_record.Artwork = artwork.Artwork)
//LEFT JOIN employee ON employee.EmpID = qc_record.EmpID
//LEFT JOIN country ON country.CountryID = qc_record.CountryID
//WHERE 1
//";
if($_GET["ddlSelect"] != "" and $_GET["txtKeyword"] !="")
{
$strSQL ="select * from qc_record,country where qc_record.CountryID = country.CountryID";
$strSQL .= " AND (".$_GET["ddlSelect"]." LIKE '%".$_GET["txtKeyword"]."%' ) ";
}
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
//
//$strSQL1 = "SELECT qc_record. * , artwork. *,employee.EmpID,country.*
//FROM (qc_record INNER JOIN artwork ON qc_record.Artwork = artwork.Artwork)
//LEFT JOIN employee ON employee.EmpID = qc_record.EmpID
//LEFT JOIN country ON country.CountryID = qc_record.CountryID";
//
//$objQuery1 = mysql_query($strSQL1) or die ("Error Query [".$strSQL1."]");
?>
<table width="1454" border="1">
<tr>
<th width="185" bgcolor="#FFFFCC"> <div align="center">ลำดับ</div></th>
<th width="199" bgcolor="#FFFFCC"> <div align="center">เลข PO</div></th>
<th width="242" bgcolor="#FFFFCC"> <div align="center">วัน/เดือน/ปี</div></th>
<th width="168" bgcolor="#FFFFCC"> <div align="center">เวลา</div></th>
<th width="310" bgcolor="#FFFFCC"> <div align="center">ประเทศ </div></th>
<th width="310" bgcolor="#FFFFCC"> <div align="center">จำนวนลูก</div></th>
</tr>
<?
$i=1;
while($objResult = mysql_fetch_array($objQuery))
{
?>
<?
//$j=1;
//while($objResult1 = mysql_fetch_array($objQuery1))
//
//{
//
//?>
<tr>
<td><div align="center"><?=$i;?></div></td>
<td><?=$objResult["Po"];?></td>
<td><?=$objResult["Date"];?></td>
<td><div align="center"><?=$objResult["Time"];?></div></td>
<td align="right"><?=$objResult["Country"];?></td>
<td align="right"><?=$objResult["Amountball"];?></td>
</tr>
<?
$i++;
}
?>
<?
//$j++;
//}
//
//?>
</table>
<p>
Code (PHP)
ส่วนแสดงรีพอท
<?php
define('FPDF_FONTPATH','fpdf/font/');
//require_once("../config.php");
//require_once("function.php");
require('fpdf/fpdf.php');
//$site=select("site_sett","where 1=1");
//$rs=select("tb_repair r INNER JOIN ass_type a ON r.ass_type_id=a.ass_type_id INNER JOIN brand b ON r.brand_id=b.brand_id","WHERE r.rp_id='$_GET[id]'");
$objConnect = mysql_connect("localhost","mit","mitdb") or die("Error Connect to Database");
$objDB = mysql_select_db("mikasa");
mysql_query("SET NAMES TIS620");
mysql_query("SET NAMES UTF-8");
if($_GET["ddlSelect"] != "" and $_GET["txtKeyword"] != "")
{
$strSQL ="select * from qc_record,country where qc_record.CountryID = country.CountryID
";
$strSQL .= " AND (".$_GET["ddlSelect"]." LIKE '%".$_GET["txtKeyword"]."%' ) ";
}
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
$pdf = new FPDF();
$pdf -> AddFont('THSarabun','','THSarabun.php');
$pdf->AliasNbPages();
$pdf->AddPage();
$pdf->SetFont('THSarabun','',18);
$pdf->setXY(10,22);
$pdf->SetFont('THSarabun','',14);
$pdf->setXY( 80, 15 );
$pdf->MultiCell( 0 , 0 , iconv( 'UTF-8','cp874' ,'Finish Inspection (After press) Record'));
$pdf->Cell(20,8, iconv( 'UTF-8','cp874' ,'ลำดับ'),1,0,'C');
$pdf->Cell(20,8, iconv( 'UTF-8','cp874' ,'เลข PO'),1,0,'C');
$pdf->Cell(25,8, iconv( 'UTF-8','cp874' ,'วัน/เดือน/ปี'),1,0,'C');
$pdf->Cell(23,8, iconv( 'UTF-8','cp874' ,'เวลา'),1,0,'C');
$pdf->Cell(25,8,iconv( 'UTF-8','cp874' ,'ประเทศ'),1,0,'C');
$pdf->Cell(20,8,iconv( 'UTF-8','cp874' ,'จำนวนลูก'),1,0,'C');
//$pdf->Cell(20,8,iconv( 'UTF-8','cp874' ,'เกณฑ์การตรวจ'),1,0,'C');
//$pdf->Cell(20,8,iconv( 'UTF-8','cp874' ,'ความชื้น'),1,0,'C');
//$pdf->Cell(22,8,iconv( 'UTF-8','cp874' ,'เกณฑ์การตรวจ'),1,0,'C'); //แบ่งครึ่ง = 7
$pdf->SetXY(170,35);
$pdf->SetXY(10,30);
$i =1;
while($objResult = mysql_fetch_array($objQuery)) {
$pdf->Cell(20,10, iconv( 'UTF-8','cp874' ,$i),1,0,'C');
$pdf->Cell(20,10, iconv( 'UTF-8','cp874' ,$objResult["Po"]),1,0,'C');
$pdf->Cell(25,10, iconv( 'UTF-8','cp874' ,$objResult["Date"]),1,0,'C');
$pdf->Cell(23,10, iconv( 'UTF-8','cp874' ,$objResult["Time"]),1,0,'C');
$pdf->Cell(25,10,iconv( 'UTF-8','cp874' ,$objResult["Country"]),1,0,'C');
$pdf->Cell(20,10,iconv( 'UTF-8','cp874' ,$objResult["Amountball"]),1,0,'C');
//$pdf->Cell(20,10,iconv( 'UTF-8','cp874' ,$objResult["Std"]),1,0,'C');
//$pdf->Cell(20,10,iconv( 'UTF-8','cp874' ,$objResult["Humidity"]),1,0,'C');
//$pdf->Cell(22,10,iconv( 'UTF-8','cp874' ,$objResult["Std"]),1,0,'C');
$i ++;
}
?>
Tag : PHP
|
|
|
|
|
|
Date :
2013-09-27 11:04:55 |
By :
pampam |
View :
775 |
Reply :
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ช่วยหน่อยค่ะ
|
|
|
|
|
Date :
2013-09-27 11:28:22 |
By :
pampam |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ช่วยด้วยนะคะ
|
|
|
|
|
Date :
2013-09-27 11:53:20 |
By :
pampam |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตรงไหนคือสั่งพิมพ์เหรอครับ ไม่เห็นเลยอะ . . . เอางี้โค้ดสั่งพิมพ์แบบง่าย(มากๆๆๆๆๆๆๆ) ประยุกต์ดูนะครับ
xxx.php(PHP)
<body onLoad="javascript:window.print()">
xxx<br>
xxxxxxxxxxxxxxxxxxxxxxxxxxx<br>
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
</body>
|
|
|
|
|
Date :
2013-09-27 12:51:30 |
By :
meannerss |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ครับ ไปติด <body onLoad="javascript:window.print()"> ไว้ในไฟล์ Printsum.php ดูครับ กดปุ๊บหน้าพิมพ์โผล่ทันทีแน่นอน แต่ถ้ามีหน้าพิมพ์โผล่มา แต่ผลลัพไม่ออก แสดงว่า
- โค้ด SQL ในหน้า Printsum.php มันไม่ถูก
หรือ
- หน้าปัจจุบันเนี่ยไม่ส่งค่าไปให้ Printsum.php
|
|
|
|
|
Date :
2013-09-27 13:14:37 |
By :
meannerss |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|