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

Поделиться
HTML-код
  • Опубликовано: 30 янв 2025

Комментарии • 9

  • @TheMistervac
    @TheMistervac 6 лет назад

    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

  • @regiridho
    @regiridho 4 года назад

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

  • @rishyrishmeow
    @rishyrishmeow 3 года назад

    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?

  • @theoandika257
    @theoandika257 6 лет назад

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

  • @alcenisalcantara4742
    @alcenisalcantara4742 7 лет назад

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

  • @rodrigobastos7048
    @rodrigobastos7048 8 лет назад

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

    • @MrFahreee
      @MrFahreee  8 лет назад +1

      Thank's bud.
      If something that you mean is a report with a lot of text and image on it, i think what you need to do is use another component like TQRRichText and TQRImage.

    • @rodrigobastos7048
      @rodrigobastos7048 8 лет назад

      Thanks...
      but I did it with both and doesn't work...
      Do you know about another one?

  • @drkolm
    @drkolm 5 лет назад

    Хорошо.