Delphi 2010 Tutorial - Using QuickReport Programmatically 1 and more than 1 tables

preview_player
Показать описание
In this video i try to explain how to use quick report in delphi 2010, i'm using code to create the report, and the goal is to create report from one table and from more than one table (in this tuts i use 2 table), i assume you've understanding the concept of joining table.

Feel free to COMMENT AND SUBSCRIBE.

Рекомендации по теме
Комментарии
Автор

I think that better (faster for run) way is

with ADOQuery2 do
begin
Active := False;
SQL.Clear;
SQL.Add(' ');
SQL.Add(' ');
Active := True;
end;

Thanks for tutorial. All The Best 4U

TheMistervac
Автор

hi i wanted to ask. I am in audit and the company gives me qrp reports. I cannot convert the file to excel. How can I get the data to be in excel format? It has so many different amounts, retyping the data is ineffective. They say they dont have the ability to have it in excel format. Is it true?

rishyrishmeow
Автор

well, the first time I heard you, I guess you are Indonesian people, and I was right. hahah. I knew it from your accent

regiridho
Автор

I want to download the QUICKReport, Where I do it?

alcenisalcantara
Автор

do you know how to create grouping record with quick report?

theoandika
Автор

Hey Man...great video...
But how can I Print a RTF file with texts and images on QuickReport...?
Thanks...

rodrigobastos