Hi, The following code works, however it also prints the org data. How can I get rid of that?
if column.fieldName = 'SubType' then case column.field.asInteger of 0: dbgridClients.canvas.textOut(rect.left + 5, rect.top + 1,'New'); >-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] Behalf Of Alister Christie >Sent: Monday, December 15, 2003 3:15 PM >To: NZ Borland Developers Group - Delphi List >Subject: Re: [DUG] OnDrawDataCell > > >> Try putting your code in OnDrawColumnCell() _______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
