GoToPage Method

Skips to n-the page.


Object.GoToPage(tnPageNo [, toReport])

Parameters

tnPageNo

 Page number.

toReport

 Instace of internal report object.

This parameter use TransformReport() method only.

Remarks

Applies To: XFRX#DRAW, XFRX#XML

Examples

LOCAL m.loXFF, m.lnRetVal
m.loXFF = xfrx("XFRX#DRAW")
IF m.loXFF.openDocument("output.xff")
   m.loXFF.GoToPage(10)
ENDIF