CRDBGrid question

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ccmcbride
Posts: 101
Joined: Tue 01 May 2007 16:36

CRDBGrid question

Post by ccmcbride » Thu 11 Sep 2008 17:34

How to display 'other' controls, based on types?
For example, when the field type is a memo, I want it to display either an indicator (if it contains data) or nothing (if it is empty)...
Is it possible to do this?

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 15 Sep 2008 07:14

The TCRDBGrid component is freeware, and it is not developed.
SDAC includes sources of TCRDBGrid. So you can modify it as you like.

Post Reply