Article ID: 130683
Article Last Modified on 8/26/1999
Command1.Click (<<):
GO TOP
Command2.Click (<):
SKIP -1
IF BOF()
GO TOP
ENDIF
Command3.Click (>):
SKIP +1
IF EOF()
GO TOP
ENDIF
Command4.Click (>>):
GO BOTTOM
RELEASE THISFORMSET
command= DO FORM <PATH\FORM NAME>Where PATH is the path to the location of this form and FORM NAME is the name of the form when saved. This will allow the Toolbar to be used with any open table.
Additional query words: VFoxWin
Keywords: KB130683