>What DBGrid components is everybody (anybody?) using in their
production systems?
We commonly use InfoPower's TwwDBGrid, which has several rather
essential advantages over the Delphi TDBGrid but is far from perfect.
We've hacked around with the source to make another dbgrid of our own
which we use for specific purposes (it's not worth getting into here
because, while it does a lot, it relies on certain metadata tables for
information - it's not a standalone component).
>If you had the choice what component would you use instead?
I haven't yet seen another DBGrid that I'd rather I use. That doesn't
mean they're not out there. But maybe a data-aware TreeView?
>What GUI design have you used in place of DBGrids when they are not
efficient?
Generally we don't enable editing directly in our grids. We have the
data in grid format for selection and selection of columns for
exporting, copying to spreadsheets etc., and for displaying in an ad-hoc
report, and an associated screen which shows expanded details of the row
you're on at the moment. You do all your add, update, deletes, from the
associated screen (ideally it docks and undocks from the one with the
grid on it - will get around to that sometime). For bulk addition of
rows we have an autoinsert toggle.
One of the most annoying tasks we worked on was placing data in a
TreeView that should have really been data-aware. Instead we had
endless synchronisation problems with it (I didn't write it :P). I've
heard that there's a data-aware TreeView out now - that might be
preferrable to ever using a Grid at all. We've been too caught up in
other stuff to get around to evaluating it.
Cheers,
Carl Reynolds Ph: +64-9-4154790
CJN Technologies Ltd. Fax: +64-9-4154791
[EMAIL PROTECTED] DDI: +64-9-4154795
PO Box 302-278, North Harbour, Auckland, New Zealand
12 Piermark Drive, North Harbour Estate, Auckland, NZ
Visit our website at http://www.cjntech.co.nz/
> -----Original Message-----
> From: Myles Penlington [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, June 18, 1999 10:48 AM
> To: Multiple recipients of list delphi
> Subject: [DUG]: DBGrids In Use
>
> Yet more questions on DBGrids - ( In relation to use with SQL
> databases ).
> I am not talking about using a Grid for a complete table, but rather a
> limited subset of columns & rows that would fit on about 1-2
> Forms/Screens.
>
> What DBGrid components is everybody (anybody?) using in their
> production systems?
> If you had the choice what component would you use instead?
> What GUI design have you used in place of DBGrids when they are not
> efficient?
>
> Regards
>
> Myles Penlington
> ADVANCED MANAGEMENT SYSTEMS
>
>
> ----------------------------------------------------------------------
> -----
> New Zealand Delphi Users group - Delphi List -
> [EMAIL PROTECTED]
> Website: http://www.delphi.org.nz
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz