How to Create Shortcut Keys for Movement in Browse Window

ID: Q98439

The information in this article applies to:

The only keys that move the record pointer in FoxPro are PAGE UP and PAGE DOWN. A shortcut key combination to go to the top or bottom of the database is not currently available; however, you can implement this functionality by using the following ON KEY LABEL commands:

   ON KEY LABEL CTRL+HOME GOTO TOP
   ON KEY LABEL CTRL+END GOTO BOTTOM

Additional reference words: FoxDos FoxWin 1.00 1.01 1.02 2.00 2.50 2.50a quick KBCategory: kbprg KBSubcategory: FxprgGeneral

Last Reviewed: June 27, 1995