Hi Team, My Customer has asked me about automating report generation and emailing. i.e. at 2am an app will run that will generate the required report and email it automatically. Is there a demo of the basics of this anywhere? Regards & TIA, Ian
ReportBuilder does not have any built-in automation or scheduling features. This is something you will need to do separately in Delphi or using the Windows Task Scheduler.
Once you set up the scheduled task, generating and emailing the report is as simple as calling Report.SendMail. See demo 110 for our email demo as well as the articles in the following RBWiki category.
Comments
ReportBuilder does not have any built-in automation or scheduling features. This is something you will need to do separately in Delphi or using the Windows Task Scheduler.
Once you set up the scheduled task, generating and emailing the report is as simple as calling Report.SendMail. See demo 110 for our email demo as well as the articles in the following RBWiki category.
http://rbwiki.digital-metaphors.com/category/output/email/
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
On the side question - Is there an index/reference to the Demos?
Ian