Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing behavior of arrow keys

Status
Not open for further replies.

awhitsel

Programmer
Feb 22, 2001
80
US
Is there any way that the behavior of the arrow keys can be changed.

I have a continuous form screen where all of the records can be viewed by the user.

Whenever they press up or down arrow keys, the focus moves to the next field in the active record.

I want it to move to the next record on the up arrow key, and the previous record on the down arrow key.

Any suggestions?

 
Check out the keypress event for the form and controls. JHall
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top