Navigates forward one item in the history list.
Object.GoForward()
The GoForward method syntax has the following parts:
Name |
Type |
Description |
Object |
ALog |
ALog control |
The following example will navigate to the next item in the history list of the ALog control:
log1.GoForward()