Question “How do I customize the TIdIndy settings to connect to a secure email server such as Gmail?” Solution Note: Starting with ReportBuilder 19, it is possible to skip the steps below and simply set the TppSMTPIndy.UseTLS property to True. It is still necessary to download and copy the proper SSL .dll files for Full Article…
Search the Wiki
Viewing 199 to 201 of 409 items
Email Fundamentals
The built-in email feature provides numerous ways to export and send a report via email in a single step. Below is a description of how this can be done. Send an email from the Preview Window: Set the TppReport.EmailSettings.Enabled property to True. Set up the rest of the email settings inlcuding whether you would like Full Article…
How To…Save/Load Archives from a Database
Question “How do I save/load archive files to and from a table in my database?” Solution To save a file to DB, export the archive to memory stream using the TppStreamDevice.OutputStream property, then copy that to a TBlobStream which can easily be saved to a DB. If the archives are already saved to file, create Full Article…