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 »

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
  • No labels