Xfrx Documentation Instant
Execute the report using the listener REPORT FORM MyReport.frx OBJECT loXFRX
loXFRX.SetTarget("XLS", "c:\temp\mydata.xls") loXFRX.processReport("invoicereport.frx", "") loXFRX.finalize() xfrx documentation
Create a standard VFP report with a picture control (logo), data grouping, and calculated fields. Execute the report using the listener REPORT FORM MyReport
: Implemented via the XFRXListener class, complying with VFP 9's object-assisted reporting standards. xfrx documentation