<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    El 18/11/2010 08:39 p.m., Christian Ortiz escribió:
    <blockquote cite="mid:4CE5AB39.6070904@gmail.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      El 18/11/2010 05:34 p.m., Paola Bruccoleri escribió:
      <blockquote cite="mid:4CE5A9FF.10700@adinet.com.uy" type="cite">Hola

        a todos.. <br>
        estoy intentando hacer una búsqueda e implementar el buscar
        siguiente. <br>
        Tengo una tztable y un grid. <br>
        <br>
        nunca he usado esto del tabla.findfirst, findnext.. y no me
        funciona! <br>
        <br>
        por ahi encontré algo y hago esto: <br>
        <br>
        dbForm03.Filter := 'codigo = CF5000'; <br>
        if not dbForm03.FindFirst then <br>
        showmessage('no encintrado'); <br>
        <br>
        se que ese código existe! y siempre sale que no está encontrado;
        obviamente estoy usando mal lo del find.. <br>
        <br>
        alguien usa esto? o hay alguna otra forma? <br>
      </blockquote>
      No lo uso, pero no tiene un "<b>Next</b>"<br>
    </blockquote>
    next no, pero findnext si..<br>
    <br>
    estoy viendo de hacer algo de esto:<br>
    <a class="moz-txt-link-freetext" href="http://clubdelphi.com/foros/archive/index.php?t-49124.html">http://clubdelphi.com/foros/archive/index.php?t-49124.html</a><br>
    <br>
    <br>
  </body>
</html>