How to Limit the Number of Characters Typed in a Combo BoxLast reviewed: October 25, 1995Article ID: Q138499 |
The information in this article applies to:
SUMMARYYou can limit the number of characters that a user can type into a text box by using the InputMask property. However, this property does not exist for a combo box. This article shows shows by example how to limit the number of characters typed in a combo box by placing code in the KeyPress event.
MORE INFORMATION
Step-by-Step Example
|
Additional reference words: 3.00 VFoxWin mask format
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |