Re: elementary question about Quickreport



surena wrote:
Hi,

To work with Quickreport I have used the beginning lesson in their
FAQ:
I created a form, then put a Ttable and a Quickrep on the form. I set
the databaseName property of Ttable to 'DBDemos', its TableName to
'CUSTOMER.DB' and Active to True. Then Set the Quickrep's DataSet
property to 'Table1'. Then expanded the Bands property in the Object
Inspector by clicking on the + symbol to its left. Set the HasDetail
item to True. Then droped a TQRDBText component onto the newly created
detail band and set its DataSet to 'Table1' and DataField to
'Company'. Now in preview I must see the name of several companies,
But I saw only the first company. How I can see others?

Surena.


How many pages does your report turn out to be?

Perhaps each row is taking up an entire page because the detail
band is page sized.

That's what I ran into when I first started with that.

Good luck

.



Relevant Pages

  • Re: elementary question about Quickreport
    ... then put a Ttable and a Quickrep on the form. ... detail band and set its DataSet to 'Table1' and DataField to ... But I saw only the first company. ... band is page sized. ...
    (alt.comp.lang.borland-delphi)
  • Quick report-number of rows-records
    ... Detail Band ... has frame, ... Quick report write only 4 rows. ... I would like QuickReport to do this: ...
    (alt.comp.lang.borland-delphi)