Report prints only first row

edited October 2004 in FastReport 3.0
I have a report that is only printing the first row of the attached dataset, instead of all the rows. The MasterData band on the report is not set to 'Single Row'. Is there a setting in mind that I can verify to make this behave as expected, or is this a bug? Thanks.

Note: I am connecting to my dataset using the ADO components.

Comments

  • edited 7:57PM
    Check the databand.RowCount property (must be 0) or TfrxDBDataSet.RangeBegin/RangeEnd properties.
  • edited 7:57PM
    Thanks for the reply. I ended up re-creating my report file from scratch, and the problem disappeared. I'll remember to check that if it happens again. Thanks!

Leave a Comment