Xfrx Documentation 'link'
LOCAL loListener AS "XFRX#LISTENER" loListener = EVALUATE([XFRX("XFRX#LISTENER")]) loListener.SetOutputFormat("PDF") * or "EXCEL", "HTML" loListener.SetFileName("output.pdf") REPORT FORM myreport OBJECT loListener loListener.Close()
Have a specific XFRX documentation question not covered here? Consult your local CHM file first — it has never lied to you. xfrx documentation
Safety nets included idempotency tokens and resumable checkpoints. When a gigabyte transfer failed at 86%, XFRX didn't restart from zero — it stitched the partial data, verified ranges, and resumed. Documentation showed the internal state model and how to inspect checkpoints for audit and recovery. xfrx documentation