sql manual
hello i have un button (delphi6)
on the report i have a masterdata and a memo ([Query1."MOYEN"])
on the button i have programmed
query1.DatabaseName:='mybase';
Query1.SQL.Text:='select * from dev where ndev=146';
Query1.Active:=true;
frReport1.ShowReport;
Query1.Active:=false;
and the report display but one record why
normally there is a lot of records in table Dev
escuse me to my english
thank you michel