The information in this article applies to:
SYMPTOMSIf the assignment operator ("=") is left out when assigning a string to the Text property of a textbox, the following Application Error can occur when run within the emulator: When run on the device, the command does not function but there is no error generated. CAUSEThe syntax error is not encountered until run-time. RESOLUTION
Ensure that the assignment operator is included when assigning a string to
the Text property of a textbox, as shown here: instead of:
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed
at the beginning of this article. Additional query words: Syntax Checking vbce vbce5 vbce6
Keywords : kbToolkit kbVBp kbVBp500bug kbVBp600fix kbWinCE kbWinCE100 kbGrpVB |
|
Last Reviewed: February 25, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |