The information in this article applies to:
SYMPTOMSWhen trying to set the Count property of the Forms collection, the following error message is displayed: This error message is incorrect. Visual Basic should display an error message indicating that the property is read-only at run time. RESOLUTIONDo not try to set the Count property of the Forms collection. This property is read-only because it describes the number of open forms of the project. The Count property can only be set indirectly by loading and unloading forms. STATUSMicrosoft has confirmed this to be an issue in the Microsoft products listed at the beginning of this article. Microsoft is researching this issue and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONSteps to Reproduce Problem
Additional query words: kbVBp400bug kbVBp500bug kbVBp600bug kbVBp kbdsd kbDSupport kbvba
Keywords : kbGrpVB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |