PRB: Scroll Bar Help File Omits KeyCode Parameter's Data TypeArticle ID: Q123799Creation Date: 11-DEC-1994 Revision Date: 05-FEB-1996
The information in this article applies to:
SYMPTOMS
Novice: Requires knowledge of the user interface on single-user computers.
The Scroll Bar Control Help file (MSASB20.HLP) included with the Microsoft
Access Developer's Toolkit lists KeyCode as a parameter for the KeyPress,
KeyDown, and KeyUp events, but does not specify the parameter's data type.
RESOLUTION
The KeyCode parameter's data type is Integer.
REFERENCES
For more information about possible KeyCode parameter values, search for
"ANSI character," and then "ANSI Character Set" using the Microsoft Access
Help menu.
For information about specifying these parameters using constants, search
for "CONSTANT.TXT," and then "Constants" using the Microsoft Access Help
menu.
Microsoft Access "Language Reference," version 2.0, pages 335-340
|
THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.