delphi trlReport with Group does not load the first record

0

I have the return from sql:

|dt_producao| 
|20/09/2016 |
|20/09/2016 |
|20/09/2016 |
|21/09/2016 |
|21/09/2016 |
|22/09/2016 |
|24/09/2016 |

I'm trying to create a report that links to me:

|dt_producao|
|20/09/2016 |
|21/09/2016 |
|22/09/2016 |
|24/09/2016 | 

In delphi I put the components one inside the other according to the sequence of the description below.

TRLReport vinculado ao meu data source
TrlGroup quebrando pela data
TRLBand com bandType btFooter
TRLDBText relacionando o meu dt_producao

At the time of printing it is ignoring the first record and printing from the second onwards.

    
asked by anonymous 29.09.2016 / 22:01

0 answers