Xfrx Documentation -

SET CLASSLIB TO xfrx ADDITIVE SET PROCEDURE TO xfrx.prg ADDITIVE

XFRX creates Excel files that respect column alignments. It is often useful to turn off page breaks for Excel exports. xfrx documentation

loXFRX.SetTarget("Format", "OutputFileName") SET CLASSLIB TO xfrx ADDITIVE SET PROCEDURE TO xfrx

loXFRX.SetTarget("XLS", "c:\temp\mydata.xls") loXFRX.processReport("invoicereport.frx", "") loXFRX.finalize() xfrx documentation