PRB: Arrow Key Inconsistency in List BoxesLast reviewed: January 8, 1996Article ID: Q141908 |
The information in this article applies to:
SYMPTOMSAfter creating a list box, you notice that its behavior is inconsistent when scrolling through the records by using the arrow keys.
WORKAROUNDPlace the following code in List2.Keypress to stop the arrow keys from moving beyond the top and bottom: LPARAMETERS nKeyCode, nShiftAltCtrl if (this.listindex=this.listcount and nKeyCode=24) or; (this.listindex=1 and nKeyCode=5) nodefaultENDIF
STATUSMicrosoft is researching this behavior and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Behavior
|
Additional reference words: 3.00 3.00b VFoxWin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |