<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1458" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I've been working on this all day and can't seem to
figure it out.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I'm on Mapserver v 4.2 on Windows. Here is
the Mapfile:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>MAP<BR> NAME "CRA 2000"<BR> STATUS
ON<BR> SIZE 600 420<BR> IMAGECOLOR 230 230 230<BR> IMAGETYPE
PNG24<BR> EXTENT 1518976.125000 454307.531250 1565951.625000
426016.062500<BR></FONT><FONT face=Arial size=2> SHAPEPATH
"shapefiles/parcels2000"<BR></FONT></DIV>
<DIV><FONT face=Arial size=2> WEB<BR> TEMPLATE
"printable.html"<BR> IMAGEPATH "tmp/" # full path to image tmp
dir, so cgi can find it<BR> IMAGEURL "tmp/" # url location of
image tmp dir, so web browser can find it<BR> END # Web Interface
Options</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2> QUERYMAP<BR> STATUS
ON<BR> STYLE SELECTED<BR> COLOR 255 255
0<BR> END<BR> <BR>#############################<BR># Start of
layer definitions</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial
size=2> <BR>#----------------------------------------------------------------------</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>LAYER # start of the "main" layer object<BR>
NAME "2000_Bay_County"<BR> DATA parcels2000<BR> STATUS ON<BR>
TYPE POLYGON</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2> TEMPLATE "parcels2000_query.html"<BR>
HEADER "parcels2000_header.html"<BR> FOOTER
"parcels2000_footer.html" <BR> <BR> CLASS
<BR> NAME "Bay County 2000
Parcels" <BR> OUTLINECOLOR 0 204 0<BR>
END<BR> <BR>END # end of
layer object</FONT></DIV>
<DIV><FONT face=Arial
size=2>#----------------------------------------------------------------------<BR>END
# Map File<BR></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>And here is the form that submits a test
query:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><form name="test" action="mapserv.exe"
method="get" target="info"><BR><input type="hidden" name="mapext"
value="shapes"><BR><input type="hidden" name="map"
value="cra2000.map"><BR><input type="hidden" name="mode"
value="itemquery"><BR><input type="hidden" name="qlayer"
value="2000_Bay_County"><BR><input type="hidden" name="qitem"
value="A1RENUM"><BR><input type="hidden" name="qstring"
value="33768-000-000"><BR><input type="submit" value="Get Parcel
Query"><BR></form></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Anytime I submit this, however, I get the following
message:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV>msQueryByAttributes(): Search returned no results. No matching record(s)
found. </DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>I've tried multiple variations, such as type in the
parameters into the URL, eliminating the qitem value and passing qstring as
('[A1RENUM]'='33768-000-000'), etc. I know that there is a value in the
parameters table for '33768-000-000', and I've tried other values for it, and
other fields to try and query against with no succes. If somebody
knows what I'm doing wrong, I would appreciate being pointed in the right
direction. Thanks in advance!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Sincerely,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Leo T. Dolan</FONT></DIV>
<DIV><FONT face=Arial size=2> </DIV></FONT></BODY></HTML>