<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Thank you for answer Luca,<br>
    <br>
    <div class="moz-cite-prefix">14-04-2014 16:58 tarihinde, Luca
      Olivetti yazdı:<br>
    </div>
    <blockquote cite="mid:534BE976.20108@wetron.es" type="cite">
      <pre wrap=""><font face="sans-serif">It's an access to unallocated memory or trying to use a class instance
that doesn't exist (i.e. it is nil).
Since I don't know your program, maybe one of the FieldByName call is
returning nil (i.e., a field with that name doesn't exist, so either the
IsNull or the AsInteger would generate a SIGSEV:</font></pre>
    </blockquote>
    I understood you, I was sent my code, its out off my code, Maybe
    Grid has a problem, <br>
    Q.Close; <br>
    Q.Open; and query so fast close & open, can not grid be fast
    like that ? when I try some different codes, sumo time I get list
    index outoff bound(x) error in<br>
     /opt/lazarus/lcl/grids.pas   TCustomGrid.ColRowToOffset(....  line
    5562    AccumHeight[index]this cache class maybe not be fast, just
    my idea<br>
    <br>
    I changed to code to this.This is not good for me, because user has
    to select row always, check before everything because background
    refresh move selected row to first row.<br>
    <br>
     if not QUE_s then exit;<br>
        try<br>
         QUE_1.Refresh;<br>
         QUE_2.DisableControls;<br>
         QUE_2.Refresh;<br>
         QUE_2.EnableControls;<br>
        except....<br>
    <br>
    <blockquote type="cite">
      <pre wrap=""><font face="sans-serif">No currently it doesn't <span class="moz-smiley-s2" title=":-("></span>
Note that in most cases when hitting such an error the only sensible
option would be to terminate the program, but I'd like to intercept the
exception and log it to a file before terminating the program, so I can
do a post-mortem and see where the SIGSEV occurred.</font></pre>
    </blockquote>
    <br>
    Can you explain little bir more please? sorry for my poor english <br>
    <br>
    Regards<br>
  </body>
</html>