Home RAP
New Blog Posts: Merging Reports - Part 1 and Part 2

PDF

edited February 2006 in RAP
Hi

Is it posible to Make a PDF file, from the print?

Regards
Brian

Comments

  • edited February 2006
    this is the code, i use, BUT i get Access violation at address 00405444 in
    module 'AGBooking.exe'. Write of address 0000032C.


    ppReport1.AllowPrintToFile := True;
    ppReport1.DeviceType := dtPDF;
    ppReport1.PDFSettings.Author := 'ReportBuilder';
    ppReport1.PDFSettings.Title := 'Export to PDF Demo';
    ppReport1.PDFSettings.OpenPDFFile := True;
    ppReport1.TextFileName := PathToFile+'log\faktura\FAKnytest.pdf';
    ppReport1.PrintDialog.DeviceType := dtPDF;
    ppReport1.PrintDialog.PrintToFile := True;

  • edited February 2006
    i Have put thus q in another maillist

  • edited February 2006
    Hi Brian,

    Thanks, I gave a response to this question in the Devices newsgroup.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.