mesturee
Posts: 40 Joined: 9/1/2005 Status: offline
|
:) You're going to like this question - 9/7/2005 13:38:18
I have a search page that has multiple forms/fields. Half of the fields are searched individually, the other half are grouped into one form and need a "and/or" relationship. Let me explain...the fields are: Casing Size, Customer, Predicted load, Water Depth, etc.. Someone might need to search for a certain casing size, or a certain water depth at the same time. Or they may need to search for a combination of a particular Customer, and a predicted load. The query that I wrote has a deafult of AND. So I am thinking of maybe a radio button that will allow one of the fields to be searched as an OR. I do not know how to work with radio buttons, so I don'y know where to begin. I do not think that many people will need the OR function......but I have been told that it needs to be included. Here is my code (note that there are radiobuttons but they dont do anything.) <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Back to Landing String Analysis Main</title>
</head>
<body>
<p align="left"> </p>
<p align="left"> </p>
<p align="center"><font size="6" color="#000080"><b> Job Search</b></font></p>
<p align="center"><br>
</p>
<p align="center"> </p>
<div align="center">
<center>
<table border="1" width="825">
<tr>
<td width="100%" colspan="2">
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" startspan
U-File="_private/form_results.txt" S-Format="TEXT/CSV"
S-Label-Fields="TRUE" --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot
bot="SaveResults" endspan -->
<p align="center"><b><u>Job Number</u> <nobr><select NAME="JobNumber" SIZE="1">
<!--webbot bot="AspInclude" startspan CLIENTSIDE
U-INCFILE="_fpclass/fpdbrgn1.inc" --><!--#include file="_fpclass/fpdbrgn1.inc"--><!--webbot
bot="AspInclude" i-CheckSum="62210" endspan -->
<option><%=FP_FieldHTML(fp_rs,"JobNumber")%></option>
<!--webbot bot="AspInclude" startspan CLIENTSIDE
U-INCFILE="_fpclass/fpdbrgn2.inc" --><!--#include file="_fpclass/fpdbrgn2.inc"--><!--webbot
bot="AspInclude" i-CheckSum="62218" endspan -->
</select></nobr> <input type="submit" value="Submit" name="B2"></b></p>
</form>
</td>
</tr>
<tr>
<td width="50%">
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" startspan
U-File="_private/form_results.txt" S-Format="TEXT/CSV"
S-Label-Fields="TRUE" --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="1"><!--webbot
bot="SaveResults" endspan -->
<p align="left"><b> <u>Engineer</u>
<nobr><select NAME="Engineer" SIZE="1">
<!--webbot bot="AspInclude" startspan CLIENTSIDE
U-INCFILE="_fpclass/fpdbrgn1.inc" --><!--#include file="_fpclass/fpdbrgn1.inc"--><!--webbot
bot="AspInclude" i-CheckSum="62210" endspan -->
<option><%=FP_FieldHTML(fp_rs,"Engineer")%></option>
<!--webbot bot="AspInclude" startspan CLIENTSIDE
U-INCFILE="_fpclass/fpdbrgn2.inc" --><!--#include file="_fpclass/fpdbrgn2.inc"--><!--webbot
bot="AspInclude" i-CheckSum="62218" endspan -->
</select></nobr>
<input type="submit" value="Submit" name="B1"></b></p>
</form>
</td>
<td width="50%" rowspan="2">
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" startspan
U-File="_private/form_results.txt" S-Format="TEXT/CSV"
S-Label-Fields="TRUE" --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="2"><!--webbot
bot="SaveResults" endspan -->
<p align="left"><b> <u>Date</u>
from
<input type="text" name="datefrom" size="9">
(ex 08/2003)<br>
to <input type="text" name="dateto" size="9">
<input type="submit" value="Submit" name="B1"></b></p>
</form>
</td>
</tr>
<tr>
<td width="50%">
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" startspan
U-File="_private/form_results.txt" S-Format="TEXT/CSV"
S-Label-Fields="TRUE" --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="3"><!--webbot
bot="SaveResults" endspan --><p><b> <u>Location</u>
<nobr><select NAME="LocationBlock" SIZE="1">
<!--webbot bot="AspInclude" startspan CLIENTSIDE
U-INCFILE="_fpclass/fpdbrgn1.inc" --><!--#include file="_fpclass/fpdbrgn1.inc"--><!--webbot
bot="AspInclude" i-CheckSum="62210" endspan -->
<option><%=FP_FieldHTML(fp_rs,"LocationBlock")%></option>
<!--webbot bot="AspInclude" startspan CLIENTSIDE
U-INCFILE="_fpclass/fpdbrgn2.inc" --><!--#include file="_fpclass/fpdbrgn2.inc"--><!--webbot
bot="AspInclude" i-CheckSum="62218" endspan -->
</select></nobr></b>
<input type="submit" value="Submit" name="B1"></p>
</form>
</td>
</tr>
<tr>
<td width="50%">
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" startspan
U-File="_private/form_results.txt" S-Format="TEXT/CSV"
S-Label-Fields="TRUE" --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="4"><!--webbot
bot="SaveResults" endspan --><p><b> <u>Rig / Vessel</u></b>
<nobr><select NAME="RigVesselName" SIZE="1">
<!--webbot bot="AspInclude" startspan CLIENTSIDE
U-INCFILE="_fpclass/fpdbrgn1.inc" --><!--#include file="_fpclass/fpdbrgn1.inc"--><!--webbot
bot="AspInclude" i-CheckSum="62210" endspan -->
<option><%=FP_FieldHTML(fp_rs,"RigVesselName")%></option>
<!--webbot bot="AspInclude" startspan CLIENTSIDE
U-INCFILE="_fpclass/fpdbrgn2.inc" --><!--#include file="_fpclass/fpdbrgn2.inc"--><!--webbot
bot="AspInclude" i-CheckSum="62218" endspan -->
</select></nobr><b> </b><input type="submit" value="Submit" name="B1"></p>
</form>
</td>
<td width="50%">
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" startspan
U-File="_private/form_results.txt" S-Format="TEXT/CSV"
S-Label-Fields="TRUE" --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="5"><!--webbot
bot="SaveResults" endspan --><p><b> <u>Well Name</u></b>
<nobr><select NAME="WellName" SIZE="1">
<!--webbot bot="AspInclude" startspan CLIENTSIDE
U-INCFILE="_fpclass/fpdbrgn1.inc" --><!--#include file="_fpclass/fpdbrgn1.inc"--><!--webbot
bot="AspInclude" i-CheckSum="62210" endspan -->
<option><%=FP_FieldHTML(fp_rs,"WellName")%></option>
<!--webbot bot="AspInclude" startspan CLIENTSIDE
U-INCFILE="_fpclass/fpdbrgn2.inc" --><!--#include file="_fpclass/fpdbrgn2.inc"--><!--webbot
bot="AspInclude" i-CheckSum="62218" endspan -->
</select></nobr><b>
<input type="submit" value="Submit" name="B1"></b></p>
</form>
</td>
</tr>
</table>
</center>
</div>
<form method="POST" action="Results_Job/jobCasingSizeresults.asp">
<div align="center">
<center>
<table border="1" width="825" height="275">
<tr>
<td width="50%" height="44"><b> <u>Casing Size</u></b>
<nobr><select NAME="CasingSize" SIZE="1">
<!--webbot bot="AspInclude" startspan CLIENTSIDE
U-INCFILE="_fpclass/fpdbrgn1.inc" --><!--#include file="_fpclass/fpdbrgn1.inc"--><!--webbot
bot="AspInclude" i-CheckSum="62210" endspan -->
<option><%=FP_FieldHTML(fp_rs,"CasingSize")%></option>
<!--webbot bot="AspInclude" startspan CLIENTSIDE
U-INCFILE="_fpclass/fpdbrgn2.inc" --><!--#include file="_fpclass/fpdbrgn2.inc"--><!--webbot
bot="AspInclude" i-CheckSum="62218" endspan -->
</select> </nobr><input type="radio" value="V9" checked name="R1">or</td>
<td width="50%" height="95" rowspan="3" valign="top">
<p align="left"><b><br>
<u>Predicted Tensile
Load at TD</u> </b><input type="radio" value="V6" name="R1">or</p>
<p align="left"><b>
Between <input type="text" name="TensileLoadfrom" size="9" value="0"> and
<input type="text" name="TensileLoadto" size="9" value="2000000">
</b> <br>
ex. 750000
ex. 1250000</p>
</td>
</tr>
<tr>
<td width="50%" height="44"><b> <u>Customer
Company</u></b> <nobr><select NAME="CustomerCompany" SIZE="1">
<!--webbot bot="AspInclude" startspan CLIENTSIDE
U-INCFILE="_fpclass/fpdbrgn1.inc" --><!--#include file="_fpclass/fpdbrgn1.inc"--><!--webbot
bot="AspInclude" i-CheckSum="62210" endspan -->
<option><%=FP_FieldHTML(fp_rs,"CustomerCompany")%></option>
<!--webbot bot="AspInclude" startspan CLIENTSIDE
U-INCFILE="_fpclass/fpdbrgn2.inc" --><!--#include file="_fpclass/fpdbrgn2.inc"--><!--webbot
bot="AspInclude" i-CheckSum="62218" endspan -->
</select> </nobr><input type="radio" value="V8" name="R1">or</td>
</tr>
<tr>
<td width="50%" height="44"><b> <u>Slip Type</u> </b> <b>
<nobr><select NAME="SlipType" SIZE="1">
<!--webbot bot="AspInclude" startspan CLIENTSIDE
U-INCFILE="_fpclass/fpdbrgn1.inc" --><!--#include file="_fpclass/fpdbrgn1.inc"--><!--webbot
bot="AspInclude" i-CheckSum="62210" endspan -->
<option><%=FP_FieldHTML(fp_rs,"SlipType")%></option>
<!--webbot bot="AspInclude" startspan CLIENTSIDE
U-INCFILE="_fpclass/fpdbrgn2.inc" --><!--#include file="_fpclass/fpdbrgn2.inc"--><!--webbot
bot="AspInclude" i-CheckSum="62218" endspan -->
</select> </nobr></b><input type="radio" value="V7" name="R1">or</td>
</tr>
<tr>
<td width="50%" height="113" valign="top"><br>
<b>
<u>Setting Depth</u> (in ft.) </b><input type="radio" value="V4" name="R1">or<p align="left"><b>
Between
<input type="text" name="SettingDepthfrom" size="9" value="0"> and
<input type="text" name="SettingDepthto" size="9" value="50000">
</b> <br>
ex. 10000
ex. 22000</p>
</td>
<td width="50%" height="125" valign="top">
<p align="left"><b> <br>
<u>Water Depth</u> (in ft.) </b><input type="radio" value="V5" name="R1">or</p>
<p align="left"><b>
Between
<input type="text" name="WaterDepthfrom" size="9" value="0"> and
<input type="text" name="WaterDepthto" size="9" value="50000">
</b> <br>
ex. 3000
ex. 5000</p>
</td>
<%fp_sQry="SELECT JobNumber, Engineer, Date, CustomerCompany, Contact, CostEstimate, CasingSize, SlipType, WellName, RigVesselName, TensileLoad, LocationBlock, WaterDepth, SettingDepth, LandingStringDetails, ScopeWork, Mudweight FROM LSjob WHERE (TensileLoad BETWEEN ::TensileLoadfrom:: AND ::TensileLoadto::) AND (WaterDepth BETWEEN ::WaterDepthfrom:: AND ::WaterDepthto::) AND (SettingDepth BETWEEN ::SettingDepthfrom:: AND ::SettingDepthto::) AND (CasingSize = ::CasingSizeddb::) AND (CustomerCompany = ::CustomerCompanyddb::) AND (SlipType = ::SlipTypeddb::)"
%>
</tr>
</table>
</center>
</div>
<table>
<tbody>
<tr>
<td><!--webbot bot="DatabaseResultColumn" startspan
s-columnnames="JobNumber,Engineer,Date,CustomerCompany,Contact,CostEstimate,CasingSize,SlipType,WellName,RigVesselName,TensileLoad,LocationBlock,WaterDepth,SettingDepth,LandingStringDetails,ScopeWork,Mudweight"
s-column="JobNumber" b-tableformat="TRUE" b-hasHTML="FALSE" clientside
local_preview="<font size="-1"><<</font>JobNumber<font size="-1">>></font>"
preview="<font size="-1"><<</font>JobNumber<font size="-1">>></font>" --><%=FP_FieldVal(fp_rs,"JobNumber")%><!--webbot
bot="DatabaseResultColumn" I-CheckSum="20490" endspan -->
</td>
<td><!--webbot bot="DatabaseResultColumn" startspan
s-columnnames="JobNumber,Engineer,Date,CustomerCompany,Contact,CostEstimate,CasingSize,SlipType,WellName,RigVesselName,TensileLoad,LocationBlock,WaterDepth,SettingDepth,LandingStringDetails,ScopeWork,Mudweight"
s-column="Engineer" b-tableformat="TRUE" b-hasHTML="FALSE" clientside
local_preview="<font size="-1"><<</font>Engineer<font size="-1">>></font>"
preview="<font size="-1"><<</font>Engineer<font size="-1">>></font>" --><%=FP_FieldVal(fp_rs,"Engineer")%><!--webbot
bot="DatabaseResultColumn" I-CheckSum="16047" endspan -->
</td>
<td><!--webbot bot="DatabaseResultColumn" startspan
s-columnnames="JobNumber,Engineer,Date,CustomerCompany,Contact,CostEstimate,CasingSize,SlipType,WellName,RigVesselName,TensileLoad,LocationBlock,WaterDepth,SettingDepth,LandingStringDetails,ScopeWork,Mudweight"
s-column="Date" b-tableformat="TRUE" b-hasHTML="FALSE" clientside
local_preview="<font size="-1"><<</font>Date<font size="-1">>></font>"
preview="<font size="-1"><<</font>Date<font size="-1">>></font>" --><%=FP_FieldVal(fp_rs,"Date")%><!--webbot
bot="DatabaseResultColumn" I-CheckSum="3267" endspan -->
</td>
<td><!--webbot bot="DatabaseResultColumn" startspan
s-columnnames="JobNumber,Engineer,Date,CustomerCompany,Contact,CostEstimate,CasingSize,SlipType,WellName,RigVesselName,TensileLoad,LocationBlock,WaterDepth,SettingDepth,LandingStringDetails,ScopeWork,Mudweight"
s-column="CustomerCompany" b-tableformat="TRUE" b-hasHTML="FALSE"
clientside
local_preview="<font size="-1"><<</font>CustomerCompany<font size="-1">>></font>"
preview="<font size="-1"><<</font>CustomerCompany<font size="-1">>></font>" --><%=FP_FieldVal(fp_rs,"CustomerCompany")%><!--webbot
bot="DatabaseResultColumn" I-CheckSum="39875" endspan -->
</td>
<td><!--webbot bot="DatabaseResultColumn" startspan
s-columnnames="JobNumber,Engineer,Date,CustomerCompany,Contact,CostEstimate,CasingSize,SlipType,WellName,RigVesselName,TensileLoad,LocationBlock,WaterDepth,SettingDepth,LandingStringDetails,ScopeWork,Mudweight"
s-column="Contact" b-tableformat="TRUE" b-hasHTML="FALSE" clientside
local_preview="<font size="-1"><<</font>Contact<font size="-1">>></font>"
preview="<font size="-1"><<</font>Contact<font size="-1">>></font>" --><%=FP_FieldVal(fp_rs,"Contact")%><!--webbot
bot="DatabaseResultColumn" I-CheckSum="13525" endspan -->
</td>
<td><!--webbot bot="DatabaseResultColumn" startspan
s-columnnames="JobNumber,Engineer,Date,CustomerCompany,Contact,CostEstimate,CasingSize,SlipType,WellName,RigVesselName,TensileLoad,LocationBlock,WaterDepth,SettingDepth,LandingStringDetails,ScopeWork,Mudweight"
s-column="CostEstimate" b-tableformat="TRUE" b-hasHTML="FALSE"
clientside
local_preview="<font size="-1"><<</font>CostEstimate<font size="-1">>></font>"
preview="<font size="-1"><<</font>CostEstimate<font size="-1">>></font>" --><%=FP_FieldVal(fp_rs,"CostEstimate")%><!--webbot
bot="DatabaseResultColumn" I-CheckSum="31146" endspan -->
</td>
<td><!--webbot bot="DatabaseResultColumn" startspan
s-columnnames="JobNumber,Engineer,Date,CustomerCompany,Contact,CostEstimate,CasingSize,SlipType,WellName,RigVesselName,TensileLoad,LocationBlock,WaterDepth,SettingDepth,LandingStringDetails,ScopeWork,Mudweight"
s-column="CasingSize" b-tableformat="TRUE" b-hasHTML="FALSE"
clientside
local_preview="<font size="-1"><<</font>CasingSize<font size="-1">>></font>"
preview="<font size="-1"><<</font>CasingSize<font size="-1">>></font>" --><%=FP_FieldVal(fp_rs,"CasingSize")%><!--webbot
bot="DatabaseResultColumn" I-CheckSum="27618" endspan -->
</td>
<td><!--webbot bot="DatabaseResultColumn" startspan
s-columnnames="JobNumber,Engineer,Date,CustomerCompany,Contact,CostEstimate,CasingSize,SlipType,WellName,RigVesselName,TensileLoad,LocationBlock,WaterDepth,SettingDepth,LandingStringDetails,ScopeWork,Mudweight"
s-column="SlipType" b-tableformat="TRUE" b-hasHTML="FALSE" clientside
local_preview="<font size="-1"><<</font>SlipType<font size="-1">>></font>"
preview="<font size="-1"><<</font>SlipType<font size="-1">>></font>" --><%=FP_FieldVal(fp_rs,"SlipType")%><!--webbot
bot="DatabaseResultColumn" I-CheckSum="16519" endspan -->
</td>
<td><!--webbot bot="DatabaseResultColumn" startspan
s-columnnames="JobNumber,Engineer,Date,CustomerCompany,Contact,CostEstimate,CasingSize,SlipType,WellName,RigVesselName,TensileLoad,LocationBlock,WaterDepth,SettingDepth,LandingStringDetails,ScopeWork,Mudweight"
s-column="WellName" b-tableformat="TRUE" b-hasHTML="FALSE" clientside
local_preview="<font size="-1"><<</font>WellName<font size="-1">>></font>"
preview="<font size="-1"><<</font>WellName<font size="-1">>></font>" --><%=FP_FieldVal(fp_rs,"WellName")%><!--webbot
bot="DatabaseResultColumn" I-CheckSum="15610" endspan -->
</td>
<td><!--webbot bot="DatabaseResultColumn" startspan
s-columnnames="JobNumber,Engineer,Date,CustomerCompany,Contact,CostEstimate,CasingSize,SlipType,WellName,RigVesselName,TensileLoad,LocationBlock,WaterDepth,SettingDepth,LandingStringDetails,ScopeWork,Mudweight"
s-column="RigVesselName" b-tableformat="TRUE" b-hasHTML="FALSE"
clientside
local_preview="<font size="-1"><<</font>RigVesselName<font size="-1">>></font>"
preview="<font size="-1"><<</font>RigVesselName<font size="-1">>></font>" --><%=FP_FieldVal(fp_rs,"RigVesselName")%><!--webbot
bot="DatabaseResultColumn" I-CheckSum="32195" endspan -->
</td>
<td><!--webbot bot="DatabaseResultColumn" startspan
s-columnnames="JobNumber,Engineer,Date,CustomerCompany,Contact,CostEstimate,CasingSize,SlipType,WellName,RigVesselName,TensileLoad,LocationBlock,WaterDepth,SettingDepth,LandingStringDetails,ScopeWork,Mudweight"
s-column="TensileLoad" b-tableformat="TRUE" b-hasHTML="FALSE"
clientside
local_preview="<font size="-1"><<</font>TensileLoad<font size="-1">>></font>"
preview="<font size="-1"><<</font>TensileLoad<font size="-1">>></font>" --><%=FP_FieldVal(fp_rs,"TensileLoad")%><!--webbot
bot="DatabaseResultColumn" I-CheckSum="28257" endspan -->
</td>
<td><!--webbot bot="DatabaseResultColumn" startspan
s-columnnames="JobNumber,Engineer,Date,CustomerCompany,Contact,CostEstimate,CasingSize,SlipType,WellName,RigVesselName,TensileLoad,LocationBlock,WaterDepth,SettingDepth,LandingStringDetails,ScopeWork,Mudweight"
s-column="LocationBlock" b-tableformat="TRUE" b-hasHTML="FALSE"
clientside
local_preview="<font size="-1"><<</font>LocationBlock<font size="-1">>></font>"
preview="<font size="-1"><<</font>LocationBlock<font size="-1">>></font>" --><%=FP_FieldVal(fp_rs,"LocationBlock")%><!--webbot
bot="DatabaseResultColumn" I-CheckSum="33971" endspan -->
</td>
<td><!--webbot bot="DatabaseResultColumn" startspan
s-columnnames="JobNumber,Engineer,Date,CustomerCompany,Contact,CostEstimate,CasingSize,SlipType,WellName,RigVesselName,TensileLoad,LocationBlock,WaterDepth,SettingDepth,LandingStringDetails,ScopeWork,Mudweight"
s-column="WaterDepth" b-tableformat="TRUE" b-hasHTML="FALSE"
clientside
local_preview="<font size="-1"><<</font>WaterDepth<font size="-1">>></font>"
preview="<font size="-1"><<</font>WaterDepth<font size="-1">>></font>" --><%=FP_FieldVal(fp_rs,"WaterDepth")%><!--webbot
bot="DatabaseResultColumn" I-CheckSum="29139" endspan -->
</td>
<td><!--webbot bot="DatabaseResultColumn" startspan
s-columnnames="JobNumber,Engineer,Date,CustomerCompany,Contact,CostEstimate,CasingSize,SlipType,WellName,RigVesselName,TensileLoad,LocationBlock,WaterDepth,SettingDepth,LandingStringDetails,ScopeWork,Mudweight"
s-column="SettingDepth" b-tableformat="TRUE" b-hasHTML="FALSE"
clientside
local_preview="<font size="-1"><<</font>SettingDepth<font size="-1">>></font>"
preview="<font size="-1"><<</font>SettingDepth<font size="-1">>></font>" --><%=FP_FieldVal(fp_rs,"SettingDepth")%><!--webbot
bot="DatabaseResultColumn" I-CheckSum="31017" endspan -->
</td>
<td><!--webbot bot="DatabaseResultColumn" startspan
s-columnnames="JobNumber,Engineer,Date,CustomerCompany,Contact,CostEstimate,CasingSize,SlipType,WellName,RigVesselName,TensileLoad,LocationBlock,WaterDepth,SettingDepth,LandingStringDetails,ScopeWork,Mudweight"
s-column="LandingStringDetails" b-tableformat="TRUE" b-hasHTML="FALSE"
clientside
local_preview="<font size="-1"><<</font>LandingStringDetails<font size="-1">>></font>"
preview="<font size="-1"><<</font>LandingStringDetails<font size="-1">>></font>" --><%=FP_FieldVal(fp_rs,"LandingStringDetails")%><!--webbot
bot="DatabaseResultColumn" I-CheckSum="57986" endspan -->
</td>
<td><!--webbot bot="DatabaseResultColumn" startspan
s-columnnames="JobNumber,Engineer,Date,CustomerCompany,Contact,CostEstimate,CasingSize,SlipType,WellName,RigVesselName,TensileLoad,LocationBlock,WaterDepth,SettingDepth,LandingStringDetails,ScopeWork,Mudweight"
s-column="ScopeWork" b-tableformat="TRUE" b-hasHTML="FALSE" clientside
local_preview="<font size="-1"><<</font>ScopeWork<font size="-1">>></font>"
preview="<font size="-1"><<</font>ScopeWork<font size="-1">>></font>" --><%=FP_FieldVal(fp_rs,"ScopeWork")%><!--webbot
bot="DatabaseResultColumn" I-CheckSum="19547" endspan -->
</td>
<td><!--webbot bot="DatabaseResultColumn" startspan
s-columnnames="JobNumber,Engineer,Date,CustomerCompany,Contact,CostEstimate,CasingSize,SlipType,WellName,RigVesselName,TensileLoad,LocationBlock,WaterDepth,SettingDepth,LandingStringDetails,ScopeWork,Mudweight"
s-column="Mudweight" b-tableformat="TRUE" b-hasHTML="FALSE" clientside
local_preview="<font size="-1"><<</font>Mudweight<font size="-1">>></font>"
preview="<font size="-1"><<</font>Mudweight<font size="-1">>></font>" --><%=FP_FieldVal(fp_rs,"Mudweight")%><!--webbot
bot="DatabaseResultColumn" I-CheckSum="21742" endspan -->
</td>
</tr>
</tbody>
</table>
<p align="center"><input type="submit" value="Submit" name="DetailsSubmit">
<input type="reset" value="Reset" name="B2"></p>
</form>
</body>
</html>
I do have a couple of other questions....actually quite a few. If anyone could suggest any reading material that they think would help me out, that would be great. I kind of had to jump into this and learn to swim along the way. Thanks for any help.
|