<html>
<head>
</head>
<body>
Thank you two very much for the response, but I have tried this just now
and it doesn't change a thing. &nbsp;If anybody's curious to see the page an view
what I'm talking about it can be found at:<br>
<br>
<a class="moz-txt-link-freetext" href="http://cnrit.tamu.edu/maps/map_init.html">http://cnrit.tamu.edu/maps/map_init.html</a><br>
<br>
When you get to that page, click on the very bottom button...the one that
says "(FRAMES VERSION)" on it.<br>
<br>
And yes, I'm running mapserver in a "frames" web page, but I'm not using
mapscript, just the regular CGI binary. &nbsp;I AM, however, using plenty of Javascript
to control my page and that may be where the problem lies. &nbsp;I'm just trying
to figure out what I'm not setting properly that's killing my querying ability!<br>
<br>
Thanks for the help!<br>
<br>
<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:Gunter.Rieth@stadt.mainz.de">Gunter.Rieth@stadt.mainz.de</a> wrote:<br>
<blockquote type="cite" cite="mid:OF1965CCDF.17CA101D-ONC1256C41.002FC922@stadt.mainz.de"><br>
  <font size="2" face="sans-serif">How about setting </font><font size="2" face="Courier New">
STATUS off</font><font size="2" face="sans-serif"> &nbsp; to </font><font size="2" face="Courier New">
STATUS ON or DEFAULT &nbsp; ???</font><br>
  <br>
  <br>
  <font size="2" face="Courier New">Gunter</font><br>
  <br>
  <br>
  <br>
  <table width="100%">
    <tbody>
      <tr valign="Top">
        <td><br>
        </td>
        <td><font size="1" face="sans-serif"><b>Mike Smith <a class="moz-txt-link-rfc2396E" href="mailto:nospam@cnrit.tamu.edu">&lt;nospam@cnrit.tamu.edu&gt;</a></b></font><br>
        <font size="1" face="sans-serif">Gesendet von: <a class="moz-txt-link-abbreviated" href="mailto:owner-mapserver-users@lists.gis.umn.edu">owner-mapserver-users@lists.gis.umn.edu</a></font>
        <p><font size="1" face="sans-serif">26.09.2002 20:48</font><br>
        </p>
        </td>
        <td><font size="1" face="Arial">&nbsp; &nbsp; &nbsp; &nbsp; </font><br>
        <font size="1" face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; An: &nbsp; &nbsp; &nbsp; &nbsp;mapserver-users@lists.gis.umn.edu</font><br>
        <font size="1" face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; Kopie: &nbsp; &nbsp; &nbsp; &nbsp;</font><br>
        <font size="1" face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; Thema: &nbsp; &nbsp; &nbsp; &nbsp;[mapserver-users]
msQueryByPoint(): Search returned no results</font></td>
      </tr>
    </tbody>
  </table>
  <br>
  <br>
  <br>
  <font size="2" face="Courier New">Can somebody please enlighten me as to
all the pieces required in order <br>
 to make a query happen? &nbsp;I've got one simple mapserver page that allows
  <br>
 queries, but my more advanced page gives me the following error every <br>
 time I try to query (or "nquery") anything:<br>
  <br>
 msQueryByPoint(): Search returned no results. No matching record(s) found<br>
  <br>
 I've got the following code in my map file:<br>
  <br>
 # Web Object<br>
 WEB<br>
  &nbsp;HEADER 'frames_header.html'<br>
  &nbsp;TEMPLATE 'frames.html'<br>
  &nbsp;FOOTER 'frames_footer.html'<br>
 .<br>
 .<br>
 .<br>
 END<br>
  <br>
 # Query Map Object<br>
 QUERYMAP<br>
  &nbsp;SIZE 200 200<br>
  &nbsp;STATUS ON<br>
  &nbsp;STYLE HILITE<br>
  &nbsp;COLOR 51 102 255<br>
 END<br>
  <br>
 # Layer I'm trying to query<br>
 LAYER<br>
  &nbsp;NAME "Ethiopia_Adminlevel1"<br>
  &nbsp;TYPE Polygon<br>
  &nbsp;STATUS off<br>
  &nbsp;GROUP Ethiopia<br>
  &nbsp;DATA "ethiopia_adminlevel1"<br>
  &nbsp;LABELITEM 'Name'<br>
  &nbsp;HEADER 'ethiopia_adminlevel1_header.html'<br>
  &nbsp;FOOTER 'ethiopia_adminlevel1_footer.html'<br>
  &nbsp;TOLERANCEUNITS kilometers<br>
  &nbsp;TOLERANCE 5<br>
  &nbsp;DUMP TRUE<br>
  &nbsp; &nbsp;CLASSITEM 'Name'<br>
  &nbsp; &nbsp; &nbsp;CLASS<br>
  &nbsp; &nbsp; &nbsp; &nbsp;EXPRESSION 'Addis Ababa'<br>
  &nbsp; &nbsp; &nbsp; &nbsp;COLOR 210 210 210<br>
  &nbsp; &nbsp; &nbsp; &nbsp;OUTLINECOLOR 0 0 0<br>
  &nbsp; &nbsp; &nbsp; &nbsp;TEMPLATE 'ethiopia_adminlevel1_query.html'<br>
  &nbsp; &nbsp; END &nbsp;# CLASS<br>
 .<br>
 .<br>
 .<br>
 END<br>
  <br>
 All the header, footer, and query HTML files exist and have good <br>
 variables in them based on what's actually in my shape files, the shapes
  <br>
 show up fine in my map, but I cannot query ANYTHING! &nbsp;Any ideas?!<br>
  <br>
 Thanks in advance!<br>
  <br>
  </font><br>
  <br>
  </blockquote>
  <br>
  </body>
  </html>