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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10005038.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10011585.html
How can I make a column of a DBGrid invisible? (D2).
I guess this question should be easy, but I can't find it.
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10035861.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10037861.html
How can the values of some columns of a DBGrid are come from the fields of the lookup table in the same DBGrid?
Andrew
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10160988.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_10287977.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10291964.html
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?
...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_11224357.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20252593.html
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
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20386728.html