Xfrx Documentation Extra Quality -
Execute the report using the listener REPORT FORM MyReport.frx OBJECT loXFRX
* PDF - Basic lo = NEWOBJECT("xfrxlistenerpdf","xfrx.prg") lo.SetFileName("report.pdf") lo.SetCompression(9) lo.SetEmbedFonts(.T.) REPORT FORM myreport OBJECT lo lo.CloseDocument() xfrx documentation
: Converts reports to PDF, DOC/DOCX, RTF, XLS/XLSX, HTML, MHT, TXT, ODT/ODS (OpenOffice), and various image formats (BMP, PNG, JPEG, GIF, TIFF). Execute the report using the listener REPORT FORM MyReport