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