Only One Detail Line
I am testing ReportBuilder as a first time user.
I am using the Advantage Database System and ReprrotBuilder 7.04 (I am using
Delphi 5 still). I followed the first example in the user manual but
substituted an Advantage table of mine for the data. The report only shows
one record from my table. I have the dbText fields in the Detail section of
my report. There are multiple records in the table. I connected the data
source used by the to a grid on the same Delphi form as the report, and all
records show in the grid.
The pipelines RangeBegin is set to rbFirstrecord and the Range end is
rbLastRecord
Any ideas on why only one detail line is showing in the report?
Thanks
Whit
I am using the Advantage Database System and ReprrotBuilder 7.04 (I am using
Delphi 5 still). I followed the first example in the user manual but
substituted an Advantage table of mine for the data. The report only shows
one record from my table. I have the dbText fields in the Detail section of
my report. There are multiple records in the table. I connected the data
source used by the to a grid on the same Delphi form as the report, and all
records show in the grid.
The pipelines RangeBegin is set to rbFirstrecord and the Range end is
rbLastRecord
Any ideas on why only one detail line is showing in the report?
Thanks
Whit
This discussion has been closed.
Comments
the pipeline in the report? In the designer form the main menu select
'Report/Data', or for the report object assing the 'DataPipeline' property.
Ed Dressel