Advertisement

1 - 10 of 75 containing alltags:("TDBGrid") (0.001 seconds)
I'm using a TDBGrid in one of my dialogs.  I've set the DataSource and modified the columns in the Column Editor.  My problem is that there is one column that is not part of the database.  I need t...
Zones: Delphi ProgrammingDate Answered: 04/03/1997 Grade: C Views: 0
I'm trying to write an enhanced version of TDBGrid, called TEDBGrid.  One of key features is that display a bitmap when Boolean field for True and another bitmap for False, and toggle it's value th...
Zones: Delphi ProgrammingDate Answered: 05/20/1997 Grade: C Views: 0
How can I make a column of a DBGrid invisible? (D2). I guess this question should be easy, but I can't find it.
Zones: Delphi ProgrammingDate Answered: 02/21/1998 Grade: C Views: 0
hi i"m using the TdbGrid ... is there is any way to know the cell cordinat that i"m standgin on ... because i want to put on this cell cordinat my own Tcontrol (to enter data), and  how i know when...
Zones: Delphi ProgrammingDate Answered: 02/24/1998 Grade: C Views: 4
How can the values of some columns of a DBGrid are come from the fields of the lookup table in the same DBGrid? Andrew
Zones: Delphi ProgrammingDate Answered: 05/23/1999 Grade: A Views: 0
I need to populate a TDBGrid with result of a recordset. When I need to open an Access query that requires parameters I use Command obj to get info about Parameters and pass them to the query. Then...
Zones: VB DBDate Answered: 02/02/2000 Grade: A Views: 0
I have a table with three fields F1, F2 and F3, alphanumeric with length = 2. I am using a TDBGrid for editing. When editing a cell, I want to change to next cell (at right) when the max length is ...
Zones: Delphi ProgrammingDate Answered: 03/06/2000 Grade: C Views: 0
I must be missing something. T have dgRowSelect set to True in a TDBGrid. there doesn't seen to be an OnClick event when they click on a row. OnDblClick is no use to me. How can I respond to this? ...
Zones: Delphi ProgrammingDate Answered: 09/12/2000 Grade: A Views: 8
Hi, there is a TDBGrid. For better viewing is font Arial bold size 12 choosen. But in this case the height of the rows is no sufficient to show the whole characters and the lower characte...
Zones: Delphi ProgrammingDate Answered: 01/13/2002 Grade: A Views: 0
I have a text file like fellow: John,M,17,F5 Mary,F,16,F5 Helen,F,16,F5 Joan,F,15,F4 ... Can I use TDBGrid to show the data? thanks
Zones: Delphi ProgrammingDate Answered: 11/06/2002 Grade: A Views: 0