In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Se encontraron 6 coincidencias

por mcegar
Jue Sep 17, 2015 7:28 pm
Foro: FastReport
Tema: Sending emails silently with report in PDF attached
Respuestas: 4
Vistas: 4507

Re: Sending emails silently with report in PDF attached

Hello,

Nice,

I will look for the next version to test.

thanks
por mcegar
Mar Sep 15, 2015 11:26 pm
Foro: FastReport
Tema: Sending emails silently with report in PDF attached
Respuestas: 4
Vistas: 4507

Re: Sending emails silently with report in PDF attached

I'm just trying to simplify and automate the process without having to implement an e-mail sending module in my application. If this property there will be very interesting to work.

However, if this is not fixed, your solution is correct.

thanks,
por mcegar
Mié Sep 02, 2015 6:40 pm
Foro: FastReport
Tema: Sending emails silently with report in PDF attached
Respuestas: 4
Vistas: 4507

Sending emails silently with report in PDF attached

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 ...
por mcegar
Mié Sep 02, 2015 6:30 pm
Foro: FastReport
Tema: Property PageNumbers in PDFExport
Respuestas: 3
Vistas: 4240

Re: Property PageNumbers in PDFExport

Hello,

It's working fine now.

Thank you! ;)
por mcegar
Mié Ago 26, 2015 2:35 pm
Foro: FastReport
Tema: Property PageNumbers in PDFExport
Respuestas: 3
Vistas: 4240

Re: Property PageNumbers in PDFExport

Ignacio,

You have any answer to this question?

I am using the demo version for testing, in the current version this works?

thanks
por mcegar
Mié Jul 15, 2015 2:57 pm
Foro: FastReport
Tema: Property PageNumbers in PDFExport
Respuestas: 3
Vistas: 4240

Property PageNumbers in PDFExport

Hello,

In export the report to PDF, I am using the function SetProperty() to set programmatically export information.

The property "PageNumbers" does not work.

xHarbour syntax:

oReport:SetProperty("PDFExport","PageNumbers","3")

error:

"Undeclared identifier: 'pagenumbers'

Anyone know solution ...