ResetPageNo Method
Reset current page number of output.
Object.ResetPageNo()
Remarks
Applies To: XFRX#INIT
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
, multiple selections available,