Page 1 of 1

The report outputs only single(first) record

Posted: Tue Nov 01, 2022 3:54 am
by miasoft
Simple report:
31.10_2.png
Run Report. Output to PDF is one record instead of ~200-300:
31.10_1.png
:cry:
p.s. I try another tables - the same result (only first record)

Re: The report outputs only single(first) record

Posted: Tue Nov 01, 2022 8:45 am
by kev1n
I'm not able to replicate it here:
report_sql.png
output.png
Are you using the latest from Github?

Re: The report outputs only single(first) record

Posted: Tue Nov 01, 2022 8:56 am
by miasoft
Are you using the latest from Github? wrote:
Yes.
Now I have made a report in the following sequence:
1. Create simplest FastReport on nuTable. Tested - OK
2. Changed font for text fields on dejavusans (for Cyrillic) and increased width for this fields. Tested - Ok.
3. Changed nuTable to nuSql. Tested - OK!!! :)
01.11_1.png

Re: The report outputs only single(first) record

Posted: Tue Nov 01, 2022 9:27 am
by kev1n
Does this mean that everything works now or what is the difference to the first post where it didn't work?

Re: The report outputs only single(first) record

Posted: Tue Nov 01, 2022 9:36 am
by miasoft
kev1n wrote: Tue Nov 01, 2022 9:27 am Does this mean that everything works now or what is the difference to the first post where it didn't work?
Yes, all works now. No difference in SQL-query. Difference is sequence: in first creating FF on nuTable and then change one on nuSql.