Sending emails silently with report in PDF attached
Publicado: Mié Sep 02, 2015 6:40 pm
Hello,
I need help again.
I want to make sending emails silently with report in PDF attached, and only I have a problem:
In export the report to email (MailExport), I am using the function SetProperty () to set programmatically export information.
The property "ExportFilter" does not work or no exist.
xHarbour syntax:
oReport: SetProperty ("MailExport" "ExportFilter" "PDFExport")
error:
"Undeclared identifier: 'ExportFilter'
I checked the source code of fastreport and this property exists.
Anyone know solution for this?
PS: If not set the ExportFilter, FastReport this by attaching a file in fp3 format.
thanks,
I need help again.
I want to make sending emails silently with report in PDF attached, and only I have a problem:
In export the report to email (MailExport), I am using the function SetProperty () to set programmatically export information.
The property "ExportFilter" does not work or no exist.
xHarbour syntax:
oReport: SetProperty ("MailExport" "ExportFilter" "PDFExport")
error:
"Undeclared identifier: 'ExportFilter'
I checked the source code of fastreport and this property exists.
Anyone know solution for this?
PS: If not set the ExportFilter, FastReport this by attaching a file in fp3 format.
thanks,