BUG: Explicitly Referring to Variables in a Module Causes ErrorLast reviewed: February 10, 1998Article ID: Q180787 |
The information in this article applies to:
SYMPTOMSWhen explicitly referring to variables in a module, such as Module1.Var1, the following error occurs:
An error was encountered while running this program. RESOLUTIONBecause only one module can be used in Visual Basic 5.0 Windows CE projects, make the variables public. Also ensure that the names of those variables do not conflict with any public variables declared in any form module.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Behavior
Keywords : vb5all vbce kberrmsg Version : WINDOWS:1.0 Platform : WINDOWS Issue type : kbbug Solution Type : kbpending |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |