Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

This method finishes the document generation and displays the generated document (unless the document preview was explicitly suppressed).


Object.Finalize()

Remarks

Applies To: XFRX#INIT, XFRX#LISTENER

The Finalize() method does not have to be called in VFP 9.0, if the last REPORT FORM command doesn’t contain the NOPAGEEJECT clause.

Examples

LOCAL m.lnErr
m.loXFRX=EVALUATE([xfrx("XFRX#INIT")])
m.lnErr=m.loXFRX.SetParams(,,,,.T.,,"XFF")
IF m.lnErr=0
   ?m.loXFRX.Finalize()
ENDIF
  • No labels