Is there any way I can have differenet records (all from one table) in the
same row of a DBGrid? My columns contain data for the days of the week,
all of which are a seperate record in the database..
It looks like this might be more easily achieved with the updated DBGrid
component that come with delphi 2.0, however I am developing in Delphi
1.0.
Any ideas would be much appreciated.
Thanks.
Tom.
>Hi,
>
>Is there any way I can have differenet records (all from one table) in the
>same row of a DBGrid? My columns contain data for the days of the week,
>all of which are a seperate record in the database..
I'm fairly much a beginner so don't count on this advice but...
I'm doing something similar (developing a timetabling system) and I'm
putting the data parsed from a ttable into a TStringGrid - which with
headers looks fine. It's fairly easy to make a day of the week value
in the data reference a particular column in the TStringGrid..
Grist to the mill, Rob
--------------------------------
email: RobD...@wheel.demon.co
Rob....@unn.ac.uk
Web: http://www.unn.ac.uk/~isu8
The problem with doing this is that users cannot update the table. If all
you need to do is display the information this will work.
> tomco...@aol.com (TomCorcora) wrote in article
<4qv23e$5...@newsbf02.news.aol.com>...
> Hi,
>
> Is there any way I can have differenet records (all from one table) in
the
> same row of a DBGrid? My columns contain data for the days of the week,
> all of which are a seperate record in the database..
>