Many database records in different Memo on one side of reoprt
duf
Poland
I have no experience with the reports related to the database but from what I have observed that each record is loaded into the object on the next page.
Is it possible to load the four records from a database to four Memo objects on one page of the report? Thanks.
Is it possible to load the four records from a database to four Memo objects on one page of the report? Thanks.
Comments
If you can do that then disconnect Page from first DataSet, and connect it to this new one.
- The above has a sense if you - as I guess - use ADOQuery, but if not ...
I do not have in Fast Report such a component like ADOQuery but I have it in Builder and I can use it from Builder level. Instead of ADOQuery I use TSQLQuery. To use ADOQuery I need a component ADOConnection but is it used to connect to the database server? I do not see anywhere in the properties of the component value like host parameter. Do I have any hope prognosis?
In spite of that I attach sample example - maybe it will help you.