Estimados
hay alguna forma de imprimir una archivo de fastreport a pdf sin pasar por vista preliminar que sea directo, ya que necesito enviar ese archivo por mail
sin que el usuario se entere
desde ya muchas gracias
oFr:PrepareReport()
oFr:DOExport("PDFExport")
cFilenamePdf := "Prueba.pdf"
oFr:SetProperty("PDFExport", "FileName", cFileNamePdf )
oFr:SetProperty("PDFExport", "EmbeddedFonts", .t.)
oFr:SetProperty("PDFExport", "PrintOptimized", .t.)
oFr:SetProperty("PDFExport", "Creator", "Sistema Uno version 2.0")
oFr:SetProperty("PDFExport", "OpenAfterExport", .t.)
oFr:SetProperty("PDFExport", "ShowDialog",.f.)
oFr:PrepareReport()
oFr:DoExport("PDFExport")
oExport(<cExportObjectName>)
Exports a report using the specified export filter object.
Parameters: <cExportObjectName> - character string containing the name of filter object.
Possible value one of:
"PDFExport", "HTMLExport", "RTFExport", "CSVExport", "XLSExport",
"DotMatrixExport", "BMPExport", "JPEGExport", "TXTExport",
"TIFFExport", "GIFExport", "SimpleTextExport", "MailExport",
"XMLExport", "ODSExport", "ODTExport"
The detailed descriptions of these objects see below.
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: Horizon and 88 guests