Board index » delphi » ADOQuery & QuickReport
MM
![]() Delphi Developer |
Sun, 02 Jan 2005 18:40:00 GMT
ADOQuery & QuickReport
Hi everybody!
I have a problem when try to get result of one query in QuickReport. Everytime I run in Quick Report it return me only one record(row) as a result of query (no matter how many record(rows) should be)....I tried to check a query, so I used table which represent a data from query, but there everything is OK. So probably query is OK, but what is a problem? There is a part of code which I use to do that: procedure Tfrm1.btnPrintClick(Sender: TObject); Could somebody help me? Thanks, Mimy |