|
|
|
แก้ไขรายการ ด่วนมากค่ะ อยากทราบว่าถ้าเราต้องการแก้ไขรายการแบบมีเงื่อนไข ให้มีการเช็คว่า ถ้า ฟิวส์ Status มีค่าว่าง |
|
|
|
|
|
|
|
อยากทราบว่าถ้าเราต้องการแก้ไขรายการแบบมีเงื่อนไข
ให้มีการเช็คว่า
ถ้า ฟิวส์ Status มีค่าว่าง ให้แก้ไขได้
แต่ถ้า ฟิลด์ Status มีค่าไม่ว่าง ให้แสดงคำว่า"คุณไม่สามารถแก้ไขรายการได้"
ต้องเขียนโค๊ดแบบไหนกันคะถึงเช็คได้
เขียนโค๊ดแบบข้างล่างไม่ออกค่ะ
<form name="form1" method="post" action="edit3_request.asp">
<p><font color="#FF0000" size="3" face="MS Sans Serif, Tahoma, sans-serif"><strong>กรอกข้อมูลที่ต้กงการแก้ไข</strong></font></p>
<%
Set Conn=Server.Createobject("ADODB.Connection")
Conn.Open "Inventory","sa",""
sql ="Select * From Request2 where RequestID="&Request.QueryString("RequestID")
Set RS =Server.CreateObject("ADODB.Recordset")
RS.open Sql,Conn,1,3
If Rs("status")="" Then
Condition Update
'exam
Rs("field")=Value
Rs.Update
else
Response.write("คุณไม่สามารถแก้ไขรายการได้")
End if
%>
<input type="hidden" name="RequestID" value="<%=Rs("RequestID")%>">
<table width="95%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td width="22%"><div align="left"><font size="1" face="MS Sans Serif, Tahoma, sans-serif"> ชื่อผู้ร้องขอ : </font></div></td>
<td width="78%"> <input name="Fname" type="text" value="<%=Rs("Fname")%>" size="45"></td>
</tr>
<tr>
<td width="22%"><div align="left"><font size="1" face="MS Sans Serif, Tahoma, sans-serif"> สกุลผู้ร้องขอ : </font></div></td>
<td width="78%"> <input type="text" name="Lname" size="45" value="<%=Rs("Lname")%>"></td>
</tr>
.
.
</table>
<div align="center"><br>
<input type="submit" name="Submit2" value="Submit">
<input type="reset" name="Reset" value="Reset"></div>
</form>
Tag : - - - -
|
|
|
|
|
|
Date :
11 พ.ย. 2547 09:20:51 |
By :
zzz |
View :
2563 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แก้ได้แล้วนะค่ะ
|
|
|
|
|
Date :
11 พ.ย. 2547 15:10:11 |
By :
zzz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|