3 records = 3 lines with the last record
Hi,
I have made a report which has for example 3 records. The report is showing 3 lines but it is 3 times the last record.
I've checked my query but that isn't the problem. In an other application I've have it working fine but i cannot find the difference why it isn't working correctly this time.
Thx.
I have made a report which has for example 3 records. The report is showing 3 lines but it is 3 times the last record.
I've checked my query but that isn't the problem. In an other application I've have it working fine but i cannot find the difference why it isn't working correctly this time.
Thx.
Comments
etc. it seems like you have accessed the query directly and not through a frdbdatasource.
regards
And I'm using ado Query to fil the frDataset via a TDataSource.
if query is accross multiple tables and you want it to appear as master detail
make sure you have an orderby clause to sort the fields in the order of the
grouping header conditions
if you look at back pages in forum you will find a detailed explanation
regards
So I'm going to check where the differences are.
Thanks for your help.