--- johnf <[EMAIL PROTECTED]> escribió:

> Hi I am now attempt to populate a dbgrid with the data I get from
> my 
> sqlquery1.  As I scroll across the columns I get the following:
> 
> TApplication.HandleException Abstract method called
>   Stack trace:
>   $081FA1DE
>   $0820558C
>   $082055D1
>   $082057A4
>   $082018B2
>   $0820F5E7  TCUSTOMDBGRID__DEFAULTDRAWCELL,  line 1597 of
> dbgrids.pas
>   $08210EBE  TCUSTOMDBGRID__DRAWCELL,  line 2256 of dbgrids.pas
>   $081CF556  TCUSTOMGRID__DRAWROW,  line 2675 of grids.pas
>   $08210E18  TCUSTOMDBGRID__DRAWROW,  line 2237 of dbgrids.pas
>   $081CF2FA  TCUSTOMGRID__DRAWALLROWS,  line 2618 of grids.pas
>   $08210CB1  TCUSTOMDBGRID__DRAWALLROWS,  line 2207 of dbgrids.pas
>   $081CE8FC  TCUSTOMGRID__PAINT,  line 2396 of grids.pas
>   $0821023D  TCUSTOMDBGRID__PAINT,  line 1945 of dbgrids.pas
>   $080F7C31  TCUSTOMCONTROL__PAINTWINDOW,  line 127 
> of ./include/customcontrol.i                                nc
>   $080E9476  TWINCONTROL__PAINTHANDLER,  line 2891 of
> ./include/wincontrol.inc
>   $080EC4D3  TWINCONTROL__WMPAINT,  line 4586 of
> ./include/wincontrol.inc
>   $080F7B76  TCUSTOMCONTROL__WMPAINT,  line 107 of
> ./include/customcontrol.inc
> [TGtkWidgetSet.Destroy] WARNING: There are 1 unreleased DCs, a
> detailed dump 
> fol                                lows:
> [TGtkWidgetSet.Destroy]  DCs:   40B03014
> [TGtkWidgetSet.Destroy] WARNING: There are 6 unreleased GDIObjects,
> a detailed 
> d                                ump follows:
> [TGtkWidgetSet.Destroy]   GDIOs: 40994D54 409936D4 409927D4
> 409924D4 40992A14 
> 40                                992494
> [TGtkWidgetSet.Destroy]   gdiBitmap: 3
> [TGtkWidgetSet.Destroy]   gdiBrush: 1
> [TGtkWidgetSet.Destroy]   gdiFont: 1
> [TGtkWidgetSet.Destroy]   gdiPen: 1
> 
> Am I doing something wrong or is this another bug?????
> 
> John

The grid is trying to paint some field content, and maybe not all
types of fields are ready implemented in the postgress dataset part?.

To know what field is causing problem, try to add some columns to a
"live" grid, then try to change the field name of the column, if that
fails you have found the culprit field, checkout how is defined in
you database, what is your sql statement?

Jesus Reyes A.


        
        
                
___________________________________________________________ 
Do You Yahoo!? 
La mejor conexión a Internet y <b >2GB</b> extra a tu correo por $100 al mes. 
http://net.yahoo.com.mx 

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to