FIX: Extra Chars in Masked Edit Cause Empty InvalidText BoxLast reviewed: October 30, 1997Article ID: Q95508 |
2.00
WINDOWS
kbprg kbbuglist
The information in this article applies to: - Professional Edition of Microsoft Visual Basic for Windows, version 2.0
SYMPTOMSEntering more characters than specified in the Mask property of a Masked Edit control generates a ValidationError event, and the InvalidText parameter is set to the empty string. The InvalidText parameter should be set to the value of the Text property for the masked edit control, including the invalid character.
STATUSMicrosoft has confirmed this to be a bug in the Professional Edition of Microsoft Visual Basic version 2.0 for Windows. This problem was partially corrected in Microsoft Visual Basic version 3.0 for Windows. In version 3.0, the InValidText returned has only as many characters as allowed by the Mask. For example, if the Mask is "##" and you type "123" the InvalidText returned is "12"
MORE INFORMATION
Steps to Reproduce Problem
|
Additional reference words: buglist2.00 fixlist3.00 2.00 3.00 blank
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |