Skip to first page.
Object.GoTop()
Applies To: XFRX#DRAW, XFRX#XML
LOCAL m.loXFF, m.lnRetVal m.loXFF = xfrx("XFRX#DRAW") IF m.loXFF.openDocument("output.xff") m.loXFF.GoTop() ENDIF