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.


Comments

  • gordkgordk St.Catherines On. Canada.
    edited 4:13PM
    need more info about report, database engine, how query is connected to mdband
    etc. it seems like you have accessed the query directly and not through a frdbdatasource.
    regards ;)
  • edited 4:13PM
    In the master data band I use a frDataset as the DataSource.
    And I'm using ado Query to fil the frDataset via a TDataSource.

  • gordkgordk St.Catherines On. Canada.
    edited 4:13PM
    connect frdbdatset datasetprop to query should be able to use default settings of frdbdatset.
    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 ;)
  • edited 4:13PM
    I've made a test application and no problem there.
    So I'm going to check where the differences are.

    Thanks for your help.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.