FR supports any TDataSet-based DB engine.

I am new to fast reports and like it so far. In another posting someone said that "FR supports any TDataSet-based DB engine." That's cool. I'm trying to create a master/detail type of report using a database not supported by FR but is of course a TDataset-based db. I want to construct a query in my delphi code and somehow manage to get FR to pull the data from the query in delphi and report in a master/detail type of report. I don't want my end users to have to construct a query in SQL. I have to do to that. Any help here would be constructive.

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 2:14AM
    look at the reports in the main demo
    under basic reports neste groups and masterdetail subdetail.
    they connect to data(query,tables) using frxdbdatasets in the datamodule.
    while data bands use names of master detail don't let that fool you, bands are only place holders on a design pagem think of them as data of level1, level2, etc.. the actual data relationships between tables is done at the datmodule level.
    read the programmers manual as working from delphi,
    the users manual as working within the report.

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.