Search the Wiki

Viewing 16 to 18 of 407 items

How To… Show Email Status

Question “Is there a way to show the status of a sent email” Solution Use the TppSMTPCustom.OnStatusChange event to retrieve various status updates from your email server or MAPI compatible email client.  This event can be accessed from the TppReport object by typecasting the TppReport.Email object as TppEmail. Sample Delphi code: procedure TForm1.Button1Click(Sender: TObject); begin TppEmail(ppReport1.Email).SMTP.OnStatusChange := EmailStatusEvent;  Full Article…

Comments Off on How To… Show Email Status

RB 21

Designer new Designer.AutoSave boolean property new Designer Win 10 per monitor High DPI improvements new TextFileName property editor to use DefaultFileDeviceType Enhanced High DPI – v2 Per Monitor DPI Windows 10 / Latest Delphi Virtual Image List (scaleable images) Form/Dialog save/load state Toolbars/ToolWindows RCL new PDFComponent  embed PDF documents in reports (similar to section subreport)  Full Article…

Comments Off on RB 21

PDF/A3 ZUGFeRD

ReportBuilder includes the ability to export to PDF/A3 format with further processing to meet the ZUGFeRD specifications. ZUGFeRD is a primarily German invoice standard although it has been adopted by much of Europe at the time of writing this article.  All ZUGFeRD invoices require a valid PDF/A3 format PDF with an XML invoice attached to the  Full Article…

Comments Off on PDF/A3 ZUGFeRD