Question “How do I email separate reports such as invoices to different addresses at the same time?” Solution Create a loop to continually update the email settings and search criterial of a report before sending an email for each record. Download: SendMultipleEmails.zip Sample Delphi code: procedure TForm1.Button2Click(Sender: TObject); var liIndex: Integer; begin CreateCustomerList(); for liIndex Full Article…
Search the Wiki
Viewing 196 to 198 of 409 items
How To…Email HTML messages with inline images
Question “Is it possible to send an email with an HTML body including inline images?” Solution Starting with RB 14, it is possible to send email from ReportBuilder in HTML format and also include inline images inside the email message. To do so, simply add the HTML source you would like as the email message Full Article…
How To…Email Groups
Question “Is is possible to automatically email each group to a separate recipient?” Solution Starting with ReportBuilder 12, the Email Groups feature was added allowing a user to automatically export and send each group in a report to a separate recipient. Below are steps for utilizing this feature. 1. First create a report and open Full Article…