Multiple forms on single page

K

Klutzz

I have a page tthat has a DBR area at the top to display previously submitted
data and below that another form with a custom update query to add data to
the dbase recordset . It seems that if I set either of the form actions to go
to a custom confirmation page that the for redirects but does not update. Can
someone tell me what I am missing or wich of the actual forms need to have
the action set ?

Using ASP permissions and all are fine. Is it possible that the update is
not working because the confirmation page is not setup to recieve the records
???

Code//////////////////////////
<html>

<head>
<% ' FP_ASP -- ASP Automatically generated by a Frontpage Component. Do not
Edit.
FP_CharSet = "windows-1252"
FP_CodePage = 1252 %>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Corrective Action Request Part 3</title>
<script language="javascript" type="text/javascript"
src="../CalenderStuff/datetimepicker.js">

//Date Time Picker script- by TengYong Ng of http://www.rainforestnet.com
//Script featured on JavaScript Kit (http://www.javascriptkit.com)
//For this script, visit http://www.javascriptkit.com

</script>
<script language="JavaScript">
<!--
function FP_preloadImgs() {//v1.0
var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array();
for(var i=0; i<a.length; i++) { d.FP_imgs=new Image; d.FP_imgs.src=a; }
}

function FP_swapImg() {//v1.0
var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2;
n<args.length;
n+=2) { elm=FP_getObjectByID(args[n]); if(elm) {
doc.$imgSwaps[doc.$imgSwaps.length]=elm;
elm.$src=elm.src; elm.src=args[n+1]; } }
}

function FP_getObjectByID(id,o) {//v1.0
var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById)
el=o.getElementById(id);
else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el;
if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c)
for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; }
f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements;
for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return
el; } }
return null;
}
// -->
</script>

<meta name="Microsoft Theme" content="network 1011, default">
</head>

<body>



<p style="margin-top: 0; margin-bottom: 0"><i><b><font size="4">
<img border="0" src="../images/Image2.gif" width="92" height="59"
align="left"><font face="Arial">Banker
Steel Co., LLC</font></font></b></i></p>
<p style="margin-top: 0; margin-bottom: 0"><i><b><font size="4" face="Arial">
Corrective Action Request </font></b></i></p>
<p style="margin-top: 0; margin-bottom: 0"></p>
<!--#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 Results WHERE (ID = ::ID::)"
fp_sDefault="ID="
fp_sNoRecords="No records returned."
fp_sDataConn="CorrectiveActionRequest2"
fp_iMaxRecords=256
fp_iCommandType=1
fp_iPageSize=0
fp_fTableFormat=False
fp_fMenuFormat=False
fp_sMenuChoice=""
fp_sMenuValue="
fp_sColTypes="&ID=3&InitiationDate=202&JobNum=202&DeptOrLocation=202&DeptMgr=202&Description=203&ReportedBy=202&ReportedByDate=202&ReportedTo=202&ReportedToDate=202&Disposition=202&Impact=203&Classification=202&CarNumAssign=202&ResponseDueDate=202&ResponseDate=202&Causes=203&Cures=203&ApprovedBy=202&CompletionDate=202&CAR_Status=202&ClosoutComments=203&VerifiedByName=202&ClosureDate=202&ValPart1=202&ValPart2=202&ValPart3=202&ValPart4=202&Remote_computer_name=202&User_name=202&Browser_type=202&Timestamp=135&SCDate=135&"
fp_iDisplayCols=17
fp_fCustomQuery=False
BOTID=0
fp_iRegion=BOTID
%>
<!--#include file="../_fpclass/fpdbrgn1.inc"-->
</p>
<form METHOD="POST" action="--WEBBOT-SELF--">
<input TYPE="Hidden" NAME="ValPart2" SIZE="35"
VALUE="<%=FP_FieldHTML(fp_rs,"ValPart2")%>">
<input TYPE="Hidden" NAME="ValPart1" SIZE="19"
VALUE="<%=FP_FieldHTML(fp_rs,"ValPart1")%>">
<hr align="left" width="75%">
<p class="MsoNormal" style="margin-top:0; margin-bottom:0">
<b>Part #1</b>

</p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<font size="2" face="Arial">Date:
</font>
<input TYPE="TEXT" NAME="InitiationDate" SIZE="20"
VALUE="<%=FP_FieldHTML(fp_rs,"InitiationDate")%>"><font size="2"
face="Arial">
BSC Job # Affected :
</font>
<input TYPE="TEXT" NAME="JobNum" SIZE="36"
VALUE="<%=FP_FieldHTML(fp_rs,"JobNum")%>"></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<font size="2" face="Arial">Dept. or Location: </font><input TYPE="TEXT"
NAME="DeptOrLocation" SIZE="25"
VALUE="<%=FP_FieldHTML(fp_rs,"DeptOrLocation")%>"><font size="2"
face="Arial">
Mgr. or Lead-Person: </font>
<input TYPE="TEXT" NAME="DeptMgr" SIZE="26"
VALUE="<%=FP_FieldHTML(fp_rs,"DeptMgr")%>"></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<font size="2" face="Arial">Description of NC Condition Observed:</font></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<input TYPE="TEXT" NAME="Description" SIZE="90"
VALUE="<%=FP_FieldHTML(fp_rs,"Description")%>"></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<font size="2" face="Arial">Inspector or Reporting Entity: </font>
<input TYPE="TEXT" NAME="ReportedBy" SIZE="31"
VALUE="<%=FP_FieldHTML(fp_rs,"ReportedBy")%>"><font size="2"
face="Arial"> Date:
</font>
<input TYPE="TEXT" NAME="ReportedByDate" SIZE="20"
VALUE="<%=FP_FieldHTML(fp_rs,"ReportedByDate")%>"></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<font size="2" face="Arial">Reported To: </font>
<input TYPE="TEXT" NAME="ReportedTo" SIZE="28"
VALUE="<%=FP_FieldHTML(fp_rs,"ReportedTo")%>"><font size="2"
face="Arial">
Date:
</font>
<input TYPE="TEXT" NAME="ReportedToDate" SIZE="21"
VALUE="<%=FP_FieldHTML(fp_rs,"ReportedToDate")%>"></p><hr align="left"
width="75%">
<p class="MsoNormal" style="margin-top:0; margin-bottom:0">
<b>Part #2</b></p>
<p class="MsoNormal" style="margin-top:0; margin-bottom:0">
<font size="2" face="Arial">Disposition : </font>
<input TYPE="TEXT" NAME="Disposition" SIZE="40"
VALUE="<%=FP_FieldHTML(fp_rs,"Disposition")%>"></p>
<p class="MsoNormal" style="margin-top:0; margin-bottom:0">
<font size="2" face="Arial">Impact: (Estimated cost if Valid or, reasons
deemed
invalid)</font></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<input TYPE="TEXT" NAME="Impact" SIZE="91"
VALUE="<%=FP_FieldHTML(fp_rs,"Impact")%>"></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<font size="2" face="Arial">Classification: </font><input TYPE="TEXT"
NAME="Classification" SIZE="20"
VALUE="<%=FP_FieldHTML(fp_rs,"Classification")%>"></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<font size="2" face="Arial">CAR # Assigned: </font><input TYPE="TEXT"
NAME="CarNumAssign" SIZE="20"
VALUE="<%=FP_FieldHTML(fp_rs,"CarNumAssign")%>"><font size="2"
face="Arial">
Internal Response Due Date: </font>
<input TYPE="TEXT" NAME="ResponseDueDate" SIZE="18"
VALUE="<%=FP_FieldHTML(fp_rs,"ResponseDueDate")%>"></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
DBase ID:
<input TYPE="TEXT" NAME="ID1" SIZE="30"
VALUE="<%=FP_FieldHTML(fp_rs,"ID")%>"></p>
<hr width="75%" align="left">
</form>

<!--#include file="../_fpclass/fpdbrgn2.inc"-->
<form BOTID="1" METHOD="POST" Action="--WEBBOT-SELF--">
<input type="hidden" name="fpdbr_1_PagingMove" value=" |< ">
<b>Part #3 </b><font color="#FF0000" size="1">
<span style="background-color: #FFFFFF">(Completed by Dept. Manager or
Leadsperson by Response Due date)</span></font></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<font size="2" face="Arial">Date:
</font>
<input TYPE="TEXT" NAME="ResponseDate"
VALUE="<%=Server.HtmlEncode(Request("ResponseDate"))%>"><font face="Arial"><a
href="javascript:NewCal('ResponseDate','ddmmmyyyy',false,24)"><font
size="2"><img src="../CalenderStuff/cal.gif" width="16" height="16"
border="0" alt="Pick a date"></font></a><font size="2">
</font></font></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<font size="2" face="Arial">Probable root cause of Condition (or sources of
information for a preventative action):</font></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<input TYPE="TEXT" NAME="Causes"
VALUE="<%=Server.HtmlEncode(Request("Causes"))%>" size="91"></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<font size="2" face="Arial">Actions to prevent Recurrence (or determination
of steps necessary to prevent potential problem):</font></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<input TYPE="TEXT" NAME="Cures"
VALUE="<%=Server.HtmlEncode(Request("Cures"))%>" size="91"></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<font face="Arial" size="2">Approved By:</font><input TYPE="TEXT"
NAME="VerifiedByName"
VALUE="<%=Server.HtmlEncode(Request("VerifiedByName"))%>"><font size="2"
face="Arial"> </font>
<font size="2" face="Arial"> Scheduled Completion Date: </font>
<input TYPE="TEXT" NAME="SCDate"
VALUE="<%=Server.HtmlEncode(Request("SCDate"))%>"><font face="Arial"><a
href="javascript:NewCal('SCDate','ddmmmyyyy',false,24)"><font size="2"><img
src="../CalenderStuff/cal.gif" width="16" height="16" border="0" alt="Pick a
date"></font></a><font size="2">
</font></font></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<input TYPE="Hidden" NAME="ID"
VALUE="<%=Server.HtmlEncode(Request("ID"))%>">
<input TYPE="Hidden" NAME="ValPart3"
VALUE="<%=Server.HtmlEncode(Request("ValPart3"))%>"></p>
<hr width="75%" align="left">
<p>


<br>
<input TYPE="Submit" value="Submit"><input TYPE="Reset"><p> </p>
</form>
<font color="#000000">
<!--#include file="../_fpclass/fpdblib.inc"-->
</font>
<% 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 Results SET ResponseDate=::ResponseDate::,
Causes=::Causes::, Cures=::Cures::, VerifiedByName=::VerifiedByName::,
SCDate=::SCDate::, ValPart3=::ValPart3:: WHERE ID=::ID::"
fp_sDefault="ResponseDate=0&Causes=t&Cures=t&VerifiedByName=t&SCDate=0&ValPart3='True'&ID=0"
fp_sNoRecords=""
fp_sDataConn="CorrectiveActionRequest2"
fp_iMaxRecords=0
fp_iCommandType=1
fp_iPageSize=0
fp_fTableFormat=False
fp_fMenuFormat=False
fp_sMenuChoice=""
fp_sMenuValue=""
fp_sColTypes="&SCDate=135&Timestamp=135&Browser_type=202&User_name=202&Remote_computer_name=202&ValPart4=202&ValPart3=202&ValPart2=202&ValPart1=202&ClosureDate=202&VerifiedByName=202&ClosoutComments=203&CAR_Status=202&CompletionDate=135&ApprovedBy=202&Cures=203&Causes=203&ResponseDate=135&ResponseDueDate=135&CarNumAssign=202&Classification=202&Impact=203&Disposition=202&ReportedToDate=202&ReportedTo=202&ReportedByDate=202&ReportedBy=202&Description=203&DeptMgr=202&DeptOrLocation=202&JobNum=202&InitiationDate=202&ID=3&"
fp_iDisplayCols=16
fp_fCustomQuery=True
BOTID=1
fp_iRegion=BOTID
%>
<font color="#FFFFFF">
<!--#include file="../_fpclass/fpdbrgn1.inc"-->

<!--#include file="../_fpclass/fpdbrgn2.inc"-->
</font>
</body>
</html>
 
K

Klutzz

Sorry forgot to add a thanx for any help rendered good people.

Klutzz


Klutzz said:
I have a page tthat has a DBR area at the top to display previously submitted
data and below that another form with a custom update query to add data to
the dbase recordset . It seems that if I set either of the form actions to go
to a custom confirmation page that the for redirects but does not update. Can
someone tell me what I am missing or wich of the actual forms need to have
the action set ?

Using ASP permissions and all are fine. Is it possible that the update is
not working because the confirmation page is not setup to recieve the records
???

Code//////////////////////////
<html>

<head>
<% ' FP_ASP -- ASP Automatically generated by a Frontpage Component. Do not
Edit.
FP_CharSet = "windows-1252"
FP_CodePage = 1252 %>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Corrective Action Request Part 3</title>
<script language="javascript" type="text/javascript"
src="../CalenderStuff/datetimepicker.js">

//Date Time Picker script- by TengYong Ng of http://www.rainforestnet.com
//Script featured on JavaScript Kit (http://www.javascriptkit.com)
//For this script, visit http://www.javascriptkit.com

</script>
<script language="JavaScript">
<!--
function FP_preloadImgs() {//v1.0
var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array();
for(var i=0; i<a.length; i++) { d.FP_imgs=new Image; d.FP_imgs.src=a; }
}

function FP_swapImg() {//v1.0
var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2;
n<args.length;
n+=2) { elm=FP_getObjectByID(args[n]); if(elm) {
doc.$imgSwaps[doc.$imgSwaps.length]=elm;
elm.$src=elm.src; elm.src=args[n+1]; } }
}

function FP_getObjectByID(id,o) {//v1.0
var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById)
el=o.getElementById(id);
else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el;
if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c)
for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; }
f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements;
for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return
el; } }
return null;
}
// -->
</script>

<meta name="Microsoft Theme" content="network 1011, default">
</head>

<body>



<p style="margin-top: 0; margin-bottom: 0"><i><b><font size="4">
<img border="0" src="../images/Image2.gif" width="92" height="59"
align="left"><font face="Arial">Banker
Steel Co., LLC</font></font></b></i></p>
<p style="margin-top: 0; margin-bottom: 0"><i><b><font size="4" face="Arial">
Corrective Action Request </font></b></i></p>
<p style="margin-top: 0; margin-bottom: 0"></p>
<!--#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 Results WHERE (ID = ::ID::)"
fp_sDefault="ID="
fp_sNoRecords="No records returned."
fp_sDataConn="CorrectiveActionRequest2"
fp_iMaxRecords=256
fp_iCommandType=1
fp_iPageSize=0
fp_fTableFormat=False
fp_fMenuFormat=False
fp_sMenuChoice=""
fp_sMenuValue=""
fp_sColTypes="&ID=3&InitiationDate=202&JobNum=202&DeptOrLocation=202&DeptMgr=202&Description=203&ReportedBy=202&ReportedByDate=202&ReportedTo=202&ReportedToDate=202&Disposition=202&Impact=203&Classification=202&CarNumAssign=202&ResponseDueDate=202&ResponseDate=202&Causes=203&Cures=203&ApprovedBy=202&CompletionDate=202&CAR_Status=202&ClosoutComments=203&VerifiedByName=202&ClosureDate=202&ValPart1=202&ValPart2=202&ValPart3=202&ValPart4=202&Remote_computer_name=202&User_name=202&Browser_type=202&Timestamp=135&SCDate=135&"
fp_iDisplayCols=17
fp_fCustomQuery=False
BOTID=0
fp_iRegion=BOTID
%>
<!--#include file="../_fpclass/fpdbrgn1.inc"-->
</p>
<form METHOD="POST" action="--WEBBOT-SELF--">
<input TYPE="Hidden" NAME="ValPart2" SIZE="35"
VALUE="<%=FP_FieldHTML(fp_rs,"ValPart2")%>">
<input TYPE="Hidden" NAME="ValPart1" SIZE="19"
VALUE="<%=FP_FieldHTML(fp_rs,"ValPart1")%>">
<hr align="left" width="75%">
<p class="MsoNormal" style="margin-top:0; margin-bottom:0">
<b>Part #1</b>

</p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<font size="2" face="Arial">Date:
</font>
<input TYPE="TEXT" NAME="InitiationDate" SIZE="20"
VALUE="<%=FP_FieldHTML(fp_rs,"InitiationDate")%>"><font size="2"
face="Arial">
BSC Job # Affected :
</font>
<input TYPE="TEXT" NAME="JobNum" SIZE="36"
VALUE="<%=FP_FieldHTML(fp_rs,"JobNum")%>"></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<font size="2" face="Arial">Dept. or Location: </font><input TYPE="TEXT"
NAME="DeptOrLocation" SIZE="25"
VALUE="<%=FP_FieldHTML(fp_rs,"DeptOrLocation")%>"><font size="2"
face="Arial">
Mgr. or Lead-Person: </font>
<input TYPE="TEXT" NAME="DeptMgr" SIZE="26"
VALUE="<%=FP_FieldHTML(fp_rs,"DeptMgr")%>"></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<font size="2" face="Arial">Description of NC Condition Observed:</font></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<input TYPE="TEXT" NAME="Description" SIZE="90"
VALUE="<%=FP_FieldHTML(fp_rs,"Description")%>"></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<font size="2" face="Arial">Inspector or Reporting Entity: </font>
<input TYPE="TEXT" NAME="ReportedBy" SIZE="31"
VALUE="<%=FP_FieldHTML(fp_rs,"ReportedBy")%>"><font size="2"
face="Arial"> Date:
</font>
<input TYPE="TEXT" NAME="ReportedByDate" SIZE="20"
VALUE="<%=FP_FieldHTML(fp_rs,"ReportedByDate")%>"></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<font size="2" face="Arial">Reported To: </font>
<input TYPE="TEXT" NAME="ReportedTo" SIZE="28"
VALUE="<%=FP_FieldHTML(fp_rs,"ReportedTo")%>"><font size="2"
face="Arial">
Date:
</font>
<input TYPE="TEXT" NAME="ReportedToDate" SIZE="21"
VALUE="<%=FP_FieldHTML(fp_rs,"ReportedToDate")%>"></p><hr align="left"
width="75%">
<p class="MsoNormal" style="margin-top:0; margin-bottom:0">
<b>Part #2</b></p>
<p class="MsoNormal" style="margin-top:0; margin-bottom:0">
<font size="2" face="Arial">Disposition : </font>
<input TYPE="TEXT" NAME="Disposition" SIZE="40"
VALUE="<%=FP_FieldHTML(fp_rs,"Disposition")%>"></p>
<p class="MsoNormal" style="margin-top:0; margin-bottom:0">
<font size="2" face="Arial">Impact: (Estimated cost if Valid or, reasons
deemed
invalid)</font></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<input TYPE="TEXT" NAME="Impact" SIZE="91"
VALUE="<%=FP_FieldHTML(fp_rs,"Impact")%>"></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<font size="2" face="Arial">Classification: </font><input TYPE="TEXT"
NAME="Classification" SIZE="20"
VALUE="<%=FP_FieldHTML(fp_rs,"Classification")%>"></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<font size="2" face="Arial">CAR # Assigned: </font><input TYPE="TEXT"
NAME="CarNumAssign" SIZE="20"
VALUE="<%=FP_FieldHTML(fp_rs,"CarNumAssign")%>"><font size="2"
face="Arial">
Internal Response Due Date: </font>
<input TYPE="TEXT" NAME="ResponseDueDate" SIZE="18"
VALUE="<%=FP_FieldHTML(fp_rs,"ResponseDueDate")%>"></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
DBase ID:
<input TYPE="TEXT" NAME="ID1" SIZE="30"
VALUE="<%=FP_FieldHTML(fp_rs,"ID")%>"></p>
<hr width="75%" align="left">
</form>

<!--#include file="../_fpclass/fpdbrgn2.inc"-->
<form BOTID="1" METHOD="POST" Action="--WEBBOT-SELF--">
<input type="hidden" name="fpdbr_1_PagingMove" value=" |< ">
<b>Part #3 </b><font color="#FF0000" size="1">
<span style="background-color: #FFFFFF">(Completed by Dept. Manager or
Leadsperson by Response Due date)</span></font></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<font size="2" face="Arial">Date:
</font>
<input TYPE="TEXT" NAME="ResponseDate"
VALUE="<%=Server.HtmlEncode(Request("ResponseDate"))%>"><font face="Arial"><a
href="javascript:NewCal('ResponseDate','ddmmmyyyy',false,24)"><font
size="2"><img src="../CalenderStuff/cal.gif" width="16" height="16"
border="0" alt="Pick a date"></font></a><font size="2">
</font></font></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<font size="2" face="Arial">Probable root cause of Condition (or sources of
information for a preventative action):</font></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<input TYPE="TEXT" NAME="Causes"
VALUE="<%=Server.HtmlEncode(Request("Causes"))%>" size="91"></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<font size="2" face="Arial">Actions to prevent Recurrence (or determination
of steps necessary to prevent potential problem):</font></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<input TYPE="TEXT" NAME="Cures"
VALUE="<%=Server.HtmlEncode(Request("Cures"))%>" size="91"></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<font face="Arial" size="2">Approved By:</font><input TYPE="TEXT"
NAME="VerifiedByName"
VALUE="<%=Server.HtmlEncode(Request("VerifiedByName"))%>"><font size="2"
face="Arial"> </font>
<font size="2" face="Arial"> Scheduled Completion Date: </font>
<input TYPE="TEXT" NAME="SCDate"
VALUE="<%=Server.HtmlEncode(Request("SCDate"))%>"><font face="Arial"><a
href="javascript:NewCal('SCDate','ddmmmyyyy',false,24)"><font size="2"><img
src="../CalenderStuff/cal.gif" width="16" height="16" border="0" alt="Pick a
date"></font></a><font size="2">
</font></font></p>
<p class="MsoNormal" style="margin-top: 0; margin-bottom:0">
<input TYPE="Hidden" NAME="ID"
VALUE="<%=Server.HtmlEncode(Request("ID"))%>">
<input TYPE="Hidden" NAME="ValPart3"
VALUE="<%=Server.HtmlEncode(Request("ValPart3"))%>"></p>
<hr width="75%" align="left">
<p>


<br>
<input TYPE="Submit" value="Submit"><input TYPE="Reset"><p> </p>
</form>
<font color="#000000">
<!--#include file="../_fpclass/fpdblib.inc"-->
</font>
<% 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 Results SET ResponseDate=::ResponseDate::,
Causes=::Causes::, Cures=::Cures::, VerifiedByName=::VerifiedByName::,
SCDate=::SCDate::, ValPart3=::ValPart3:: WHERE ID=::ID::"
fp_sDefault="ResponseDate=0&Causes=t&Cures=t&VerifiedByName=t&SCDate=0&ValPart3='True'&ID=0"
fp_sNoRecords=""
fp_sDataConn="CorrectiveActionRequest2"
fp_iMaxRecords=0
fp_iCommandType=1
fp_iPageSize=0
fp_fTableFormat=False
fp_fMenuFormat=False
fp_sMenuChoice=""
fp_sMenuValue=""
fp_sColTypes="&SCDate=135&Timestamp=135&Browser_type=202&User_name=202&Remote_computer_name=202&ValPart4=202&ValPart3=202&ValPart2=202&ValPart1=202&ClosureDate=202&VerifiedByName=202&ClosoutComments=203&CAR_Status=202&CompletionDate=135&ApprovedBy=202&Cures=203&Causes=203&ResponseDate=135&ResponseDueDate=135&CarNumAssign=202&Classification=202&Impact=203&Disposition=202&ReportedToDate=202&ReportedTo=202&ReportedByDate=202&ReportedBy=202&Description=203&DeptMgr=202&DeptOrLocation=202&JobNum=202&InitiationDate=202&ID=3&"
fp_iDisplayCols=16
fp_fCustomQuery=True
BOTID=1
fp_iRegion=BOTID
%>
<font color="#FFFFFF">
<!--#include file="../_fpclass/fpdbrgn1.inc"-->

<!--#include file="../_fpclass/fpdbrgn2.inc"-->
</font>
</body>
</html>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top