Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 615 Bytes

File metadata and controls

22 lines (15 loc) · 615 Bytes

GoBack, GoForward

These commands instruct the current Active Document host to navigate back or forward through its history list.

Usage

oLink.GoBack()
oLink.GoForward()

The Go commands mean nothing when running in a VFP shell, and nothing happens. Only when the hyperlink object is in an ActiveDocument that is itself hosted in a browser supporting history do the GoBack() and GoForward() methods actually navigate the browser to another address.

Example

oLink.GoBack()
oLink.GoForward()

See Also

Hyperlink, NavigateTo