F
Frank
for years the attached ASP forms have been working fine.
Last week the update to the database will not take - no changes made/posted.
My hosting service is useless and claims the problem is mine and has
given little to no real help.
Just to be sure (for a while) the target database schedule.mdb has
permissions set to Owner, Group and All set to R/W/E.
Update3.asp is called via a hyperlink in a DBR with one Parameter - a
unique "record number".
Update3.asp displays the correct record.
On POST, updatef.asp is called to do the actual DB update - nothing
happens, no error message, nothing.
Appreciate it if you can give me some help as there are about 80 Users
who hit this file all the time and I am at a loss on the cause.
Frank
<html>
<head>
<title></title>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="Microsoft Border" content="none">
<% ' FP_ASP -- ASP Automatically generated by a Frontpage Component. Do not Edit.
FP_CharSet = "windows-1252"
FP_CodePage = 1252 %>
</head>
<body background="images/CLOUDSBKG.jpg">
<!--webbot bot="DatabaseRegionStart" s-columnnames s-columntypes s-dataconnection="schedule" b-tableformat="FALSE" b-menuformat="FALSE" s-menuchoice s-menuvalue b-tableborder="FALSE" b-tableexpand="FALSE" b-tableheader="FALSE" b-listlabels="FALSE" b-listseparator="FALSE" i-listformat="0" b-makeform="FALSE" s-recordsource s-displaycolumns s-criteria s-order s-sql="UPDATE schedule SET xdate='::xdate::',dispatcher='::dispatcher::',phone=':hone::',amcrew='::amcrew::',pmcrew=':mcrew::',crew3='::crew3::',crew4='::crew4::',amtow='::amtow::',pmtow=':mtow::',instructor='::instructor::',ipilot='::ipilot::',instruct2='::instruct2::' WHERE (xrecnbr=::xrecnbr:" b-procedure="FALSE" clientside suggestedext="asp" s-defaultfields="xdate=&amp;dispatcher=&amp;phone=&amp;amcrew=&amp;pmcrew=&amp;crew3=&amp;crew4=&amp;amtow=&amp;pmtow=&amp;instructor=&amp;ipilot=&amp;instruct2=&amp;xrecnbr=" s-norecordsfound="No records returned." i-maxrecords="0" i-groupsize="0" botid="0" u-dblib="_fpclass/fpdblib.inc" u-dbrgn1="_fpclass/fpdbrgn1.inc" u-dbrgn2="_fpclass/fpdbrgn2.inc" tag="BODY" preview="<table border=0 width="100%"><tr><td bgcolor="#FFFF00" align="left"><font color="#000000">This is the start of a Database Results region. The page must be fetched from a web server with a web browser to display correctly;the current web is stored on your local disk or network.</font></td></tr></table>" startspan b-WasTableFormat="FALSE" --><!--#include file="_fpclass/fpdblib.inc"-->
<% if 0 then %>
<SCRIPT Language="JavaScript">
document.write("<div style='background: yellow; color: black;'>The Database Results component on this page is unable to display database content. The page must have a filename ending in '.asp', and the web must be hosted on a server that supports Active Server Pages.</div>");
</SCRIPT>
<% end if %>
<%
fp_sQry="UPDATE schedule SET xdate='::xdate::',dispatcher='::dispatcher::',phone=':hone::',amcrew='::amcrew::',pmcrew=':mcrew::',crew3='::crew3::',crew4='::crew4::',amtow='::amtow::',pmtow=':mtow::',instructor='::instructor::',ipilot='::ipilot::',instruct2='::instruct2::' WHERE (xrecnbr=::xrecnbr:"
fp_sDefault="xdate=&dispatcher=&phone=&amcrew=&pmcrew=&crew3=&crew4=&amtow=&pmtow=&instructor=&ipilot=&instruct2=&xrecnbr="
fp_sNoRecords="No records returned."
fp_sDataConn="schedule"
fp_iMaxRecords=0
fp_iCommandType=1
fp_iPageSize=0
fp_fTableFormat=False
fp_fMenuFormat=False
fp_sMenuChoice=""
fp_sMenuValue=""
fp_sColTypes="&"
fp_iDisplayCols=16
fp_fCustomQuery=True
BOTID=0
fp_iRegion=BOTID
%>
<!--#include file="_fpclass/fpdbrgn1.inc"-->
<!--webbot bot="DatabaseRegionStart" endspan --><!--webbot bot="DatabaseRegionEnd" b-tableformat="FALSE" b-menuformat="FALSE" u-dbrgn2="_fpclass/fpdbrgn2.inc" i-groupsize="0" clientside tag="BODY" preview="<table border=0 width="100%"><tr><td bgcolor="#FFFF00" align="left"><font color="#000000">This is the end of a Database Results region.</font></td></tr></table>" startspan --><!--#include file="_fpclass/fpdbrgn2.inc"-->
<!--webbot bot="DatabaseRegionEnd" endspan --><p>
<br>
</p>
<p> </p>
<%
response.redirect "sched2.asp"
%>
</body>
</html>
<p>Comment - HTML contains a Re-Direct to sched2.asp</p>
<html>
<head>
<title></title>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="KEYWORDS" CONTENT="soaring, gliders, sailplane, houston soaring">
<meta name="Microsoft Border" content="none">
<% ' FP_ASP -- ASP Automatically generated by a Frontpage Component. Do not Edit.
FP_CharSet = "windows-1252"
FP_CodePage = 1252 %>
</head>
<body background="images/CLOUDSBKG.jpg">
<p><br>
<b><font size="4">Please do not use this page yet.... having a problem... Frank<br>
</font>(Changes are NOT posted to the database)</b></p>
<!--webbot bot="DatabaseRegionStart" s-columnnames="xdate,DISPATCHER,PHONE,AMCREW,PMCREW,AMTOW,PMTOW,INSTRUCTOR,xupdate,xrecnbr,ipilot,instruct2,ctldate,crew3,crew4" s-columntypes="135,202,202,202,202,202,202,202,202,202,202,202,135,202,202" s-dataconnection="schedule" b-tableformat="FALSE" b-menuformat="FALSE" s-menuchoice="xdate" s-menuvalue="xdate" b-tableborder="TRUE" b-tableexpand="TRUE" b-tableheader="TRUE" b-listlabels="TRUE" b-listseparator="TRUE" i-listformat="0" b-makeform="FALSE" s-recordsource="schedule" s-displaycolumns="xdate,DISPATCHER,PHONE,AMCREW,PMCREW,AMTOW,PMTOW,INSTRUCTOR,instruct2,ipilot,crew3,crew4" s-criteria="[xrecnbr] EQ {xrecnbr} +" s-order s-sql="SELECT * FROM schedule WHERE (xrecnbr = '::xrecnbr::')" b-procedure="FALSE" clientside suggestedext="asp" s-defaultfields="xrecnbr=" s-norecordsfound i-maxrecords="0" i-groupsize="0" botid="0" u-dblib="_fpclass/fpdblib.inc" u-dbrgn1="_fpclass/fpdbrgn1.inc" u-dbrgn2="_fpclass/fpdbrgn2.inc" tag="BODY" preview="<table border=0 width="100%"><tr><td bgcolor="#FFFF00" align="left"><font color="#000000">This is the start of a Database Results region. The page must be fetched from a web server with a web browser to display correctly; the current web is stored on your local disk or network.</font></td></tr></table>" startspan b-WasTableFormat="FALSE" b-ReplaceDatabaseRegion="FALSE" --><!--#include file="_fpclass/fpdblib.inc"-->
<% if 0 then %>
<SCRIPT Language="JavaScript">
document.write("<div style='background: yellow; color: black;'>The Database Results component on this page is unable to display database content. The page must have a filename ending in '.asp', and the web must be hosted on a server that supports Active Server Pages.</div>");
</SCRIPT>
<% end if %>
<%
fp_sQry="SELECT * FROM schedule WHERE (xrecnbr = '::xrecnbr::')"
fp_sDefault="xrecnbr="
fp_sNoRecords=""
fp_sDataConn="schedule"
fp_iMaxRecords=0
fp_iCommandType=1
fp_iPageSize=0
fp_fTableFormat=False
fp_fMenuFormat=False
fp_sMenuChoice="xdate"
fp_sMenuValue="xdate"
fp_sColTypes="&xdate=135&DISPATCHER=202&PHONE=202&AMCREW=202&PMCREW=202&AMTOW=202&PMTOW=202&INSTRUCTOR=202&xupdate=202&xrecnbr=202&ipilot=202&instruct2=202&ctldate=135&crew3=202&crew4=202&"
fp_iDisplayCols=12
fp_fCustomQuery=False
BOTID=0
fp_iRegion=BOTID
%>
<!--#include file="_fpclass/fpdbrgn1.inc"-->
<!--webbot bot="DatabaseRegionStart" endspan --><form method="POST" action="UpdateF.asp">
<table border="0" style="border-collapse: collapse" bordercolor="#111111" width="234">
<tr>
<td width="104" align="right"><font face="Verdana" size="2">Date</font></td>
<td width="126">
<p align="center">
<font face="Verdana">
<input name="xdate" size="15" value="<%=FP_FieldVal(fp_rs,"xdate")%>" style="float: right"></font></td>
</tr>
<tr>
<td width="104" align="right"><font face="Verdana" size="2">Dispatcher</font></td>
<td width="126">
<p align="center">
<font face="Verdana">
<input name="dispatcher" size="15" value="<%=FP_FieldVal(fp_rs,"dispatcher")%>" style="float: right"></font></td>
</tr>
<tr>
<td width="104" align="right"><font face="Verdana" size="2">Phone</font></td>
<td width="126">
<p>
<font face="Verdana">
<input name="phone" size="15" value="<%=FP_FieldVal(fp_rs,"phone")%>" style="float: right"></font></td>
</tr>
<tr>
<td width="104" align="right"><font face="Verdana" size="2">Crew 1</font></td>
<td width="126">
<p align="center">
<font face="Verdana">
<input name="amcrew" size="15" value="<%=FP_FieldVal(fp_rs,"amcrew")%>" style="float: right"></font></td>
</tr>
<tr>
<td width="104" align="right"><font face="Verdana" size="2">Crew 2 </font></td>
<td width="126">
<p align="center">
<font face="Verdana">
<input name="pmcrew" size="15" value="<%=FP_FieldVal(fp_rs,"pmcrew")%>" style="float: right"></font></td>
</tr>
<tr>
<td width="104" align="right"><font face="Verdana" size="2">Crew 3</font></td>
<td width="126">
<p align="center">
<font face="Verdana">
<input name="crew3" size="15" value="<%=FP_FieldVal(fp_rs,"crew3")%>" style="float: right"></font></td>
</tr>
<tr>
<td width="104" align="right"><font face="Verdana" size="2">Crew 4</font></td>
<td width="126">
<font face="Verdana">
<input name="crew4" size="15" value="<%=FP_FieldVal(fp_rs,"crew4")%>" style="float: right"></font></td>
</tr>
<tr>
<td width="104" align="right"><font face="Verdana" size="2">AM Tow</font></td>
<td width="126">
<p align="center">
<font face="Verdana">
<input name="amtow" size="15" value="<%=FP_FieldVal(fp_rs,"amtow")%>" style="float: right"></font></td>
</tr>
<tr>
<td width="104" align="right"><font face="Verdana" size="2">PM Tow</font></td>
<td width="126">
<p align="center">
<font face="Verdana">
<input name="pmtow" size="15" value="<%=FP_FieldVal(fp_rs,"pmtow")%>" style="float: right"></font></td>
</tr>
<tr>
<td width="104" align="right"><font face="Verdana" size="2">Instructor I</font></td>
<td width="126">
<p align="center">
<font face="Verdana">
<input name="instructor" size="15" value="<%=FP_FieldVal(fp_rs,"instructor")%>" style="float: right"></font></td>
</tr>
<tr>
<td width="104" align="right"><font face="Verdana" size="2">Winch Op</font></td>
<td width="126">
<p align="center">
<font face="Verdana">
<input name="instruct2" size="15" value="<%=FP_FieldVal(fp_rs,"instruct2")%>" style="float: right"></font></td>
</tr>
<tr>
<td width="104" align="right"><font face="Verdana" size="2">Intro Pilot</font></td>
<td width="126">
<p align="center">
<font face="Verdana">
<input name="ipilot" size="15" value="<%=FP_FieldVal(fp_rs,"ipilot")%>" style="float: right"></font></td>
</tr>
</table>
<p align="center"><input type="submit" value="Update" name="Update1">
<font face="Verdana" size="2"><a href="sched2.asp">Return to the Schedule</a></font></p>
<input type="hidden" name="xrecnbr" value="'<%=FP_FieldHTML(fp_rs,"xrecnbr")%>'">
</form>
<!--webbot bot="DatabaseRegionEnd" b-tableformat="FALSE" b-menuformat="FALSE" u-dbrgn2="_fpclass/fpdbrgn2.inc" i-groupsize="0" clientside tag="BODY" preview="<table border=0 width="100%"><tr><td bgcolor="#FFFF00" align="left"><font color="#000000">This is the end of a Database Results region.</font></td></tr></table>" startspan --><!--#include file="_fpclass/fpdbrgn2.inc"-->
<!--webbot bot="DatabaseRegionEnd" endspan --></body></html>
Last week the update to the database will not take - no changes made/posted.
My hosting service is useless and claims the problem is mine and has
given little to no real help.
Just to be sure (for a while) the target database schedule.mdb has
permissions set to Owner, Group and All set to R/W/E.
Update3.asp is called via a hyperlink in a DBR with one Parameter - a
unique "record number".
Update3.asp displays the correct record.
On POST, updatef.asp is called to do the actual DB update - nothing
happens, no error message, nothing.
Appreciate it if you can give me some help as there are about 80 Users
who hit this file all the time and I am at a loss on the cause.
Frank
<html>
<head>
<title></title>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="Microsoft Border" content="none">
<% ' FP_ASP -- ASP Automatically generated by a Frontpage Component. Do not Edit.
FP_CharSet = "windows-1252"
FP_CodePage = 1252 %>
</head>
<body background="images/CLOUDSBKG.jpg">
<!--webbot bot="DatabaseRegionStart" s-columnnames s-columntypes s-dataconnection="schedule" b-tableformat="FALSE" b-menuformat="FALSE" s-menuchoice s-menuvalue b-tableborder="FALSE" b-tableexpand="FALSE" b-tableheader="FALSE" b-listlabels="FALSE" b-listseparator="FALSE" i-listformat="0" b-makeform="FALSE" s-recordsource s-displaycolumns s-criteria s-order s-sql="UPDATE schedule SET xdate='::xdate::',dispatcher='::dispatcher::',phone=':hone::',amcrew='::amcrew::',pmcrew=':mcrew::',crew3='::crew3::',crew4='::crew4::',amtow='::amtow::',pmtow=':mtow::',instructor='::instructor::',ipilot='::ipilot::',instruct2='::instruct2::' WHERE (xrecnbr=::xrecnbr:" b-procedure="FALSE" clientside suggestedext="asp" s-defaultfields="xdate=&amp;dispatcher=&amp;phone=&amp;amcrew=&amp;pmcrew=&amp;crew3=&amp;crew4=&amp;amtow=&amp;pmtow=&amp;instructor=&amp;ipilot=&amp;instruct2=&amp;xrecnbr=" s-norecordsfound="No records returned." i-maxrecords="0" i-groupsize="0" botid="0" u-dblib="_fpclass/fpdblib.inc" u-dbrgn1="_fpclass/fpdbrgn1.inc" u-dbrgn2="_fpclass/fpdbrgn2.inc" tag="BODY" preview="<table border=0 width="100%"><tr><td bgcolor="#FFFF00" align="left"><font color="#000000">This is the start of a Database Results region. The page must be fetched from a web server with a web browser to display correctly;the current web is stored on your local disk or network.</font></td></tr></table>" startspan b-WasTableFormat="FALSE" --><!--#include file="_fpclass/fpdblib.inc"-->
<% if 0 then %>
<SCRIPT Language="JavaScript">
document.write("<div style='background: yellow; color: black;'>The Database Results component on this page is unable to display database content. The page must have a filename ending in '.asp', and the web must be hosted on a server that supports Active Server Pages.</div>");
</SCRIPT>
<% end if %>
<%
fp_sQry="UPDATE schedule SET xdate='::xdate::',dispatcher='::dispatcher::',phone=':hone::',amcrew='::amcrew::',pmcrew=':mcrew::',crew3='::crew3::',crew4='::crew4::',amtow='::amtow::',pmtow=':mtow::',instructor='::instructor::',ipilot='::ipilot::',instruct2='::instruct2::' WHERE (xrecnbr=::xrecnbr:"
fp_sDefault="xdate=&dispatcher=&phone=&amcrew=&pmcrew=&crew3=&crew4=&amtow=&pmtow=&instructor=&ipilot=&instruct2=&xrecnbr="
fp_sNoRecords="No records returned."
fp_sDataConn="schedule"
fp_iMaxRecords=0
fp_iCommandType=1
fp_iPageSize=0
fp_fTableFormat=False
fp_fMenuFormat=False
fp_sMenuChoice=""
fp_sMenuValue=""
fp_sColTypes="&"
fp_iDisplayCols=16
fp_fCustomQuery=True
BOTID=0
fp_iRegion=BOTID
%>
<!--#include file="_fpclass/fpdbrgn1.inc"-->
<!--webbot bot="DatabaseRegionStart" endspan --><!--webbot bot="DatabaseRegionEnd" b-tableformat="FALSE" b-menuformat="FALSE" u-dbrgn2="_fpclass/fpdbrgn2.inc" i-groupsize="0" clientside tag="BODY" preview="<table border=0 width="100%"><tr><td bgcolor="#FFFF00" align="left"><font color="#000000">This is the end of a Database Results region.</font></td></tr></table>" startspan --><!--#include file="_fpclass/fpdbrgn2.inc"-->
<!--webbot bot="DatabaseRegionEnd" endspan --><p>
<br>
</p>
<p> </p>
<%
response.redirect "sched2.asp"
%>
</body>
</html>
<p>Comment - HTML contains a Re-Direct to sched2.asp</p>
<html>
<head>
<title></title>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="KEYWORDS" CONTENT="soaring, gliders, sailplane, houston soaring">
<meta name="Microsoft Border" content="none">
<% ' FP_ASP -- ASP Automatically generated by a Frontpage Component. Do not Edit.
FP_CharSet = "windows-1252"
FP_CodePage = 1252 %>
</head>
<body background="images/CLOUDSBKG.jpg">
<p><br>
<b><font size="4">Please do not use this page yet.... having a problem... Frank<br>
</font>(Changes are NOT posted to the database)</b></p>
<!--webbot bot="DatabaseRegionStart" s-columnnames="xdate,DISPATCHER,PHONE,AMCREW,PMCREW,AMTOW,PMTOW,INSTRUCTOR,xupdate,xrecnbr,ipilot,instruct2,ctldate,crew3,crew4" s-columntypes="135,202,202,202,202,202,202,202,202,202,202,202,135,202,202" s-dataconnection="schedule" b-tableformat="FALSE" b-menuformat="FALSE" s-menuchoice="xdate" s-menuvalue="xdate" b-tableborder="TRUE" b-tableexpand="TRUE" b-tableheader="TRUE" b-listlabels="TRUE" b-listseparator="TRUE" i-listformat="0" b-makeform="FALSE" s-recordsource="schedule" s-displaycolumns="xdate,DISPATCHER,PHONE,AMCREW,PMCREW,AMTOW,PMTOW,INSTRUCTOR,instruct2,ipilot,crew3,crew4" s-criteria="[xrecnbr] EQ {xrecnbr} +" s-order s-sql="SELECT * FROM schedule WHERE (xrecnbr = '::xrecnbr::')" b-procedure="FALSE" clientside suggestedext="asp" s-defaultfields="xrecnbr=" s-norecordsfound i-maxrecords="0" i-groupsize="0" botid="0" u-dblib="_fpclass/fpdblib.inc" u-dbrgn1="_fpclass/fpdbrgn1.inc" u-dbrgn2="_fpclass/fpdbrgn2.inc" tag="BODY" preview="<table border=0 width="100%"><tr><td bgcolor="#FFFF00" align="left"><font color="#000000">This is the start of a Database Results region. The page must be fetched from a web server with a web browser to display correctly; the current web is stored on your local disk or network.</font></td></tr></table>" startspan b-WasTableFormat="FALSE" b-ReplaceDatabaseRegion="FALSE" --><!--#include file="_fpclass/fpdblib.inc"-->
<% if 0 then %>
<SCRIPT Language="JavaScript">
document.write("<div style='background: yellow; color: black;'>The Database Results component on this page is unable to display database content. The page must have a filename ending in '.asp', and the web must be hosted on a server that supports Active Server Pages.</div>");
</SCRIPT>
<% end if %>
<%
fp_sQry="SELECT * FROM schedule WHERE (xrecnbr = '::xrecnbr::')"
fp_sDefault="xrecnbr="
fp_sNoRecords=""
fp_sDataConn="schedule"
fp_iMaxRecords=0
fp_iCommandType=1
fp_iPageSize=0
fp_fTableFormat=False
fp_fMenuFormat=False
fp_sMenuChoice="xdate"
fp_sMenuValue="xdate"
fp_sColTypes="&xdate=135&DISPATCHER=202&PHONE=202&AMCREW=202&PMCREW=202&AMTOW=202&PMTOW=202&INSTRUCTOR=202&xupdate=202&xrecnbr=202&ipilot=202&instruct2=202&ctldate=135&crew3=202&crew4=202&"
fp_iDisplayCols=12
fp_fCustomQuery=False
BOTID=0
fp_iRegion=BOTID
%>
<!--#include file="_fpclass/fpdbrgn1.inc"-->
<!--webbot bot="DatabaseRegionStart" endspan --><form method="POST" action="UpdateF.asp">
<table border="0" style="border-collapse: collapse" bordercolor="#111111" width="234">
<tr>
<td width="104" align="right"><font face="Verdana" size="2">Date</font></td>
<td width="126">
<p align="center">
<font face="Verdana">
<input name="xdate" size="15" value="<%=FP_FieldVal(fp_rs,"xdate")%>" style="float: right"></font></td>
</tr>
<tr>
<td width="104" align="right"><font face="Verdana" size="2">Dispatcher</font></td>
<td width="126">
<p align="center">
<font face="Verdana">
<input name="dispatcher" size="15" value="<%=FP_FieldVal(fp_rs,"dispatcher")%>" style="float: right"></font></td>
</tr>
<tr>
<td width="104" align="right"><font face="Verdana" size="2">Phone</font></td>
<td width="126">
<p>
<font face="Verdana">
<input name="phone" size="15" value="<%=FP_FieldVal(fp_rs,"phone")%>" style="float: right"></font></td>
</tr>
<tr>
<td width="104" align="right"><font face="Verdana" size="2">Crew 1</font></td>
<td width="126">
<p align="center">
<font face="Verdana">
<input name="amcrew" size="15" value="<%=FP_FieldVal(fp_rs,"amcrew")%>" style="float: right"></font></td>
</tr>
<tr>
<td width="104" align="right"><font face="Verdana" size="2">Crew 2 </font></td>
<td width="126">
<p align="center">
<font face="Verdana">
<input name="pmcrew" size="15" value="<%=FP_FieldVal(fp_rs,"pmcrew")%>" style="float: right"></font></td>
</tr>
<tr>
<td width="104" align="right"><font face="Verdana" size="2">Crew 3</font></td>
<td width="126">
<p align="center">
<font face="Verdana">
<input name="crew3" size="15" value="<%=FP_FieldVal(fp_rs,"crew3")%>" style="float: right"></font></td>
</tr>
<tr>
<td width="104" align="right"><font face="Verdana" size="2">Crew 4</font></td>
<td width="126">
<font face="Verdana">
<input name="crew4" size="15" value="<%=FP_FieldVal(fp_rs,"crew4")%>" style="float: right"></font></td>
</tr>
<tr>
<td width="104" align="right"><font face="Verdana" size="2">AM Tow</font></td>
<td width="126">
<p align="center">
<font face="Verdana">
<input name="amtow" size="15" value="<%=FP_FieldVal(fp_rs,"amtow")%>" style="float: right"></font></td>
</tr>
<tr>
<td width="104" align="right"><font face="Verdana" size="2">PM Tow</font></td>
<td width="126">
<p align="center">
<font face="Verdana">
<input name="pmtow" size="15" value="<%=FP_FieldVal(fp_rs,"pmtow")%>" style="float: right"></font></td>
</tr>
<tr>
<td width="104" align="right"><font face="Verdana" size="2">Instructor I</font></td>
<td width="126">
<p align="center">
<font face="Verdana">
<input name="instructor" size="15" value="<%=FP_FieldVal(fp_rs,"instructor")%>" style="float: right"></font></td>
</tr>
<tr>
<td width="104" align="right"><font face="Verdana" size="2">Winch Op</font></td>
<td width="126">
<p align="center">
<font face="Verdana">
<input name="instruct2" size="15" value="<%=FP_FieldVal(fp_rs,"instruct2")%>" style="float: right"></font></td>
</tr>
<tr>
<td width="104" align="right"><font face="Verdana" size="2">Intro Pilot</font></td>
<td width="126">
<p align="center">
<font face="Verdana">
<input name="ipilot" size="15" value="<%=FP_FieldVal(fp_rs,"ipilot")%>" style="float: right"></font></td>
</tr>
</table>
<p align="center"><input type="submit" value="Update" name="Update1">
<font face="Verdana" size="2"><a href="sched2.asp">Return to the Schedule</a></font></p>
<input type="hidden" name="xrecnbr" value="'<%=FP_FieldHTML(fp_rs,"xrecnbr")%>'">
</form>
<!--webbot bot="DatabaseRegionEnd" b-tableformat="FALSE" b-menuformat="FALSE" u-dbrgn2="_fpclass/fpdbrgn2.inc" i-groupsize="0" clientside tag="BODY" preview="<table border=0 width="100%"><tr><td bgcolor="#FFFF00" align="left"><font color="#000000">This is the end of a Database Results region.</font></td></tr></table>" startspan --><!--#include file="_fpclass/fpdbrgn2.inc"-->
<!--webbot bot="DatabaseRegionEnd" endspan --></body></html>