PxPlus User Forum

Main Board => Discussions => Programming => Topic started by: Lawrence_Leavell on September 27, 2018, 10:09:06 AM

Title: Automatically email a report from Report Writer
Post by: Lawrence_Leavell on September 27, 2018, 10:09:06 AM
How do you automatically email a report generated from the Report Writer>
Lawrence Leavell
Title: Re: Automatically email a report from Report Writer
Post by: Mike King on September 27, 2018, 11:58:56 AM
How do you want the report presented as HTML or PDF?

Regardless of which you use the easiest solution would be to create the report using a call to *rpt/runreport;Run_Call to create the PDF or HTML file then call *web/email to send the file as an attachment.
Title: Re: Automatically email a report from Report Writer
Post by: Lawrence_Leavell on September 27, 2018, 12:12:35 PM
What is the CALL/ENTER list for "*web/email"?
Title: Re: Automatically email a report from Report Writer
Post by: Mike King on September 27, 2018, 12:30:42 PM
Documentation for *web/email like the report writer and other PxPlus utilities can be found at https://manual.pvxplus.com

The specific link for *web/email is https://manual.pvxplus.com/page/Web%20Utilities/Email%20Utility/Overview.htm (https://manual.pvxplus.com/page/Web%20Utilities/Email%20Utility/Overview.htm)