May 27, 2005 #1 minckle Programmer Mar 17, 2004 142 GB Im displaying a DBGrid on my form containing 2 columns Col 1 = ServiceName Col 2 = In Use(in db it is stored as 'Y' / 'N') Is it possible to change the Y/N field to display an image of a small tick or a small cross depending on whether its is Y or N thanks
Im displaying a DBGrid on my form containing 2 columns Col 1 = ServiceName Col 2 = In Use(in db it is stored as 'Y' / 'N') Is it possible to change the Y/N field to display an image of a small tick or a small cross depending on whether its is Y or N thanks
May 27, 2005 #2 towerbase Programmer Jul 31, 2002 1,053 GB A quick search of Google by entering Delphi display image in TDBGrid Click to expand... brought up your solution at http://delphi.about.com/library/weekly/aa032205a.htm If you've not tried using Google before then I can recommend it. It can be found at http://www.google.com Andrew Hampshire, UK Upvote 0 Downvote
A quick search of Google by entering Delphi display image in TDBGrid Click to expand... brought up your solution at http://delphi.about.com/library/weekly/aa032205a.htm If you've not tried using Google before then I can recommend it. It can be found at http://www.google.com Andrew Hampshire, UK