|
|
|
ทำอย่างไงจึงจะแปลงวันที่ครับ ผมส่งค่าวันที่ไปยังอีก page หนึ่งแล้วรับค่าเป็น docdate=request.QueryString("docdate") |
|
|
|
|
|
|
|
ผมส่งค่าวันที่ไปยังอีก page หนึ่งแล้วรับค่าเป็น
docdate=request.QueryString("docdate")
แล้วมันทำให้เกิดการดึงข้อมูลมาทั้งหมดผมต้องแก้โค้ดยังไงดีครับ
<font face="MS Sans Serif" size="1"> <%
gPage= 1
arcode=request.QueryString("arcode")
docdate=request.QueryString("docdate")
%>
<!-- #include virtual="dbconnect.asp"-->
<%
Set rs =Server.CreateObject("ADODB.Recordset")
sql="SELECT DocDate, DocNo, ArCode, ArName, BeforeTaxAmount, TaxAmount, TotalAmount FROM BCARINVOICE "&_
"where iscancel <> 1 and DocDate = '"& docdate &"' or arcode='"& arcode &"' ORDER BY DocDate, ArCode, ArName ;"
rs.Open sql,conn,1, 3
TotalRow = rs.RecordCount
rs.PageSize = 20
IF TotalRow=0 THEN%>
<table align="center" border="0" width="50%" cellspacing="0">
<tr >
<td align="center" bgcolor=#33ccff><font color=#6633ff face="MS Sans Serif" size="1">ไม่พบข้อมูล </font></td>
<td align="center" bgcolor=#33ccff><font color=#ff33cc face="MS Sans Serif" size="1"><%=arcode%><%=docdate%></font></td>
<td align="center" bgcolor=#33ccff><font color=#6633ff face="MS Sans Serif" size="1"> กรุณาตรวจสอบใหม่</font>?</td>
<br>
</tr>
</table>
<center>
<a href="index.asp">กลับหน้าแรก</a>
</center>
<%else
TotalPage = rs.PageCount
rs.Absolutepage =gPage
count=1
flag=1
response.write docdate
%>
<table align="center">
<tr>
<td><font face="MS Sans Serif" size="2"><b>รายงานสรุปการขาย</b></font></td>
</tr>
</table>
<table border="0" align="center" width="90%">
<tr bgcolor=#33ccff>
<td align="center"><font face="MS Sans Serif" size="1">วันที่:</font></td>
<td align="center"><font face="MS Sans Serif" size="1">เลขที่เอกสาร:</font></td>
<td align="center" ><font face="MS Sans Serif" size="1">รหัสลูกค้า:</font></td>
<td align="center"><font face="MS Sans Serif" size="1">ชื่อ - นามสกุล:</font></td>
<td align="center"><font face="MS Sans Serif" size="1">ยอดก่อนภาษี:</font></td>
<td align="center"><font face="MS Sans Serif" size="1">ภาษีมูลค่าเพิ่ม:</font></td>
<td align="center"><font face="MS Sans Serif" size="1">ยอดรวมภาษี:</font></td>
</tr>
<%
Do while Not rs.EOF and count <= rs.PageSize
IF flag =1 THEN
flag = 0
%>
<tr >
<form action="buyproduct.asp" method="post">
<td align="left" valign="top" bgcolor="#CCFFFF">
<font color=#6633ff face="MS Sans Serif" size="1"><%= rs("docdate") %> </font></td>
<td align="left" valign="top" bgcolor="#CCFFFF">
<font color=#6633ff face="MS Sans Serif" size="1"><%= rs("docno") %> </font></td>
<td align="left" valign="top" bgcolor="#CCFFFF">
<font color=#6633ff face="MS Sans Serif" size="1"><%= rs("arcode")%></font></td>
<td align="left" valign="top" bgcolor="#CCFFFF">
<font color=#6633ff face="MS Sans Serif" size="1"><a href="report_SaleDetail.asp?arcode=<%= rs("arcode")%>&docdate=<%= rs("docdate") %>"><%= rs("arname") %></a></font></td>
<td align="left" valign="top" bgcolor="#CCFFFF">
<font color=#6633ff face="MS Sans Serif" size="1"><%= rs("BeforeTaxAmount") %> </font></td>
<td align="left" valign="top" bgcolor="#CCFFFF">
<font color=#6633ff face="MS Sans Serif" size="1"><%= rs("TaxAmount") %> </font></td>
<td align="left" valign="top" bgcolor="#CCFFFF">
<font color=#6633ff face="MS Sans Serif" size="1"><%= rs("TotalAmount") %> </font></td>
</form>
</tr>
<%
Else
flag = 1
%>
<tr >
<form action="buyproduct.asp" method="post">
<td align="left" valign="top" bgcolor="#CCFFFF">
<font color=#6633ff face="MS Sans Serif" size="1"><%= rs("docdate") %> </font></td>
<td align="left" valign="top" bgcolor="#CCFFFF">
<font color=#6633ff face="MS Sans Serif" size="1"><%= rs("docno") %> </font></td>
<td align="left" valign="top" bgcolor="#CCFFFF">
<font color=#6633ff face="MS Sans Serif" size="1"><%= rs("arcode")%></font></td>
<td align="left" valign="top" bgcolor="#CCFFFF">
<font color=#6633ff face="MS Sans Serif" size="1"><a href="reporrt_SaleDetail.asp?arcode=<%= rs("arcode")%>&docdate=<%= rs("docdate") %>"><%= rs("arname") %></a></font></td>
<td align="left" valign="top" bgcolor="#CCFFFF">
<font color=#6633ff face="MS Sans Serif" size="1"><%= rs("BeforeTaxAmount") %> </font></td>
<td align="left" valign="top" bgcolor="#CCFFFF">
<font color=#6633ff face="MS Sans Serif" size="1"><%= rs("TaxAmount") %> </font></td>
<td align="left" valign="top" bgcolor="#CCFFFF">
<font color=#6633ff face="MS Sans Serif" size="1"><%= rs("TotalAmount") %> </font></td>
</form>
</tr>
<%end if
rs.MoveNext
count = count + 1
Loop
rs.close
conn.close
end if%>
</table>
<TABLE width=90% border=0 cellspacing=0 cellpadding=0 align="center">
<TR>
<TD COLSPAN=2 >
<table BORDER=0 cellspacing=0 cellpadding=0>
<tr>
<td height=4></td>
</tr>
</table>
</TD>
</TR>
<TR>
<TD COLSPAN=2>
<TABLE border=0 cellspacing=2cellpadding=2 >
<TR>
<TD> <FONT FACE="MS Sans Serif,CordiaUPC" Size ="1">หน้า :</font></TD>
<%For pg = 1 to TotalPage %>
<TD BGCOLOR="#FFCC99"> <%IF pg=cint(cstr(gPage)) Then %> <blink><B><Font color = Red FACE="MS Sans Serif,CordiaUPC" Size ="1">
<%= pg%></font></B> </blink>
<%Else%> <B><A HREF ='Report_Sale1.asp?PageNo=<%= pg%>&arcode=<%=arcode%>&docdate=<%=docdate%>'><FONT FACE="MS Sans Serif,CordiaUPC" Size ="1"><%=pg%></font></A></B>
<%End IF%> </TD>
<%Next
'end if
%> </TR>
</Table>
</Table>
</font>
Tag : - - - -
|
|
|
|
|
|
Date :
28 เม.ย. 2549 21:17:25 |
By :
kao |
View :
2332 |
Reply :
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แล้วท่านจะแปลงข้อมูลวันที่เป็นอารัยละครับ ถ้าในฐานข้อมูลของท่าน field docdate มีชนิดของข้อมูลเป็น Date/Time ท่านจะแปลงให้มันเป็นอย่างไรอีกละครับ ถ้า Request.QueryString("ข้อมูลวันที่") หรือว่าต้องการแปลงวันที่ให้อยู่ใน format ที่ต้องการ อย่างเช่น yyyy/mm/dd, dd/mm/yyyy, dd/mm/yy ยังไม่เข้าใจในคำถามของคุณเลย แต่เท่ที่ดูจากโค้ดนะ น่าจะเป็นดังนี้นะ
ถ้าใช้ฐานข้อมูลของ MS Access ก็ให้ใส่เครื่องหมาย "#" คร่อมด้วย
sql="SELECT DocDate, DocNo, ArCode, ArName, BeforeTaxAmount, TaxAmount, TotalAmount FROM BCARINVOICE "&_
"where iscancel <> 1 and DocDate =#"& docdate &"# or arcode='"& arcode &"' ORDER BY DocDate, ArCode, ArName ;"
แต่ถ้าเป็น ฐานข้อมูลของ mySQL, SQL 2000/2005 ก็ดังนี้ ไม่ต้องคร่อมด้วย Single Quote (')
sql="SELECT DocDate, DocNo, ArCode, ArName, BeforeTaxAmount, TaxAmount, TotalAmount FROM BCARINVOICE "&_
"where iscancel <> 1 and DocDate = "& docdate &" or arcode='"& arcode &"' ORDER BY DocDate, ArCode, ArName ;"
ปามาณนี้แหละมั้ง
|
|
|
|
|
Date :
29 เม.ย. 2549 08:41:41 |
By :
นายกระจอก |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมดึงข้อมูลฟิวมาแสดงซึ่งส่งค่าเป็น 2006-01-01 แต่เวลาแสดงบนหน้า page เป็น 01/01/2549 แล้วผมส่งค่าไปยังอีก page ด้วยชื่อฟิวเหมือนกันแต่มันส่งเป็น 01-01-2549 นะครับมันทำให้แสดงข้อมูลทั้งหมดเลย
|
|
|
|
|
Date :
29 เม.ย. 2549 11:09:07 |
By :
kao |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
น่าจะเป็นที่ปัญหา ใส่ yyyy-mm-dd แต่ว่า default ของระบบเป็น dd/mm/bbbb
ลองแยกส่วนวันที่ เดือน ปีออก แล้วค่อยเอากลับมารวมกัน โดยให้ตรงกับค่าที่คอนฟิคในเซิร์ฟเวอร์ดูครับ
เช่น
docdate=(day(docdate) & "/" & month(docdate) & "/" & (year(docdate)+543)
|
|
|
|
|
Date :
6 พ.ค. 2549 18:02:39 |
By :
gvd |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|