Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Skips to n-the page.


Code Block
Object.goToPageGoToPage(tnPageNo [, toReport])

Parameters

tnPageNo

 Page number.

toReport

...

Info

This parameter use TransformReport() method only.

Remarks

Applies To: XFRX#DRAW, XFRX#XML

Examples

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

...