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 2 Current »

Reset current page numberĀ  of output.


XFRX#INIT::ResetPageNo()

Examples

m.loXFRX = EVALUATE([xfrx("XFRX#INIT")])
m.lnRetVal = m.loXFRX.SetParams("output.pdf",,,,,,"PDF")
IF m.lnRetVal = 0
   m.loXFRX.ProcessReport("report1")
   ?m.loXFRX.nPageNo
   m.loXFRX.ResetPageNo()
   m.loXFRX.ProcessReport("report2")           
   ?m.loXFRX.nPageNo
ELSE
   ? m.lnRetVal, m.loXFRX.ErrorMessage(m.lnRetVal)
ENDIF
RELE m.loXFRX
  • No labels